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/08 14:40:56 UTC

svn commit: r654509 - 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: Thu May  8 05:40:55 2008
New Revision: 654509

URL: http://svn.apache.org/viewvc?rev=654509&view=rev
Log:
[maven-release-plugin] prepare release 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=654509&r1=654508&r2=654509&view=diff
==============================================================================
--- geronimo/yoko/trunk/core/pom.xml (original)
+++ geronimo/yoko/trunk/core/pom.xml Thu May  8 05:40:55 2008
@@ -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>

Modified: geronimo/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/pom.xml?rev=654509&r1=654508&r2=654509&view=diff
==============================================================================
--- geronimo/yoko/trunk/pom.xml (original)
+++ geronimo/yoko/trunk/pom.xml Thu May  8 05:40:55 2008
@@ -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>

Modified: geronimo/yoko/trunk/rmi-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-impl/pom.xml?rev=654509&r1=654508&r2=654509&view=diff
==============================================================================
--- geronimo/yoko/trunk/rmi-impl/pom.xml (original)
+++ geronimo/yoko/trunk/rmi-impl/pom.xml Thu May  8 05:40:55 2008
@@ -1,28 +1,9 @@
-<!--
-* 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">
+<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.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <artifactId>yoko-rmi-impl</artifactId>
     <packaging>jar</packaging>
@@ -63,9 +44,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>
+</project>
\ No newline at end of file

Modified: geronimo/yoko/trunk/rmi-spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-spec/pom.xml?rev=654509&r1=654508&r2=654509&view=diff
==============================================================================
--- geronimo/yoko/trunk/rmi-spec/pom.xml (original)
+++ geronimo/yoko/trunk/rmi-spec/pom.xml Thu May  8 05:40:55 2008
@@ -1,28 +1,9 @@
-<!--
-* 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">
+<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.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <artifactId>yoko-rmi-spec</artifactId>
     <packaging>jar</packaging>
@@ -55,9 +36,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>
+</project>
\ No newline at end of file

Modified: geronimo/yoko/trunk/yoko-spec-corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/pom.xml?rev=654509&r1=654508&r2=654509&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-spec-corba/pom.xml Thu May  8 05:40:55 2008
@@ -1,30 +1,9 @@
-<?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">
+<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.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <artifactId>yoko-spec-corba</artifactId>
     <packaging>jar</packaging>
@@ -223,9 +202,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>
+</project>
\ No newline at end of file