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

Commit

Permalink
Replace project.version for hard-coded versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 11, 2013
1 parent df59bde commit 721a419
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fcrepo-jms-indexer-core/pom.xml
Expand Up @@ -131,30 +131,30 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-alpha-3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.0.0-alpha-3-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel</artifactId>
<version>4.0.0-alpha-3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms</artifactId>
<version>4.0.0-alpha-3-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-alpha-3-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit 721a419

Please sign in to comment.