-
Notifications
You must be signed in to change notification settings - Fork 6
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 release fcrepo-mint-4.7.1
- Loading branch information
Andrew Woods
committed
Jan 24, 2017
1 parent
b183fef
commit 71ed49f
Showing
1 changed file
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<parent> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
<artifactId>fcrepo-mint</artifactId> | ||
<name>Fedora Repository Minter Module</name> | ||
|
@@ -35,13 +35,13 @@ | |
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-kernel-api</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-metrics</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|
@@ -135,7 +135,7 @@ | |
<connection>scm:git:git://github.com/fcrepo4-exts/fcrepo-mint.git</connection> | ||
<developerConnection>scm:git:[email protected]:fcrepo4-exts/fcrepo-mint.git</developerConnection> | ||
<url>https://github.com/fcrepo4-exts/fcrepo-mint</url> | ||
<tag>HEAD</tag> | ||
<tag>fcrepo-mint-4.7.1</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|