Skip to content

Commit c2e31d0

Browse files
committed
[maven-release-plugin] prepare release dspace-7.1
1 parent f025e81 commit c2e31d0

File tree

15 files changed

+31
-31
lines changed

15 files changed

+31
-31
lines changed

dspace-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.dspace</groupId>
1414
<artifactId>dspace-parent</artifactId>
15-
<version>7.1-SNAPSHOT</version>
15+
<version>7.1</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

dspace-iiif/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.dspace</groupId>
1717
<artifactId>dspace-parent</artifactId>
18-
<version>7.1-SNAPSHOT</version>
18+
<version>7.1</version>
1919
<relativePath>..</relativePath>
2020
</parent>
2121

dspace-oai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>dspace-parent</artifactId>
1010
<groupId>org.dspace</groupId>
11-
<version>7.1-SNAPSHOT</version>
11+
<version>7.1</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

dspace-rdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.dspace</groupId>
1111
<artifactId>dspace-parent</artifactId>
12-
<version>7.1-SNAPSHOT</version>
12+
<version>7.1</version>
1313
<relativePath>..</relativePath>
1414
</parent>
1515

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>7.1-SNAPSHOT</version>
6+
<version>7.1</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>7.1-SNAPSHOT</version>
15+
<version>7.1</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

dspace-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.dspace</groupId>
1717
<artifactId>dspace-parent</artifactId>
18-
<version>7.1-SNAPSHOT</version>
18+
<version>7.1</version>
1919
<relativePath>..</relativePath>
2020
</parent>
2121

dspace-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.dspace</groupId>
1111
<artifactId>dspace-parent</artifactId>
12-
<version>7.1-SNAPSHOT</version>
12+
<version>7.1</version>
1313
</parent>
1414

1515
<properties>

dspace-sword/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.dspace</groupId>
1717
<artifactId>dspace-parent</artifactId>
18-
<version>7.1-SNAPSHOT</version>
18+
<version>7.1</version>
1919
<relativePath>..</relativePath>
2020
</parent>
2121

dspace-swordv2/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>dspace-parent</artifactId>
16-
<version>7.1-SNAPSHOT</version>
16+
<version>7.1</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

dspace/modules/additions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.dspace</groupId>
1919
<artifactId>modules</artifactId>
20-
<version>7.1-SNAPSHOT</version>
20+
<version>7.1</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)