[maven-release-plugin] prepare release gogo-0.2.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813339 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/commands/pom.xml b/gogo/commands/pom.xml
index 1a8f22f..ba8ba9b 100644
--- a/gogo/commands/pom.xml
+++ b/gogo/commands/pom.xml
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.felix.gogo</groupId>
<artifactId>gogo</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Gogo Shell Commands</name>
<artifactId>org.apache.felix.gogo.commands</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/gogo/console/pom.xml b/gogo/console/pom.xml
index 666db45..9e8711c 100644
--- a/gogo/console/pom.xml
+++ b/gogo/console/pom.xml
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.felix.gogo</groupId>
<artifactId>gogo</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Gogo Shell Console</name>
<artifactId>org.apache.felix.gogo.console</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/gogo/launcher/pom.xml b/gogo/launcher/pom.xml
index 35a564c..65007cc 100644
--- a/gogo/launcher/pom.xml
+++ b/gogo/launcher/pom.xml
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.felix.gogo</groupId>
<artifactId>gogo</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Gogo Shell Launcher</name>
<artifactId>org.apache.felix.gogo.launcher</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/gogo/pom.xml b/gogo/pom.xml
index 89d4762..3303e53 100644
--- a/gogo/pom.xml
+++ b/gogo/pom.xml
@@ -30,7 +30,7 @@
<description>Apache Felix Gogo Shell</description>
<groupId>org.apache.felix.gogo</groupId>
<artifactId>gogo</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<modules>
<module>runtime</module>
@@ -195,4 +195,10 @@
</build>
</profile>
</profiles>
+
+ <scm>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</developerConnection>
+ <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</url>
+ </scm>
</project>
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index f028a9e..17661cc 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.felix.gogo</groupId>
<artifactId>gogo</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Gogo Shell Runtime</name>
<artifactId>org.apache.felix.gogo.runtime</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>