use property for redback version in archetype

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1213946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-13 21:53:08 +00:00
parent b45d048272
commit 9c7358fd42
1 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<version>2.3.0</version>
<version>2.3.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@ -87,25 +87,25 @@
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
<version>1.4-SNAPSHOT</version>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-rbac-memory</artifactId>
<scope>test</scope>
<version>1.4-SNAPSHOT</version>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<scope>test</scope>
<version>1.4-SNAPSHOT</version>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>
<scope>test</scope>
<version>1.4-SNAPSHOT</version>
<version>${redback.version}</version>
</dependency>
</dependencies>
<build>