You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/03/13 13:59:36 UTC

svn commit: r1455923 - /clerezza/trunk/parent/pom.xml

Author: reto
Date: Wed Mar 13 12:59:36 2013
New Revision: 1455923

URL: http://svn.apache.org/r1455923
Log:
CLEREZZA-744: fixed URIs for relase

Modified:
    clerezza/trunk/parent/pom.xml

Modified: clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1455923&r1=1455922&r2=1455923&view=diff
==============================================================================
--- clerezza/trunk/parent/pom.xml (original)
+++ clerezza/trunk/parent/pom.xml Wed Mar 13 12:59:36 2013
@@ -156,7 +156,6 @@
 				<plugin>
 					<groupId>org.apache.clerezza</groupId>
 					<artifactId>maven-pladoc-plugin.core</artifactId>
-					<version>0.4-SNAPSHOT</version>
 				</plugin>
 				<plugin>
 					<groupId>org.ops4j.pax.exam</groupId>
@@ -555,10 +554,10 @@
 	</dependencyManagement>
 	<distributionManagement>
 		<!-- where to deploy the web site -->
-		<site>
+		<!-- <site>
 			<id>people.apache.org</id>
-			<url>scp://people.apache.org/www/incubator.apache.org/clerezza/mvn-site/</url>
-		</site>
+			<url>scp://people.apache.org/www/incubator.apache.org/content/clerezza/mvn-site/</url>
+		</site> -->
 
 		<!-- where to deploy the artifacts -->
 		<repository>
@@ -585,9 +584,9 @@
 
 
 	<scm>
-		<url>http://svn.apache.org/viewvc/incubator/clerezza</url>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/clerezza/trunk/parent/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/clerezza/trunk/parent/</developerConnection>
+		<url>http://svn.apache.org/viewvc/clerezza</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/clerezza/trunk/parent/</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/clerezza/trunk/parent/</developerConnection>
 	</scm>
 
 	<!-- lets generate reports -->