Author: tv
Date: Mon Jul 27 09:13:59 2015
New Revision: 1692842

URL: http://svn.apache.org/r1692842
Log:
Manage versions in sub-modules

Modified:
    turbine/fulcrum/trunk/security/pom.xml

Modified: turbine/fulcrum/trunk/security/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/pom.xml?rev=1692842&r1=1692841&r2=1692842&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/pom.xml (original)
+++ turbine/fulcrum/trunk/security/pom.xml Mon Jul 27 09:13:59 2015
@@ -91,6 +91,41 @@
         </contributor>
     </contributors>
     
+    <dependencyManagement>
+        <dependencies>
+                   <dependency>
+                     <groupId>org.apache.fulcrum</groupId>
+                     <artifactId>fulcrum-security-api</artifactId>
+                     <version>1.1.1-SNAPSHOT</version>
+                   </dependency>
+                   <dependency>
+                     <groupId>org.apache.fulcrum</groupId>
+                     <artifactId>fulcrum-security-api</artifactId>
+                     <version>1.1.1-SNAPSHOT</version>
+                     <type>test-jar</type>
+                     <scope>test</scope>
+                   </dependency>
+                   <dependency>
+                     <groupId>org.apache.fulcrum</groupId>
+                     <artifactId>fulcrum-testcontainer</artifactId>
+              <version>1.0.6</version>
+                     <scope>test</scope>
+                   </dependency>
+            <dependency>
+                <groupId>org.apache.fulcrum</groupId>
+                <artifactId>fulcrum-yaafi</artifactId>
+                <version>1.0.6</version>
+                <scope>test</scope>
+            </dependency>
+                   <dependency>
+                     <groupId>org.apache.fulcrum</groupId>
+                     <artifactId>fulcrum-security-memory</artifactId>
+                     <version>1.1.0-SNAPSHOT</version>
+                     <scope>test</scope>
+                   </dependency>
+        </dependencies>
+    </dependencyManagement>
+    
     <build>
         <sourceDirectory>${basedir}/src/java</sourceDirectory>
         <testSourceDirectory>${basedir}/src/test</testSourceDirectory>


Reply via email to