Skip to content

Commit

Permalink
Merge pull request #9975 from poikilotherm/rewrite-update
Browse files Browse the repository at this point in the history
Use stable Rewrite releases for Jakarta EE 10
  • Loading branch information
kcondon authored Oct 11, 2023
2 parents 8228d53 + 9d7108b commit d5036ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
</repository>
<!-- Uncomment when using snapshot releases from Maven Central -->
<!--
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
Expand All @@ -449,7 +450,7 @@
<enabled>true</enabled>
</snapshots>
</repository>
<!-- -->
-->
</repositories>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-servlet</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>10.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-config-prettyfaces</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>10.0.0.Final</version>
</dependency>
<dependency>
<groupId>edu.ucsb.nceas</groupId>
Expand Down

0 comments on commit d5036ba

Please sign in to comment.