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

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-jms-indexer-pluggable-4…
Browse files Browse the repository at this point in the history
….0.0-alpha-4
  • Loading branch information
Andrew Woods committed Mar 23, 2014
1 parent bfd87a0 commit bb53e3b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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-4-SNAPSHOT</version>
<version>4.0.0-alpha-4</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-4-SNAPSHOT</version>
<version>4.0.0-alpha-4</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-4-SNAPSHOT</version>
<version>4.0.0-alpha-4</version>
</parent>

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

<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
Expand All @@ -26,7 +26,7 @@

<solr.version>4.6.0</solr.version>
<!-- default, for execution without custom argLine -->
<argLine></argLine>
<argLine />
</properties>

<modules>
Expand All @@ -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-4</tag>
</scm>

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

0 comments on commit bb53e3b

Please sign in to comment.