[maven-release-plugin]  copy for tag yoko-1.0

git-svn-id: https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0@655648 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 82f3496..c501ee9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.yoko</groupId>
     <artifactId>yoko</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <dependencies>
@@ -114,28 +114,28 @@
             <configuration>
               <tasks>
                 <java classname="sun.rmi.rmic.Main" fork="true">
-                  <arg value="-d"/>
-                  <arg value="target/test-classes"/>
-                  <arg value="-classpath"/>
-                  <arg value="target/test-classes"/>
-                  <arg value="-iiop"/>
-                  <arg value="-poa"/>
-                  <arg value="-keep"/>
-                  <arg value="test.rmi.SampleImpl"/>
-                  <arg value="test.rmi.SampleRemoteImpl"/>
+                  <arg value="-d" />
+                  <arg value="target/test-classes" />
+                  <arg value="-classpath" />
+                  <arg value="target/test-classes" />
+                  <arg value="-iiop" />
+                  <arg value="-poa" />
+                  <arg value="-keep" />
+                  <arg value="test.rmi.SampleImpl" />
+                  <arg value="test.rmi.SampleRemoteImpl" />
                   <classpath>
-                    <pathelement path="${java.home}/../lib/tools.jar"/>
+                    <pathelement path="${java.home}/../lib/tools.jar" />
                   </classpath>
                 </java>
                 <java classname="sun.rmi.rmic.Main" fork="true">
-                  <arg value="-d"/>
-                  <arg value="target/test-classes"/>
-                  <arg value="-classpath"/>
-                  <arg value="target/test-classes"/>
-                  <arg value="org.apache.yoko.processmanager.ProcessManager"/>
-                  <arg value="org.apache.yoko.processmanager.internal.ProcessAgentImpl"/>
+                  <arg value="-d" />
+                  <arg value="target/test-classes" />
+                  <arg value="-classpath" />
+                  <arg value="target/test-classes" />
+                  <arg value="org.apache.yoko.processmanager.ProcessManager" />
+                  <arg value="org.apache.yoko.processmanager.internal.ProcessAgentImpl" />
                   <classpath>
-                    <pathelement path="${java.home}/../lib/tools.jar"/>
+                    <pathelement path="${java.home}/../lib/tools.jar" />
                   </classpath>
                 </java>
               </tasks>
@@ -168,9 +168,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/core</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/core</developerConnection>
+    <url>http://svn.apache.org/viewvc/geronimo/yoko/tags/yoko-1.0/core</url>
   </scm>
 
 </project>
diff --git a/pom.xml b/pom.xml
index 623a52a..2fb1eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.yoko</groupId>
     <artifactId>yoko</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>Apache Yoko CORBA Server</name>     
     <inceptionYear>2006</inceptionYear>
 
@@ -539,9 +539,9 @@
     </ciManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/yoko/tags/yoko-1.0</url>
     </scm>
 
 </project>
diff --git a/rmi-impl/pom.xml b/rmi-impl/pom.xml
index dabc72c..8bcd0c5 100755
--- a/rmi-impl/pom.xml
+++ b/rmi-impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.yoko</groupId>
         <artifactId>yoko</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <artifactId>yoko-rmi-impl</artifactId>
     <packaging>jar</packaging>
@@ -61,9 +61,9 @@
     </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-impl</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/rmi-impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/rmi-impl</developerConnection>
+    <url>http://svn.apache.org/viewvc/geronimo/yoko/tags/yoko-1.0/rmi-impl</url>
   </scm>
 
 </project>
diff --git a/rmi-spec/pom.xml b/rmi-spec/pom.xml
index 1a6cbe4..02149ed 100644
--- a/rmi-spec/pom.xml
+++ b/rmi-spec/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.yoko</groupId>
         <artifactId>yoko</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <artifactId>yoko-rmi-spec</artifactId>
     <packaging>jar</packaging>
@@ -53,9 +53,9 @@
     </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-spec</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-spec</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-spec</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/rmi-spec</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/rmi-spec</developerConnection>
+    <url>http://svn.apache.org/viewvc/geronimo/yoko/tags/yoko-1.0/rmi-spec</url>
   </scm>
 
 </project>
diff --git a/yoko-spec-corba/pom.xml b/yoko-spec-corba/pom.xml
index 6ebb822..58d1d52 100755
--- a/yoko-spec-corba/pom.xml
+++ b/yoko-spec-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.yoko</groupId>
         <artifactId>yoko</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <artifactId>yoko-spec-corba</artifactId>
     <packaging>jar</packaging>
@@ -221,9 +221,9 @@
     </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/yoko-spec-corba</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/yoko-spec-corba</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/yoko-spec-corba</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0/yoko-spec-corba</developerConnection>
+    <url>http://svn.apache.org/viewvc/geronimo/yoko/tags/yoko-1.0/yoko-spec-corba</url>
   </scm>
 
 </project>