You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/10/21 18:17:23 UTC

svn commit: r828080 - /labs/magma/trunk/pom.xml

Author: simoneg
Date: Wed Oct 21 16:17:22 2009
New Revision: 828080

URL: http://svn.apache.org/viewvc?rev=828080&view=rev
Log:
Force to always update shapshots

Modified:
    labs/magma/trunk/pom.xml

Modified: labs/magma/trunk/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/trunk/pom.xml?rev=828080&r1=828079&r2=828080&view=diff
==============================================================================
--- labs/magma/trunk/pom.xml (original)
+++ labs/magma/trunk/pom.xml Wed Oct 21 16:17:22 2009
@@ -129,6 +129,7 @@
 			</releases>
 			<snapshots>
 				<enabled>true</enabled>
+				<updatePolicy>always</updatePolicy>
 			</snapshots>
 		</repository>
 	</repositories>
@@ -142,6 +143,7 @@
 			</releases>
 			<snapshots>
 				<enabled>true</enabled>
+				<updatePolicy>always</updatePolicy>
 			</snapshots>
 		</pluginRepository>
 	</pluginRepositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org