Author: [email protected]
Date: Fri May  6 15:29:50 2011
New Revision: 1115

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:29:50 2011
@@ -190,12 +190,6 @@
         <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>
 
@@ -250,7 +244,7 @@
     <!--
       For now this module is disabled, as it depends on amdatu-opensocial for 
which
       there is no official release yet. So we will first provide official 0.2.0
-      releases for Amdatu Cssandra, Amdatu OpenSocial and Amdatu Auth, then we 
can
+      releases for Amdatu Cassandra, Amdatu OpenSocial and Amdatu Auth, then 
we can
       release Amdatu Cassandra 0.2.1 including this artifact.
       <module>cassandra-gadgetstore</module>
     -->
@@ -265,6 +259,16 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>2.3.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>2.2</version>
         <executions>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to