Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-camel-4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedurbin committed Mar 26, 2015
1 parent e039ef0 commit 8c9caea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<artifactId>fcrepo-camel</artifactId>
<packaging>bundle</packaging>

<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>

<name>Fcrepo Camel Component</name>
<description>Camel Component for interacting with a Fedora Repository</description>
Expand Down Expand Up @@ -89,7 +89,7 @@
<surefire.plugin.version>2.18.1</surefire.plugin.version>
<!-- osgi bundle configuration -->
<fcrepo.osgi.export.pkg>org.fcrepo.camel.*</fcrepo.osgi.export.pkg>
<fcrepo.osgi.import.pkg></fcrepo.osgi.import.pkg>
<fcrepo.osgi.import.pkg />
<!-- code coverage -->
<jacoco.outputDir>${project.build.directory}</jacoco.outputDir>
<jacoco.out.unit.file>jacoco-ut.exec</jacoco.out.unit.file>
Expand All @@ -114,7 +114,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>HEAD</tag>
<tag>fcrepo-camel-4.1.1</tag>
</scm>

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

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

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

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

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

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

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

0 comments on commit 8c9caea

Please sign in to comment.