You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/02/16 21:48:39 UTC

svn commit: r1446944 - /archiva/trunk/pom.xml

Author: olamy
Date: Sat Feb 16 20:48:39 2013
New Revision: 1446944

URL: http://svn.apache.org/r1446944
Log:
fix version

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1446944&r1=1446943&r2=1446944&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Sat Feb 16 20:48:39 2013
@@ -1711,7 +1711,7 @@
             <dependency>
               <groupId>org.apache.archiva.redback.components.modello</groupId>
               <artifactId>modello-plugin-redback-registry</artifactId>
-              <version>${redback.registry.version}</version>
+              <version>1.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
         </plugin>