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-mongodb.git
commit 4bb7170e9e1161d131410f220cd17ff00c75218a Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Aug 1 18:00:32 2012 +0000 New MongoDB resource provider git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1368142 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d43dcc1..f73379a 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,13 @@ <version>0.0.1-SNAPSHOT</version> <packaging>bundle</packaging> - <name>org.apache.sling.mongodb</name> - <url>http://maven.apache.org</url> + <name>Apache Sling MongoDB Resource Provider</name> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/mongodb</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/mongodb</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/mongodb</url> + </scm> <build> <plugins> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
