Author: olamy Date: Fri Jan 4 11:07:42 2013 New Revision: 1428790 URL: http://svn.apache.org/viewvc?rev=1428790&view=rev Log: fix svnpubsub configuration
Modified: maven/skins/trunk/maven-application-skin/pom.xml maven/skins/trunk/maven-classic-skin/pom.xml maven/skins/trunk/maven-default-skin/pom.xml maven/skins/trunk/maven-fluido-skin/pom.xml maven/skins/trunk/maven-stylus-skin/pom.xml Modified: maven/skins/trunk/maven-application-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-application-skin/pom.xml?rev=1428790&r1=1428789&r2=1428790&view=diff ============================================================================== --- maven/skins/trunk/maven-application-skin/pom.xml (original) +++ maven/skins/trunk/maven-application-skin/pom.xml Fri Jan 4 11:07:42 2013 @@ -34,7 +34,7 @@ under the License. <name>Maven Application Skin</name> <description>Maven Application Skin</description> - <url>http://maven.apache.org/skins/${site.destination}</url> + <url>http://maven.apache.org/${maven.site.path}</url> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-application-skin/</connection> @@ -48,16 +48,6 @@ under the License. <profiles> <profile> - <id>rc</id> - <distributionManagement> - <!-- Cannot define in parent --> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/skins/${site.destination}</url> - </site> - </distributionManagement> - </profile> - <profile> <id>run-its</id> <build> <plugins> Modified: maven/skins/trunk/maven-classic-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-classic-skin/pom.xml?rev=1428790&r1=1428789&r2=1428790&view=diff ============================================================================== --- maven/skins/trunk/maven-classic-skin/pom.xml (original) +++ maven/skins/trunk/maven-classic-skin/pom.xml Fri Jan 4 11:07:42 2013 @@ -34,7 +34,7 @@ under the License. <name>Maven Classic Skin</name> <description>Maven Classic Skin</description> - <url>http://maven.apache.org/skins/${site.destination}</url> + <url>http://maven.apache.org/${maven.site.path}</url> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-classic-skin/</connection> @@ -48,16 +48,6 @@ under the License. <profiles> <profile> - <id>rc</id> - <distributionManagement> - <!-- Cannot define in parent --> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/skins/${site.destination}</url> - </site> - </distributionManagement> - </profile> - <profile> <id>run-its</id> <build> <plugins> Modified: maven/skins/trunk/maven-default-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/pom.xml?rev=1428790&r1=1428789&r2=1428790&view=diff ============================================================================== --- maven/skins/trunk/maven-default-skin/pom.xml (original) +++ maven/skins/trunk/maven-default-skin/pom.xml Fri Jan 4 11:07:42 2013 @@ -34,7 +34,7 @@ under the License. <name>Maven Default Skin</name> <description>Maven Default Skin</description> - <url>http://maven.apache.org/skins/${site.destination}</url> + <url>http://maven.apache.org/${maven.site.path}</url> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/</connection> @@ -48,16 +48,6 @@ under the License. <profiles> <profile> - <id>rc</id> - <distributionManagement> - <!-- Cannot define in parent --> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/skins/${site.destination}</url> - </site> - </distributionManagement> - </profile> - <profile> <id>run-its</id> <build> <plugins> Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1428790&r1=1428789&r2=1428790&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Fri Jan 4 11:07:42 2013 @@ -31,7 +31,7 @@ <name>Apache Maven Fluido Skin</name> <description>The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap.</description> - <url>http://maven.apache.org/skins/${site.destination}</url> + <url>http://maven.apache.org/${maven.site.path}</url> <inceptionYear>2011</inceptionYear> <scm> @@ -163,16 +163,6 @@ <profiles> <profile> - <id>rc</id> - <distributionManagement> - <!-- Cannot define in parent --> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/skins/${site.destination}</url> - </site> - </distributionManagement> - </profile> - <profile> <id>run-its</id> <build> <plugins> Modified: maven/skins/trunk/maven-stylus-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/pom.xml?rev=1428790&r1=1428789&r2=1428790&view=diff ============================================================================== --- maven/skins/trunk/maven-stylus-skin/pom.xml (original) +++ maven/skins/trunk/maven-stylus-skin/pom.xml Fri Jan 4 11:07:42 2013 @@ -34,7 +34,7 @@ under the License. <name>Maven Stylus Skin</name> <description>Maven Stylus Skin</description> - <url>http://maven.apache.org/skins/${site.destination}</url> + <url>http://maven.apache.org/${maven.site.path}</url> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-stylus-skin/</connection> @@ -82,16 +82,6 @@ under the License. <profiles> <profile> - <id>rc</id> - <distributionManagement> - <!-- Cannot define in parent --> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/skins/${site.destination}</url> - </site> - </distributionManagement> - </profile> - <profile> <id>run-its</id> <build> <plugins> @@ -159,7 +149,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.5</version> + <version>1.6</version> </plugin> </plugins> </reporting>