You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/07/07 08:51:42 UTC

svn commit: r791720 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Tue Jul  7 06:51:42 2009
New Revision: 791720

URL: http://svn.apache.org/viewvc?rev=791720&view=rev
Log:
no more unique snapshot versions

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=791720&r1=791719&r2=791720&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Tue Jul  7 06:51:42 2009
@@ -331,12 +331,18 @@
 	</reporting>
 
 	<distributionManagement>
+		<!-- Apache parent pom does not define non unique snapshot versions -->
+		<snapshotRepository>
+			<id>apache.snapshots.https</id>
+			<name>${distMgmtSnapshotsName}</name>
+			<url>${distMgmtSnapshotsUrl}</url>
+			<uniqueVersion>false</uniqueVersion>
+		</snapshotRepository>
 		<site>
 			<id>people.apache.org.site</id>
 			<name>Empire-db Maven Site</name>
 			<url>scp://people.apache.org/home/francisdb/public_html/empire-db/site</url>
 		</site>
 	</distributionManagement>
-	
 
 </project>