You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2007/10/30 12:15:57 UTC

svn commit: r590036 - /webservices/axis2/trunk/java/modules/distribution/pom.xml

Author: davidillsley
Date: Tue Oct 30 04:15:56 2007
New Revision: 590036

URL: http://svn.apache.org/viewvc?rev=590036&view=rev
Log:
Remove timestamps from distribution module atrifacts... hopefully.

Modified:
    webservices/axis2/trunk/java/modules/distribution/pom.xml

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?rev=590036&r1=590035&r2=590036&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Tue Oct 30 04:15:56 2007
@@ -214,7 +214,20 @@
             <artifactId>log4j</artifactId>
         </dependency>
     </dependencies>
-
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central Repository</name>
+			<url>
+            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>
             <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org