-
Notifications
You must be signed in to change notification settings - Fork 3
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-transform-4.5.1
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 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 |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
<parent> | ||
<artifactId>fcrepo-parent</artifactId> | ||
<groupId>org.fcrepo</groupId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
</parent> | ||
|
||
<groupId>org.fcrepo.transform</groupId> | ||
<artifactId>fcrepo-transform</artifactId> | ||
<packaging>bundle</packaging> | ||
|
||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
|
||
<name>Fedora Repository RDF Transformations Module</name> | ||
<description>The Fedora Commons repository transformations module: Provides facilities to use SPARQL or LDPath to tranform repository RDF into desired forms.</description> | ||
|
@@ -54,15 +54,15 @@ | |
<connection>scm:git:git://github.com/fcrepo4-exts/${project.artifactId}.git</connection> | ||
<developerConnection>scm:git:[email protected]:fcrepo4-exts/${project.artifactId}.git</developerConnection> | ||
<url>https://github.com/fcrepo4-exts/fcrepo-transform</url> | ||
<tag>HEAD</tag> | ||
<tag>fcrepo-transform-4.5.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
||
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-kernel-api</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>ch.qos.logback</groupId> | ||
|
@@ -82,14 +82,14 @@ | |
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-http-commons</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
</dependency> | ||
|
||
|
||
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-http-api</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|
@@ -117,15 +117,15 @@ | |
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-http-commons</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
<scope>test</scope> | ||
<type>test-jar</type> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-kernel-modeshape</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
|
@@ -138,14 +138,14 @@ | |
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-configs</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.fcrepo</groupId> | ||
<artifactId>fcrepo-auth-common</artifactId> | ||
<version>4.5.1-SNAPSHOT</version> | ||
<version>4.5.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
|