You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/01/06 11:08:13 UTC

svn commit: r1055815 - /wicket/branches/wicket-1.4.x/pom.xml

Author: mgrigorov
Date: Thu Jan  6 10:08:13 2011
New Revision: 1055815

URL: http://svn.apache.org/viewvc?rev=1055815&view=rev
Log:
WICKET-3294 Use Apache Nexus to stage releases for voting and for release into maven central

Update the version of the parent module (org.apache:apache)
Remove the unused distributionManagement settings


Modified:
    wicket/branches/wicket-1.4.x/pom.xml

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=1055815&r1=1055814&r2=1055815&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Thu Jan  6 10:08:13 2011
@@ -21,7 +21,7 @@
 	<parent>
 	    <groupId>org.apache</groupId>
 	    <artifactId>apache</artifactId>
-        <version>7</version>	
+        <version>8</version>	
 	</parent>
 
 	<groupId>org.apache.wicket</groupId>
@@ -220,14 +220,11 @@
 				</plugins>
 			</build>
 			<distributionManagement>
+				<!-- release repo is inherited from the parent pom -->
 				<site>
 					<id>local</id>
 					<url>file:target/site</url>
 				</site>
-				<repository>
-					<id>local</id>
-					<url>file:target/m2-repo</url>
-				</repository>
 			</distributionManagement>
 		</profile>
 		<profile>
@@ -251,16 +248,7 @@
 				<module>archetypes/quickstart</module>
 				<module>testing/wicket-threadtest</module>
 			</modules>
-			<distributionManagement>
-				<repository>
-					<id>local</id>
-					<url>file:target/m2-repo</url>
-				</repository>
-				<snapshotRepository>
-					<id>local</id>
-					<url>file:target/m2-repo</url>
-				</snapshotRepository>
-			</distributionManagement>
+			<!-- distributionManagement is inherited from the parent pom -->
 		</profile>
 	</profiles>
 	<url>http://wicket.apache.org/${project.artifactId}</url>