]> source.dussan.org Git - archiva.git/commitdiff
cassandra plugin released snapshot repositories not needed anymore
authorOlivier Lamy <olamy@apache.org>
Mon, 16 Dec 2013 23:55:11 +0000 (23:55 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 16 Dec 2013 23:55:11 +0000 (23:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551410 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/metadata-store-cassandra/pom.xml
pom.xml

index f7b17c018ee6043f5bcfee8905c3e16ec16a000c..87acba6f4acad7daf33754920ad7292e015a830c 100644 (file)
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cassandra-maven-plugin</artifactId>
-        <version>2.0.0-1-SNAPSHOT</version>
+        <version>2.0.0-1</version>
         <executions>
           <execution>
             <id>start-cassandra</id>
diff --git a/pom.xml b/pom.xml
index dd2109157f4e27ade2397558641ac7e8eae77b11..8ab11cc8eb678c3bd2fdc1106b8f37e84b6d0298 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <enabled>true</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots</name>
-      <url>https://repository.apache.org/content/groups/snapshots/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
-    <pluginRepository>
-      <id>mojo.snapshots</id>
-      <name>Codehaus Mojo Snapshots</name>
-      <url>https://nexus.codehaus.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
   </pluginRepositories>
 
 </project>