Skip to content

Commit

Permalink
pointing the pom file to the 5.0.0-RC1 release of gdcc/xoai! (#8372)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jul 11, 2022
1 parent d7fa537 commit 3864f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<apache.httpcomponents.core.version>4.4.14</apache.httpcomponents.core.version>

<!-- NEW gdcc XOAI library implementation -->
<gdcc.xoai.version>5.0.0-SNAPSHOT</gdcc.xoai.version>
<gdcc.xoai.version>5.0.0-RC1</gdcc.xoai.version>

<!-- Testing dependencies -->
<testcontainers.version>1.15.0</testcontainers.version>
Expand Down Expand Up @@ -304,7 +304,7 @@
<name>Local repository for hosting jars not available from network repositories.</name>
<url>file://${project.basedir}/local_lib</url>
</repository>
<!-- Uncomment when using snapshot releases from Maven Central -->
<!-- Uncomment when using snapshot releases from Maven Central
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
Expand All @@ -315,7 +315,7 @@
<enabled>true</enabled>
</snapshots>
</repository>
<!-- -->
-->
</repositories>

</project>

0 comments on commit 3864f1e

Please sign in to comment.