Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[maven-release-plugin] prepare release fcrepo-jms-indexer-pluggable-4…
….0.0-alpha-5
  • Loading branch information
Andrew Woods committed Apr 19, 2014
1 parent 7dee969 commit 6527a4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fcrepo-jms-indexer-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</parent>

<artifactId>fcrepo-jms-indexer-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms-indexer-elasticsearch/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</parent>
<artifactId>fcrepo-jms-indexer-elasticsearch</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms-indexer-webapp/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</parent>

<artifactId>fcrepo-jms-indexer-webapp</artifactId>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</parent>

<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
Expand Down Expand Up @@ -41,7 +41,7 @@
<developerConnection>scm:git:git@github.com:futures/${project_name}.git
</developerConnection>
<url>https://github.com/futures/${project_name}</url>
<tag>HEAD</tag>
<tag>fcrepo-jms-indexer-pluggable-4.0.0-alpha-5</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -153,39 +153,39 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-api</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-transform</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-alpha-5-SNAPSHOT</version>
<version>4.0.0-alpha-5</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit 6527a4d

Please sign in to comment.