You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/09/13 16:02:23 UTC

svn commit: r996535 - in /mina/trunk: ./ distribution/ mina-core/ mina-example/ mina-filter-compression/ mina-integration-beans/ mina-integration-jmx/ mina-integration-ognl/ mina-integration-xbean/ mina-legal/ mina-statemachine/ mina-transport-apr/ min...

Author: elecharny
Date: Mon Sep 13 14:02:22 2010
New Revision: 996535

URL: http://svn.apache.org/viewvc?rev=996535&view=rev
Log:
[maven-release-plugin] prepare release 2.0.0

Modified:
    mina/trunk/distribution/pom.xml
    mina/trunk/mina-core/pom.xml
    mina/trunk/mina-example/pom.xml
    mina/trunk/mina-filter-compression/pom.xml
    mina/trunk/mina-integration-beans/pom.xml
    mina/trunk/mina-integration-jmx/pom.xml
    mina/trunk/mina-integration-ognl/pom.xml
    mina/trunk/mina-integration-xbean/pom.xml
    mina/trunk/mina-legal/pom.xml
    mina/trunk/mina-statemachine/pom.xml
    mina/trunk/mina-transport-apr/pom.xml
    mina/trunk/mina-transport-serial/pom.xml
    mina/trunk/pom.xml

Modified: mina/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/distribution/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/distribution/pom.xml (original)
+++ mina/trunk/distribution/pom.xml Mon Sep 13 14:02:22 2010
@@ -18,16 +18,13 @@
  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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <artifactId>mina-parent</artifactId>
     <groupId>org.apache.mina</groupId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>distribution</artifactId>
@@ -87,7 +84,7 @@
                 <configuration>
                   <tasks>
                     <echo>Copying Javadocs</echo>
-                    <mkdir dir="${docsFolder}"></mkdir>
+                    <mkdir dir="${docsFolder}" />
                     <copy todir="${docsFolder}">
                       <fileset dir="../target/site/">
                         <include name="apidocs" />

Modified: mina/trunk/mina-core/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-core/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-core/pom.xml (original)
+++ mina/trunk/mina-core/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-core</artifactId>

Modified: mina/trunk/mina-example/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-example/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-example/pom.xml (original)
+++ mina/trunk/mina-example/pom.xml Mon Sep 13 14:02:22 2010
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-example</artifactId>

Modified: mina/trunk/mina-filter-compression/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-filter-compression/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-filter-compression/pom.xml (original)
+++ mina/trunk/mina-filter-compression/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-filter-compression</artifactId>

Modified: mina/trunk/mina-integration-beans/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-integration-beans/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-integration-beans/pom.xml (original)
+++ mina/trunk/mina-integration-beans/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-integration-beans</artifactId>

Modified: mina/trunk/mina-integration-jmx/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-integration-jmx/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-integration-jmx/pom.xml (original)
+++ mina/trunk/mina-integration-jmx/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-integration-jmx</artifactId>

Modified: mina/trunk/mina-integration-ognl/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-integration-ognl/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-integration-ognl/pom.xml (original)
+++ mina/trunk/mina-integration-ognl/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-integration-ognl</artifactId>

Modified: mina/trunk/mina-integration-xbean/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-integration-xbean/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-integration-xbean/pom.xml (original)
+++ mina/trunk/mina-integration-xbean/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: mina/trunk/mina-legal/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-legal/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-legal/pom.xml (original)
+++ mina/trunk/mina-legal/pom.xml Mon Sep 13 14:02:22 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-parent</artifactId>
-        <version>2.0.0-RC2-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>mina-legal</artifactId>

Modified: mina/trunk/mina-statemachine/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-statemachine/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-statemachine/pom.xml (original)
+++ mina/trunk/mina-statemachine/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-statemachine</artifactId>

Modified: mina/trunk/mina-transport-apr/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-transport-apr/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-transport-apr/pom.xml (original)
+++ mina/trunk/mina-transport-apr/pom.xml Mon Sep 13 14:02:22 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-transport-apr</artifactId>

Modified: mina/trunk/mina-transport-serial/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/mina-transport-serial/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/mina-transport-serial/pom.xml (original)
+++ mina/trunk/mina-transport-serial/pom.xml Mon Sep 13 14:02:22 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-RC2-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>mina-transport-serial</artifactId>

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=996535&r1=996534&r2=996535&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Sep 13 14:02:22 2010
@@ -33,7 +33,7 @@
   </organization>
 
   <groupId>org.apache.mina</groupId>
-  <version>2.0.0-RC2-SNAPSHOT</version>
+  <version>2.0.0</version>
   <artifactId>mina-parent</artifactId>
   <name>Apache MINA</name>
   <packaging>pom</packaging>
@@ -47,9 +47,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/trunk</connection>
-    <url>http://svn.apache.org/viewvc/directory/mina/trunk</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/trunk</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/2.0.0</connection>
+    <url>http://svn.apache.org/viewvc/directory/mina/tags/2.0.0</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/2.0.0</developerConnection>
   </scm>
 
   <distributionManagement>