This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag sling-servlet-archetype-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-servlet-archetype.git
commit 4e88876edc83e7165f6274fc81959d8c00830f44 Author: Robert Munteanu <[email protected]> AuthorDate: Wed Jul 24 18:13:22 2013 +0000 SLING-2978 - Create tooling top-level directory and move maven and ide under it * moved the maven directory under tooling maven * adjusted module paths in pom.xml * updated the scm information in the pom.xml files * updated the scm information in the README.txt files git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet@1506645 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index f582625..bf1587b 100644 --- a/README.txt +++ b/README.txt @@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org/) source repository of the Apache Software Foundation. If you have Subversion installed, you can checkout the latest source using the following command: - svn checkout http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet + svn checkout http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet See the Subversion documentation for other source control features. diff --git a/pom.xml b/pom.xml index 78b2add..82bb5dd 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,9 @@ <description>Maven archetype for Sling Servlets</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/servlet</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
