forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed files to update DSPace to version 7.2.1 (#205) updated pom.xm…
…l files. * Changed files to update DSPace to version 7.2.1 * Added deleted changes. * Refactoring --------- Co-authored-by: MilanMajchrák <[email protected]>
- Loading branch information
1 parent
a63fcbb
commit 571d6d3
Showing
15 changed files
with
38 additions
and
32 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
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>7.2</version> | ||
<version>7.2.1</version> | ||
<name>DSpace Parent Project</name> | ||
<description> | ||
DSpace open source software is a turnkey institutional repository application. | ||
|
@@ -19,7 +19,7 @@ | |
<properties> | ||
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===--> | ||
<java.version>11</java.version> | ||
<spring.version>5.2.5.RELEASE</spring.version> | ||
<spring.version>5.2.20.RELEASE</spring.version> | ||
<spring-boot.version>2.2.6.RELEASE</spring-boot.version> | ||
<spring-security.version>5.2.2.RELEASE</spring-security.version> <!-- sync with version used by spring-boot--> | ||
<hibernate.version>5.4.10.Final</hibernate.version> | ||
|
@@ -869,14 +869,14 @@ | |
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-rest</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
<type>jar</type> | ||
<classifier>classes</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-rest</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
<type>war</type> | ||
</dependency> | ||
</dependencies> | ||
|
@@ -1027,69 +1027,69 @@ | |
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-api</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-api</artifactId> | ||
<type>test-jar</type> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace.modules</groupId> | ||
<artifactId>additions</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-sword</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-swordv2</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-oai</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-services</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-server-webapp</artifactId> | ||
<type>test-jar</type> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-rdf</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-iiif</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-server-webapp</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
<type>jar</type> | ||
<classifier>classes</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dspace</groupId> | ||
<artifactId>dspace-server-webapp</artifactId> | ||
<version>7.2</version> | ||
<version>7.2.1</version> | ||
<type>war</type> | ||
</dependency> | ||
<!-- DSpace API Localization Packages --> | ||
|
@@ -1219,6 +1219,12 @@ | |
<version>${spring.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-context-support</artifactId> | ||
<version>${spring.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-test</artifactId> | ||
|
@@ -1881,7 +1887,7 @@ | |
<connection>scm:git:[email protected]:DSpace/DSpace.git</connection> | ||
<developerConnection>scm:git:[email protected]:DSpace/DSpace.git</developerConnection> | ||
<url>[email protected]:DSpace/DSpace.git</url> | ||
<tag>dspace-7.2</tag> | ||
<tag>dspace-7.2.1</tag> | ||
</scm> | ||
|
||
|
||
|