[maven-release-plugin] prepare release org.apache.felix.scr-1.0.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@616868 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 8b3460e..e91462a 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -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>