[maven-release-plugin]  copy for tag gogo-reactor-1.0.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/gogo-reactor-1.0.0@1764319 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/command/pom.xml b/command/pom.xml
index 142c615..e835ef7 100644
--- a/command/pom.xml
+++ b/command/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>gogo-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../gogo-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>org.apache.felix.gogo.command</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Apache Felix Gogo Command</name>
 
   <description>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
diff --git a/gogo-parent/pom.xml b/gogo-parent/pom.xml
index 188ce75..de3dff7 100644
--- a/gogo-parent/pom.xml
+++ b/gogo-parent/pom.xml
@@ -29,7 +29,7 @@
     <name>Apache Felix Gogo</name>
     <description>Apache Felix Gogo Subproject</description>
     <artifactId>gogo-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <dependencyManagement>
         <dependencies>
@@ -77,4 +77,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/gogo-reactor-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-reactor-1.0.0</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/gogo-reactor-1.0.0</url>
+  </scm>
 </project>
diff --git a/jline/pom.xml b/jline/pom.xml
index 1eb0cac..2b9d65a 100644
--- a/jline/pom.xml
+++ b/jline/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo JLine Shell</name>
     <artifactId>org.apache.felix.gogo.jline</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <properties>
         <!-- Skip because of NPE -->
         <animal.sniffer.skip>true</animal.sniffer.skip>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.jline</groupId>
diff --git a/pom.xml b/pom.xml
index 62b545a..3037188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,12 +29,12 @@
     <name>Apache Felix Gogo</name>
     <description>Apache Felix Gogo Subproject</description>
     <artifactId>gogo-reactor</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/gogo</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo</developerConnection>
-         <url>http://svn.apache.org/repos/asf/felix/gogo</url>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/gogo-reactor-1.0.0</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-reactor-1.0.0</developerConnection>
+         <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-reactor-1.0.0</url>
     </scm>
 
     <modules>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index ffc939f..2339f89 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <properties>
         <!-- Skip because of NPE -->
         <animal.sniffer.skip>true</animal.sniffer.skip>
diff --git a/shell/pom.xml b/shell/pom.xml
index 0f007cd..4bc79bc 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -8,19 +8,18 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. 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>gogo-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../gogo-parent/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix Gogo Shell</name>
 	<artifactId>org.apache.felix.gogo.shell</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.0.0</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -37,7 +36,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.gogo.runtime</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.0</version>
 		</dependency>
 	</dependencies>
 	<build>