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 15:53:36 UTC

svn commit: r655504 - 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 06:53:36 2008
New Revision: 655504

URL: http://svn.apache.org/viewvc?rev=655504&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=655504&r1=655503&r2=655504&view=diff
==============================================================================
--- geronimo/yoko/trunk/core/pom.xml (original)
+++ geronimo/yoko/trunk/core/pom.xml Mon May 12 06:53:36 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=655504&r1=655503&r2=655504&view=diff
==============================================================================
--- geronimo/yoko/trunk/pom.xml (original)
+++ geronimo/yoko/trunk/pom.xml Mon May 12 06:53:36 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=655504&r1=655503&r2=655504&view=diff
==============================================================================
--- geronimo/yoko/trunk/rmi-impl/pom.xml (original)
+++ geronimo/yoko/trunk/rmi-impl/pom.xml Mon May 12 06:53:36 2008
@@ -1,9 +1,28 @@
-<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">
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  See the NOTICE file distributed with
+*  this work for additional information regarding copyright ownership.
+*  The ASF licenses this file to You under the Apache License, Version 2.0
+*  (the "License"); you may not use this file except in compliance with
+*  the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+*  Unless required by applicable law or agreed to in writing, software
+*  distributed under the 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">
     <modelVersion>4.0.0</modelVersion>
     <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>
@@ -49,4 +68,4 @@
     <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-impl</url>
   </scm>
 
-</project>
\ No newline at end of file
+</project>

Modified: geronimo/yoko/trunk/rmi-spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-spec/pom.xml?rev=655504&r1=655503&r2=655504&view=diff
==============================================================================
--- geronimo/yoko/trunk/rmi-spec/pom.xml (original)
+++ geronimo/yoko/trunk/rmi-spec/pom.xml Mon May 12 06:53:36 2008
@@ -1,9 +1,28 @@
-<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">
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  See the NOTICE file distributed with
+*  this work for additional information regarding copyright ownership.
+*  The ASF licenses this file to You under the Apache License, Version 2.0
+*  (the "License"); you may not use this file except in compliance with
+*  the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+*  Unless required by applicable law or agreed to in writing, software
+*  distributed under the 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">
     <modelVersion>4.0.0</modelVersion>
     <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>
@@ -41,4 +60,4 @@
     <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-spec</url>
   </scm>
 
-</project>
\ No newline at end of file
+</project>

Modified: geronimo/yoko/trunk/yoko-spec-corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/pom.xml?rev=655504&r1=655503&r2=655504&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-spec-corba/pom.xml Mon May 12 06:53:36 2008
@@ -1,9 +1,30 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the 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">
     <modelVersion>4.0.0</modelVersion>
     <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>
@@ -207,4 +228,4 @@
     <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba</url>
   </scm>
 
-</project>
\ No newline at end of file
+</project>