Skip to content

Commit 0dc6460

Browse files
committed
[CST-2732] upgrade to stable version
1 parent 9fe1731 commit 0dc6460

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>it.4science.dspace</groupId>
55
<artifactId>rioxxintegration</artifactId>
6-
<version>5.10.0-SNAPSHOT</version>
6+
<version>5.10.0</version>
77
<organization>
88
<url>http://www.4science.it/en/</url>
99
<name>4Science</name>
@@ -12,9 +12,9 @@
1212
<name>4Science Ref and Rioxx Patch</name>
1313

1414
<scm>
15-
<connection>scm:git:https://github.com/4Science/DSpace-RefRioxx.git</connection>
16-
<developerConnection>scm:git:https://github.com/4Science/DSpace-RefRioxx.git</developerConnection>
17-
<url>https://github.com/4Science/DSpace-RefRioxx.git</url>
15+
<connection>scm:git:https://github.com/4Science/rioxxintegration.git</connection>
16+
<developerConnection>scm:git:https://github.com/4Science/rioxxintegration.git</developerConnection>
17+
<url>https://github.com/4Science/rioxxintegration.git</url>
1818
<tag>1.0</tag>
1919
</scm>
2020

@@ -40,7 +40,7 @@
4040
</snapshotRepository>
4141
<site>
4242
<id>website</id>
43-
<url>https://github.com/4Science/DSpace-RefRioxx/wiki</url>
43+
<url>https://github.com/4Science/rioxxintegration/wiki</url>
4444
</site>
4545
</distributionManagement>
4646

rioxxintegration-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<artifactId>rioxxintegration</artifactId>
55
<groupId>it.4science.dspace</groupId>
6-
<version>5.10.0-SNAPSHOT</version>
6+
<version>5.10.0</version>
77
<relativePath>../</relativePath>
88
</parent>
99

1010
<groupId>it.4science.dspace</groupId>
1111
<artifactId>rioxxintegration-api</artifactId>
1212
<name>4Science Ref and Rioxx API</name>
13-
<version>5.10.0-SNAPSHOT</version>
13+
<version>5.10.0</version>
1414

1515
<properties>
1616
<!-- This is the path to the root [dspace-src] directory. -->

rioxxintegration-sword/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.4science.dspace</groupId>
55
<artifactId>rioxxintegration</artifactId>
6-
<version>5.10.0-SNAPSHOT</version>
6+
<version>5.10.0</version>
77
</parent>
88
<artifactId>rioxxintegration-sword</artifactId>
99
<name>4Science Ref and Rioxx SWORD</name>

rioxxintegration-xmlui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>it.4science.dspace</groupId>
66
<artifactId>rioxxintegration</artifactId>
7-
<version>5.10.0-SNAPSHOT</version>
7+
<version>5.10.0</version>
88
</parent>
99
<groupId>it.4science.dspace</groupId>
1010
<artifactId>rioxxintegration-xmlui</artifactId>
11-
<version>5.10.0-SNAPSHOT</version>
11+
<version>5.10.0</version>
1212
<packaging>war</packaging>
1313
<name>4Science Ref and Rioxx XMLUI</name>
1414

0 commit comments

Comments
 (0)