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-org-apache-sling-superimposing.git
commit ce72116d3af2b8933d09119a995fed37a25ecf7b
Author: sseifert <sseifert@unknown>
AuthorDate: Mon Sep 29 20:57:00 2014 +0000
add SCM urls
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1628309
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 30bb123..b9835da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,11 +35,11 @@
It is possible to add or overlay resources in the mirrored tree.
</description>
- <properties>
- <sling.url>http://localhost:8080</sling.url>
- <sling.user>admin</sling.user>
- <sling.password>admin</sling.password>
- </properties>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/superimposing</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/superimposing</developerConnection>
+
<url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/superimposing</url>
+ </scm>
<build>
<plugins>
--
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.