Skip to content

Commit

Permalink
Prepare addon version for the next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Nov 7, 2024
1 parent b05182c commit 45392fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dspace-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.dspace</groupId>
<artifactId>dspace-rest</artifactId>
<packaging>war</packaging>
<version>cris-2023.02.06</version>
<version>cris-2023.02.07-SNAPSHOT</version>
<name>DSpace (Deprecated) REST Webapp</name>
<description>DSpace RESTful Web Services API. NOTE: this REST API is DEPRECATED.
Please consider using the REST API in the dspace-server-webapp instead!</description>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>cris-2023.02.06</version>
<version>cris-2023.02.07-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dspace/modules/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>cris-2023.02.06</version>
<version>cris-2023.02.07-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<jersey.version>2.39.1</jersey.version>

<!--=== ADDON DEPENDENCIES ===-->
<addons.version>[cris-2023.02.06,cris-2023.02.07)</addons.version>
<addons.version>[cris-2023.02.07-SNAPSHOT,cris-2023.02.08-SNAPSHOT)</addons.version>
<addon-iiif.version>${addons.version}</addon-iiif.version>
<addon-ocr.version>${addons.version}</addon-ocr.version>
<addon-docviewer.version>${addons.version}</addon-docviewer.version>
Expand Down Expand Up @@ -1067,14 +1067,14 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-rest</artifactId>
<version>cris-2023.02.06</version>
<version>cris-2023.02.07-SNAPSHOT</version>
<type>jar</type>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-rest</artifactId>
<version>cris-2023.02.06</version>
<version>cris-2023.02.07-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 45392fb

Please sign in to comment.