Author: cziegeler
Date: Wed Jan 30 11:45:12 2008
New Revision: 616868
URL: http://svn.apache.org/viewvc?rev=616868&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr-1.0.0
Modified:
felix/trunk/scr/pom.xml
Modified: felix/trunk/scr/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=616868&r1=616867&r2=616868&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Wed Jan 30 11:45:12 2008
@@ -30,7 +30,7 @@
Implementation of the Declarative Services specification 1.0
</description>
<artifactId>org.apache.felix.scr</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
@@ -92,4 +92,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.0</developerConnection>
+
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.0</url>
+ </scm>
</project>