mirror of https://github.com/apache/archiva.git
cassandra plugin released snapshot repositories not needed anymore
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
66ed6cb4b0
commit
4ef76d8f8f
|
@ -285,7 +285,7 @@
|
|||
<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>
|
||||
|
|
22
pom.xml
22
pom.xml
|
@ -1914,17 +1914,6 @@
|
|||
<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>
|
||||
|
@ -1949,17 +1938,6 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue