Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-transform-4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Nov 17, 2016
1 parent b979523 commit fc5720b
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</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</parent>

<groupId>org.fcrepo.transform</groupId>
<artifactId>fcrepo-transform</artifactId>
<packaging>bundle</packaging>

<version>4.6.1-SNAPSHOT</version>
<version>4.6.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 @@ -53,7 +53,7 @@
<connection>scm:git:git://github.com/${project_organization}/${project_name}.git</connection>
<developerConnection>scm:git:git@github.com:${project_organization}/${project_name}.git</developerConnection>
<url>https://github.com/${project_organization}/${project_name}</url>
<tag>HEAD</tag>
<tag>fcrepo-transform-4.6.1</tag>
</scm>

<repositories>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-api</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand All @@ -94,13 +94,13 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -128,15 +128,15 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>

Expand All @@ -149,14 +149,14 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit fc5720b

Please sign in to comment.