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:06:45 UTC

svn commit: r1055813 - /wicket/trunk/pom.xml

Author: mgrigorov
Date: Thu Jan  6 10:06:44 2011
New Revision: 1055813

URL: http://svn.apache.org/viewvc?rev=1055813&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/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1055813&r1=1055812&r2=1055813&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Thu Jan  6 10:06:44 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>
@@ -112,10 +112,6 @@
 					<id>local</id>
 					<url>file:target/site</url>
 				</site>
-				<repository>
-					<id>local</id>
-					<url>file:target/m2-repo</url>
-				</repository>
 			</distributionManagement>
 		</profile>
 		<profile>
@@ -202,16 +198,8 @@
 				<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>
+
+			<!-- distribution management is inherited from the parent pom -->
 		</profile>
 	</profiles>
 	<url>http://wicket.apache.org/${project.artifactId}</url>