This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.datasource-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git
commit 3f006c86789c2fccf8dd0e25fdde3359c4127859 Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Jan 15 07:19:16 2015 +0000 Preparing for release. -- Adding scm info -- Fixing formatting of initial line git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/datasource@1651953 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9970105..489b4d6 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,8 @@ * from Adobe Systems Incorporated. **************************************************************************/ --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> @@ -50,6 +50,12 @@ </bundle.file.name> </properties> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/datasource</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/datasource</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/datasource</url> + </scm> + <build> <plugins> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
