Skip to content

Commit ef02e46

Browse files
poikilothermluddaniel
authored andcommitted
chore(build): use stable Rewrite releases for Jakarta EE 10 IQSS#8305
Signed-off-by: Ludovic DANIEL <ludovic.daniel@smile.fr>
1 parent 289a22c commit ef02e46

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

modules/dataverse-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
416416
</repository>
417417
<!-- Uncomment when using snapshot releases from Maven Central -->
418+
<!--
418419
<repository>
419420
<id>oss-sonatype</id>
420421
<name>oss-sonatype</name>
@@ -435,7 +436,7 @@
435436
<enabled>true</enabled>
436437
</snapshots>
437438
</repository>
438-
<!-- -->
439+
-->
439440
</repositories>
440441

441442
<profiles>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,12 @@
359359
<dependency>
360360
<groupId>org.ocpsoft.rewrite</groupId>
361361
<artifactId>rewrite-servlet</artifactId>
362-
<version>6.0.0-SNAPSHOT</version>
362+
<version>10.0.0.Final</version>
363363
</dependency>
364364
<dependency>
365365
<groupId>org.ocpsoft.rewrite</groupId>
366366
<artifactId>rewrite-config-prettyfaces</artifactId>
367-
<version>6.0.0-SNAPSHOT</version>
367+
<version>10.0.0.Final</version>
368368
</dependency>
369369
<dependency>
370370
<groupId>edu.ucsb.nceas</groupId>

0 commit comments

Comments
 (0)