You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2011/03/24 21:07:17 UTC

svn commit: r1085108 - /felix/trunk/log/pom.xml

Author: rickhall
Date: Thu Mar 24 20:07:17 2011
New Revision: 1085108

URL: http://svn.apache.org/viewvc?rev=1085108&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.log-1.0.1

Modified:
    felix/trunk/log/pom.xml

Modified: felix/trunk/log/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/log/pom.xml?rev=1085108&r1=1085107&r2=1085108&view=diff
==============================================================================
--- felix/trunk/log/pom.xml (original)
+++ felix/trunk/log/pom.xml Thu Mar 24 20:07:17 2011
@@ -29,7 +29,7 @@
   <description>
     A simple implementation of the OSGi R4 Log service.
   </description>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.1</version>
   <artifactId>org.apache.felix.log</artifactId>
   <dependencies>
     <dependency>
@@ -79,4 +79,10 @@
 	   </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log-1.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log-1.0.1</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log-1.0.1</url>
+  </scm>
 </project>