Skip to content

Commit

Permalink
[maven-release-plugin] Fix prepare release dspace-cris-2023.02.06
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Nov 7, 2024
1 parent fad89a1 commit 2c26aca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-SNAPSHOT</version>
<version>cris-2023.02.06</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-SNAPSHOT</version>
<version>cris-2023.02.06</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-SNAPSHOT</version>
<version>cris-2023.02.06</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,14 +1067,14 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-rest</artifactId>
<version>cris-2023.02.06-SNAPSHOT</version>
<version>cris-2023.02.06</version>
<type>jar</type>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-rest</artifactId>
<version>cris-2023.02.06-SNAPSHOT</version>
<version>cris-2023.02.06</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2c26aca

Please sign in to comment.