You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2008/05/12 23:05:39 UTC

svn commit: r655640 - in /geronimo/yoko/trunk: core/pom.xml pom.xml rmi-impl/pom.xml rmi-spec/pom.xml yoko-spec-corba/pom.xml

Author: rickmcguire
Date: Mon May 12 14:05:39 2008
New Revision: 655640

URL: http://svn.apache.org/viewvc?rev=655640&view=rev
Log:
[maven-release-plugin] rollback the release of yoko-1.0

Modified:
    geronimo/yoko/trunk/core/pom.xml
    geronimo/yoko/trunk/pom.xml
    geronimo/yoko/trunk/rmi-impl/pom.xml
    geronimo/yoko/trunk/rmi-spec/pom.xml
    geronimo/yoko/trunk/yoko-spec-corba/pom.xml

Modified: geronimo/yoko/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/core/pom.xml?rev=655640&r1=655639&r2=655640&view=diff
==============================================================================
--- geronimo/yoko/trunk/core/pom.xml (original)
+++ geronimo/yoko/trunk/core/pom.xml Mon May 12 14:05:39 2008
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.yoko</groupId>
     <artifactId>yoko</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</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>

Modified: geronimo/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/pom.xml?rev=655640&r1=655639&r2=655640&view=diff
==============================================================================
--- geronimo/yoko/trunk/pom.xml (original)
+++ geronimo/yoko/trunk/pom.xml Mon May 12 14:05:39 2008
@@ -64,7 +64,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.yoko</groupId>
     <artifactId>yoko</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Apache Yoko CORBA Server</name>     
     <inceptionYear>2006</inceptionYear>
 

Modified: geronimo/yoko/trunk/rmi-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-impl/pom.xml?rev=655640&r1=655639&r2=655640&view=diff
==============================================================================
--- geronimo/yoko/trunk/rmi-impl/pom.xml (original)
+++ geronimo/yoko/trunk/rmi-impl/pom.xml Mon May 12 14:05:39 2008
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.yoko</groupId>
         <artifactId>yoko</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
     <artifactId>yoko-rmi-impl</artifactId>
     <packaging>jar</packaging>

Modified: geronimo/yoko/trunk/rmi-spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-spec/pom.xml?rev=655640&r1=655639&r2=655640&view=diff
==============================================================================
--- geronimo/yoko/trunk/rmi-spec/pom.xml (original)
+++ geronimo/yoko/trunk/rmi-spec/pom.xml Mon May 12 14:05:39 2008
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.yoko</groupId>
         <artifactId>yoko</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
     <artifactId>yoko-rmi-spec</artifactId>
     <packaging>jar</packaging>

Modified: geronimo/yoko/trunk/yoko-spec-corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/pom.xml?rev=655640&r1=655639&r2=655640&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-spec-corba/pom.xml Mon May 12 14:05:39 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.yoko</groupId>
         <artifactId>yoko</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
     <artifactId>yoko-spec-corba</artifactId>
     <packaging>jar</packaging>