Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-transform-4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Apr 30, 2016
1 parent 3e635d2 commit 88b56f9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>

Expand All @@ -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>

Expand Down

0 comments on commit 88b56f9

Please sign in to comment.