Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-camel-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 13, 2015
1 parent 9fde12a commit 80caf93
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-parent</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

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

<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>

<name>Fcrepo Camel Component</name>
<description>Camel Component for interacting with a Fedora Repository</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:git://github.com/fcrepo4-exts/${project_name}.git</connection>
<developerConnection>scm:git:[email protected]:fcrepo4-exts/${project_name}.git</developerConnection>
<url>https://github.com/fcrepo4-exts/fcrepo-camel</url>
<tag>HEAD</tag>
<tag>fcrepo-camel-4.4.0</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -226,64 +226,64 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-api</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-transform</artifactId>
<version>${fcrepo-transform.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-metrics</artifactId>
<version>${fcrepo.version}</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 80caf93

Please sign in to comment.