From cc9584d4c0b149929bca2b4beee64e55975ac39b Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 13 Dec 2011 21:18:48 +0000 Subject: [PATCH] use property for redback version in archetype git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/1.4-M2-RC@1213931 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/archetype-resources/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml index 3a33889c9..ad74efaca 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml @@ -87,25 +87,25 @@ org.codehaus.redback redback-common-test-resources test - 1.4-SNAPSHOT + ${redback.version} org.codehaus.redback redback-rbac-memory test - 1.4-SNAPSHOT + ${redback.version} org.codehaus.redback redback-rbac-cached test - 1.4-SNAPSHOT + ${redback.version} org.codehaus.redback redback-rbac-role-manager test - 1.4-SNAPSHOT + ${redback.version} -- 2.39.5