Author: musachy Date: Tue Dec 23 11:06:33 2008 New Revision: 729068 URL: http://svn.apache.org/viewvc?rev=729068&view=rev Log: fix scm urls (was failing), and update site plugin version
Modified: struts/site/pom.xml Modified: struts/site/pom.xml URL: http://svn.apache.org/viewvc/struts/site/pom.xml?rev=729068&r1=729067&r2=729068&view=diff ============================================================================== --- struts/site/pom.xml (original) +++ struts/site/pom.xml Tue Dec 23 11:06:33 2008 @@ -43,8 +43,8 @@ </description> <scm> - <connection>scm|svn|http://svn.apache.org/repos/asf/struts/site/</connection> - <developerConnection>scm|svn|https://svn.apache.org/repos/asf/struts/site</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/site/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/site</developerConnection> <url>http://svn.apache.org/repos/asf/struts/site/</url> </scm> @@ -69,7 +69,7 @@ <plugins> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-4</version> + <version>2.0-beta-5</version> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> @@ -101,7 +101,7 @@ ignoreerrors="true"/> <get src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd" dest="${project.build.directory}/site/dtds/struts-2.0.dtd" - ignoreerrors="true"/> + ignoreerrors="true"/> </tasks> </configuration> <goals>