Author: [email protected]
Date: Fri May  6 15:09:16 2011
New Revision: 1114

Log:
[AMDATUCASSANDRA-7] Added explicit maven-install-plugin version

Modified:
   branches/amdatu-cassandra-0.2.0/pom.xml

Modified: branches/amdatu-cassandra-0.2.0/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.0/pom.xml     (original)
+++ branches/amdatu-cassandra-0.2.0/pom.xml     Fri May  6 15:09:16 2011
@@ -190,6 +190,12 @@
         <scope>provided</scope>
         <type>bundle</type>
       </dependency>
+
+      <dependency>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -303,11 +309,6 @@
             <target>1.6</target>
           </configuration>
         </plugin>
-        <dependency>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-install-plugin</artifactId>
-            <version>2.3.1</version>
-        </dependency>
       </plugins>
     </pluginManagement>
     <!-- This can be removed when using the parent pom version 3 -->
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to