You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by sa...@apache.org on 2013/08/08 12:18:37 UTC

svn commit: r1511669 - /felix/trunk/prefs/pom.xml

Author: sahoo
Date: Thu Aug  8 10:18:37 2013
New Revision: 1511669

URL: http://svn.apache.org/r1511669
Log:
[maven-release-plugin] prepare release org.apache.felix.prefs-1.0.6

Modified:
    felix/trunk/prefs/pom.xml

Modified: felix/trunk/prefs/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/prefs/pom.xml?rev=1511669&r1=1511668&r2=1511669&view=diff
==============================================================================
--- felix/trunk/prefs/pom.xml (original)
+++ felix/trunk/prefs/pom.xml Thu Aug  8 10:18:37 2013
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.felix.prefs</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
 
     <name>Apache Felix Preferences Service</name>
     <description>
@@ -86,4 +86,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.prefs-1.0.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.prefs-1.0.6</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.prefs-1.0.6</url>
+  </scm>
 </project>