Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Update versions of maven dependencies to be the same as DSpace/DSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 6, 2014
1 parent aa88a2f commit a795f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -18,20 +18,20 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>

<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<version>2.5</version>
</plugin>
</plugins>
</build>

<!--
The Subversion repository location is used by Continuum to update against
The SCM repository location is used by Continuum to update against
when changes have occurred. This spawns a new build cycle and releases
snapshots into the snapshot repository below.
-->
Expand Down

0 comments on commit a795f5d

Please sign in to comment.