Skip to content

Commit 2c26aca

Browse files
committed
[maven-release-plugin] Fix prepare release dspace-cris-2023.02.06
1 parent fad89a1 commit 2c26aca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dspace-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.dspace</groupId>
44
<artifactId>dspace-rest</artifactId>
55
<packaging>war</packaging>
6-
<version>cris-2023.02.06-SNAPSHOT</version>
6+
<version>cris-2023.02.06</version>
77
<name>DSpace (Deprecated) REST Webapp</name>
88
<description>DSpace RESTful Web Services API. NOTE: this REST API is DEPRECATED.
99
Please consider using the REST API in the dspace-server-webapp instead!</description>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.dspace</groupId>
1414
<artifactId>dspace-parent</artifactId>
15-
<version>cris-2023.02.06-SNAPSHOT</version>
15+
<version>cris-2023.02.06</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

dspace/modules/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.dspace</groupId>
1515
<artifactId>modules</artifactId>
16-
<version>cris-2023.02.06-SNAPSHOT</version>
16+
<version>cris-2023.02.06</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,14 +1067,14 @@
10671067
<dependency>
10681068
<groupId>org.dspace</groupId>
10691069
<artifactId>dspace-rest</artifactId>
1070-
<version>cris-2023.02.06-SNAPSHOT</version>
1070+
<version>cris-2023.02.06</version>
10711071
<type>jar</type>
10721072
<classifier>classes</classifier>
10731073
</dependency>
10741074
<dependency>
10751075
<groupId>org.dspace</groupId>
10761076
<artifactId>dspace-rest</artifactId>
1077-
<version>cris-2023.02.06-SNAPSHOT</version>
1077+
<version>cris-2023.02.06</version>
10781078
<type>war</type>
10791079
</dependency>
10801080
</dependencies>

0 commit comments

Comments
 (0)