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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]