This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release fcrepo-jms-indexer-pluggable-4…
….0.0-alpha-4
- Loading branch information
Andrew Woods
committed
Mar 23, 2014
1 parent
bfd87a0
commit bb53e3b
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -26,7 +26,7 @@ | |
|
||
<solr.version>4.6.0</solr.version> | ||
<!-- default, for execution without custom argLine --> | ||
<argLine></argLine> | ||
<argLine /> | ||
</properties> | ||
|
||
<modules> | ||
|
@@ -41,7 +41,7 @@ | |
<developerConnection>scm:git:[email protected]: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> | ||
|
@@ -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> | ||
|