This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-sling-plugin-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git
commit b197a9a7d619e2b3105c4599697a0c8771c5d120 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Nov 7 08:05:42 2007 +0000 SLING-83: Add two maven modules. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@592645 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b848c76..7483ec7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> <version>1-incubator-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> + <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.sling</groupId> @@ -40,13 +40,13 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/maven-sling-plugin + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/maven-sling-plugin + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin </developerConnection> <url> - http://svn.apache.org/viewvc/incubator/sling/trunk/maven-sling-plugin + http://svn.apache.org/viewvc/incubator/sling/trunk/maven/maven-sling-plugin </url> </scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
