Author: andham Date: Wed Nov 28 19:59:41 2012 New Revision: 1414888 URL: http://svn.apache.org/viewvc?rev=1414888&view=rev Log: Changed the default project url in generated pom (is now http://www.example.com)
Modified: maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/pom.xml maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/archetype-resources/pom.xml maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/archetype-resources/pom.xml Modified: maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/pom.xml?rev=1414888&r1=1414887&r2=1414888&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:59:41 2012 @@ -10,7 +10,7 @@ <name>Archetype - ${artifactId}</name> <!-- FIXME change it to the project's website --> - <url>http://maven.apache.org</url> + <url>http://www.example.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=1414888&r1=1414887&r2=1414888&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:59:41 2012 @@ -10,7 +10,7 @@ <name>${artifactId} Maven Plugin</name> <!-- FIXME change it to the project's website --> - <url>http://maven.apache.org</url> + <url>http://www.example.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> Modified: maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/archetype-resources/pom.xml?rev=1414888&r1=1414887&r2=1414888&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:59:41 2012 @@ -9,7 +9,7 @@ <name>Maven Portlet Archetype</name> <!-- FIXME change it to the project's website --> - <url>http://maven.apache.org</url> + <url>http://www.example.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> Modified: maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml?rev=1414888&r1=1414887&r2=1414888&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:59:41 2012 @@ -9,7 +9,7 @@ <name>Maven Quick Start Archetype</name> <!-- FIXME change it to the project's website --> - <url>http://maven.apache.org</url> + <url>http://www.example.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> Modified: maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml?rev=1414888&r1=1414887&r2=1414888&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:59:41 2012 @@ -9,7 +9,7 @@ <name>${artifactId}</name> <!-- FIXME change it to the project's website --> - <url>http://maven.apache.org</url> + <url>http://www.example.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> Modified: maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/archetype-resources/pom.xml?rev=1414888&r1=1414887&r2=1414888&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:59:41 2012 @@ -9,7 +9,7 @@ <name>${artifactId} Maven Webapp</name> <!-- FIXME change it to the project's website --> - <url>http://maven.apache.org</url> + <url>http://www.example.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>