This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag sling-launchpad-standalone-archetype-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git
commit 8a2eb38eed2170fd07e7c0e0ef3adcd93d394b44 Author: Justin Edelson <[email protected]> AuthorDate: Fri May 6 18:20:38 2011 +0000 [maven-release-plugin] prepare release sling-launchpad-standalone-archetype-1.0.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone@1100311 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97c316a..e2d16a2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <relativePath>../../../parent/pom.xml</relativePath> </parent> <artifactId>sling-launchpad-standalone-archetype</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <packaging>maven-archetype</packaging> <name>Sling Launchpad Standalone Archetype</name> <description>Maven archetype for Sling Launchpad Standalone applications</description> @@ -40,4 +40,10 @@ </plugin> </plugins> </build> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-launchpad-standalone-archetype-1.0.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-launchpad-standalone-archetype-1.0.0</developerConnection> + <url>http://svn.apache.org/viewvc/sling/tags/sling-launchpad-standalone-archetype-1.0.0</url> + </scm> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
