Author: cziegeler
Date: Mon Sep 8 00:47:59 2008
New Revision: 693012
URL: http://svn.apache.org/viewvc?rev=693012&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr-1.0.6
Modified:
felix/trunk/scr/pom.xml
Modified: felix/trunk/scr/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=693012&r1=693011&r2=693012&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Mon Sep 8 00:47:59 2008
@@ -30,7 +30,7 @@
Implementation of the Declarative Services specification 1.0
</description>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.0.6</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
@@ -90,4 +90,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.6</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.6</developerConnection>
+
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.6</url>
+ </scm>
</project>