[maven-release-plugin] prepare release org.apache.felix.coordinator-1.0.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1558422 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index 3d1e963..4bb8bf7 100644
--- a/coordinator/pom.xml
+++ b/coordinator/pom.xml
@@ -33,7 +33,7 @@
<description>
Implementation of the OSGi Coordinator Service Specification 1.0
</description>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<build>
<plugins>
@@ -96,4 +96,10 @@
<scope>provided</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.coordinator-1.0.0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.coordinator-1.0.0</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.coordinator-1.0.0</url>
+ </scm>
</project>