Skip to content

Commit 8fecfce

Browse files
atarix83vins01-4science
authored andcommitted
[maven-release-plugin] Fix prepare release dspace-cris-2023.02.07
1 parent 021c07b commit 8fecfce

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>dspace-rest</artifactId>
44
<packaging>war</packaging>
5-
<version>cris-2023.02.07-SNAPSHOT</version>
5+
<version>cris-2023.02.07</version>
66
<name>DSpace (Deprecated) REST Webapp</name>
77
<description>DSpace RESTful Web Services API. NOTE: this REST API is DEPRECATED.
88
Please consider using the REST API in the dspace-server-webapp instead!</description>
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.dspace</groupId>
1313
<artifactId>dspace-parent</artifactId>
14-
<version>cris-2023.02.07-SNAPSHOT</version>
14+
<version>cris-2023.02.07</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

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.07-SNAPSHOT</version>
16+
<version>cris-2023.02.07</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,14 +1129,14 @@
11291129
<dependency>
11301130
<groupId>org.dspace</groupId>
11311131
<artifactId>dspace-rest</artifactId>
1132-
<version>cris-2023.02.07-SNAPSHOT</version>
1132+
<version>cris-2023.02.07</version>
11331133
<type>jar</type>
11341134
<classifier>classes</classifier>
11351135
</dependency>
11361136
<dependency>
11371137
<groupId>org.dspace</groupId>
11381138
<artifactId>dspace-rest</artifactId>
1139-
<version>cris-2023.02.07-SNAPSHOT</version>
1139+
<version>cris-2023.02.07</version>
11401140
<type>war</type>
11411141
</dependency>
11421142
</dependencies>

0 commit comments

Comments
 (0)