Author: dkulp Date: Thu Oct 18 11:53:04 2007 New Revision: 586073 URL: http://svn.apache.org/viewvc?rev=586073&view=rev Log: [maven-release-plugin] prepare release apache-jar-resource-bundle-1.3
Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?rev=586073&r1=586072&r2=586073&view=diff ============================================================================== --- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original) +++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Thu Oct 18 11:53:04 2007 @@ -8,9 +8,15 @@ </parent> <artifactId>apache-jar-resource-bundle</artifactId> <name>Apache JAR Resource Bundle</name> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> <inceptionYear>2006</inceptionYear> <description> An archive which contains templates for generating the necessary license files and notices for all Apache releases. </description> + + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.3</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.3</developerConnection> + <url>https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.3</url> + </scm> </project>