This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git
commit a921e17c2c8515ea0cbe62de24b3cf5c4b0f2184 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Apr 23 10:46:19 2013 +0000 [maven-release-plugin] prepare release org.apache.sling.javax.activation-0.1.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1470884 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 988cf05..78ce102 100755 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <artifactId>org.apache.sling.javax.activation</artifactId> <packaging>bundle</packaging> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0</version> <name>Apache Sling javax.activation bundle</name> <description>The Apache Sling javax.activation bundle contributes an OSGi-compatible activation bundle.</description> @@ -85,4 +85,10 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.javax.activation-0.1.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.javax.activation-0.1.0</developerConnection> + <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.javax.activation-0.1.0</url> + </scm> </project>
