forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
Showing
14 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
<name>DSpace Parent Project</name> | ||
<description> | ||
DSpace-CRIS is an open source extension of DSpace (http://www.dspace.org) providing out of box support for the CRIS / RIMS and moder Institution Repository use cases with advanced features and optimized configurations | ||
|
@@ -1225,62 +1225,62 @@ | |
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-api</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-api</artifactId> | ||
<type>test-jar</type> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace.modules</groupId> | ||
<artifactId>additions</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-sword</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-swordv2</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-oai</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-services</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-server-webapp</artifactId> | ||
<type>test-jar</type> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-rdf</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-iiif</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-server-webapp</artifactId> | ||
<version>cris-2023.02.06</version> | ||
<version>cris-2023.02.07-SNAPSHOT</version> | ||
</dependency> | ||
<!-- DSpace API Localization Packages --> | ||
<dependency> | ||
|
@@ -2136,7 +2136,7 @@ | |
<connection>scm:git:[email protected]:4Science/DSpace.git</connection> | ||
<developerConnection>scm:git:[email protected]:4Science/DSpace.git</developerConnection> | ||
<url>[email protected]:4Science/DSpace.git</url> | ||
<tag>dspace-cris-2023.02.06</tag> | ||
<tag>dspace-cris-2023.02.04</tag> | ||
</scm> | ||
|
||
|
||
|