Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 4, 2015
1 parent 3c2742d commit f3d95ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.fcrepo.camel</groupId>
<artifactId>fcrepo-camel</artifactId>
<packaging>bundle</packaging>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>

<name>Fcrepo Camel Component</name>
<url>http://fcrepo.org</url>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:git://github.com/fcrepo4/${project_name}.git</connection>
<developerConnection>scm:git:git@github.com:fcrepo4/${project_name}.git</developerConnection>
<url>https://github.com/fcrepo4/fcrepo-camel</url>
<tag>fcrepo-camel-4.1.0</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -248,50 +248,50 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-transform</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

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

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-metrics</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f3d95ae

Please sign in to comment.