This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-slingstart-archetype.git
commit 29b8a633423a9e63894e453d6faafd89ca0dd00e Author: Robert Munteanu <[email protected]> AuthorDate: Fri Oct 16 20:07:52 2015 +0000 [maven-release-plugin] prepare release sling-slingstart-archetype-1.0.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1709103 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 268ac70..0439618 100644 --- a/pom.xml +++ b/pom.xml @@ -16,19 +16,19 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-archetype-parent</artifactId> - <relativePath/> + <relativePath /> <version>4</version> </parent> <artifactId>sling-slingstart-archetype</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>maven-archetype</packaging> <name>Sling Slingstart Archetype</name> <description>Maven archetype for a Sling Slingstart application</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/slingstart</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/slingstart</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/slingstart</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-slingstart-archetype-1.0.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-slingstart-archetype-1.0.0</developerConnection> + <url>http://svn.apache.org/viewvc/sling/tags/sling-slingstart-archetype-1.0.0</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
