Author: veithen
Date: Tue Jul 6 18:49:30 2010
New Revision: 960978
URL: http://svn.apache.org/viewvc?rev=960978&view=rev
Log:
Removed the snapshotRepository entries from distributionManagement. The
org.apache:apache parent POM has the right default configuration for
repository.apache.org.
Modified:
axis/axis2/java/core/trunk/modules/parent/pom.xml
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=960978&r1=960977&r2=960978&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Tue Jul 6 18:49:30 2010
@@ -1177,12 +1177,6 @@
scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository
</url>
</repository>
- <snapshotRepository>
- <id>apache-snapshots</id>
- <name>Apache Development Repository</name>
-
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
</distributionManagement>
<build>
<pluginManagement>
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=960978&r1=960977&r2=960978&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Tue Jul 6 18:49:30 2010
@@ -120,12 +120,6 @@
scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository
</url>
</repository>
- <snapshotRepository>
- <id>apache-snapshots</id>
- <name>Apache Development Repository</name>
-
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
</distributionManagement>
<build>
<plugins>