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-karaf-launchpad-oak-tar-integration-tests.git
commit dbf34892bccbb94da888a4b3c70f74db53e09baa Author: Oliver Lietz <[email protected]> AuthorDate: Fri Mar 17 08:13:59 2017 +0000 add missing SCM settings git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1787296 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e3950f0..9b6d3f9 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,12 @@ <repoinit.filename>${project.basedir}/src/test/resources/repoinit.txt</repoinit.filename> </properties> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests</url> + </scm> + <dependencies> <!-- javax --> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
