[maven-release-plugin] prepare release org.apache.felix.connect-0.1.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1680012 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/connect/pom.xml b/connect/pom.xml
index c48d887..c3393b8 100644
--- a/connect/pom.xml
+++ b/connect/pom.xml
@@ -15,8 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
@@ -27,7 +26,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Connect</name>
<artifactId>org.apache.felix.connect</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
<description>A service registry that enables OSGi style service registry programs without using an OSGi framework.
</description>
<url>http://felix.apache.org/</url>
@@ -39,9 +38,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/connect</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/connect</developerConnection>
- <url>http://svn.apache.org/repos/asf/felix/connect</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect-0.1.0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect-0.1.0</developerConnection>
+ <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect-0.1.0</url>
</scm>
<developers>
<developer>
@@ -67,8 +66,8 @@
<version>5.0.0</version>
</dependency>
</dependencies>
- <repositories/>
- <pluginRepositories/>
+ <repositories />
+ <pluginRepositories />
<build>
<plugins>
<plugin>