You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2009/10/15 14:27:12 UTC

svn commit: r825475 - in /mina/branches/3.0: core/pom.xml filter-compression/ integration-beans/ integration-jmx/ integration-ognl/ integration-xbean/ legal/pom.xml parent/pom.xml pom.xml statemachine/ transport-apr/ transport-serial/

Author: jvermillard
Date: Thu Oct 15 12:27:12 2009
New Revision: 825475

URL: http://svn.apache.org/viewvc?rev=825475&view=rev
Log:
make some clean room for API breaking fest

Removed:
    mina/branches/3.0/filter-compression/
    mina/branches/3.0/integration-beans/
    mina/branches/3.0/integration-jmx/
    mina/branches/3.0/integration-ognl/
    mina/branches/3.0/integration-xbean/
    mina/branches/3.0/statemachine/
    mina/branches/3.0/transport-apr/
    mina/branches/3.0/transport-serial/
Modified:
    mina/branches/3.0/core/pom.xml
    mina/branches/3.0/legal/pom.xml
    mina/branches/3.0/parent/pom.xml
    mina/branches/3.0/pom.xml

Modified: mina/branches/3.0/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/3.0/core/pom.xml?rev=825475&r1=825474&r2=825475&view=diff
==============================================================================
--- mina/branches/3.0/core/pom.xml (original)
+++ mina/branches/3.0/core/pom.xml Thu Oct 15 12:27:12 2009
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.0-M7-SNAPSHOT</version>
+    <version>3.0.0-M1-SNAPSHOT</version>
   </parent>
   <artifactId>mina-core</artifactId>
   <name>Apache MINA Core</name>

Modified: mina/branches/3.0/legal/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/3.0/legal/pom.xml?rev=825475&r1=825474&r2=825475&view=diff
==============================================================================
--- mina/branches/3.0/legal/pom.xml (original)
+++ mina/branches/3.0/legal/pom.xml Thu Oct 15 12:27:12 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.mina</groupId>
         <artifactId>build</artifactId>
-        <version>2.0.0-M7-SNAPSHOT</version>
+        <version>3.0.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.mina</groupId>

Modified: mina/branches/3.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/3.0/parent/pom.xml?rev=825475&r1=825474&r2=825475&view=diff
==============================================================================
--- mina/branches/3.0/parent/pom.xml (original)
+++ mina/branches/3.0/parent/pom.xml Thu Oct 15 12:27:12 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.mina</groupId>
         <artifactId>build</artifactId>
-        <version>2.0.0-M7-SNAPSHOT</version>
+        <version>3.0.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.mina</groupId>

Modified: mina/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/3.0/pom.xml?rev=825475&r1=825474&r2=825475&view=diff
==============================================================================
--- mina/branches/3.0/pom.xml (original)
+++ mina/branches/3.0/pom.xml Thu Oct 15 12:27:12 2009
@@ -31,13 +31,13 @@
     <url>http://mina.apache.org/</url>
   </organization>
   <groupId>org.apache.mina</groupId>
-  <version>2.0.0-M7-SNAPSHOT</version>
+  <version>3.0.0-M1-SNAPSHOT</version>
   <artifactId>build</artifactId>
   <name>Apache MINA</name>
   <packaging>pom</packaging>
 
   <url>http://mina.apache.org/</url>
-  <inceptionYear>2004</inceptionYear>
+  <inceptionYear>2009</inceptionYear>
 
   <issueManagement>
     <system>jira</system>
@@ -45,9 +45,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/build-2.0.0-M7-SNAPSHOT</connection>
-    <url>http://svn.apache.org/viewvc/directory/mina/tags/build-2.0.0-M7-SNAPSHOT</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/build-2.0.0-M7-SNAPSHOT</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/build-3.0.0-M1-SNAPSHOT</connection>
+    <url>http://svn.apache.org/viewvc/directory/mina/tags/build-3.0.0-M1-SNAPSHOT</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/build-3.0.0-M1-SNAPSHOT</developerConnection>
   </scm>
 
   <distributionManagement>
@@ -81,32 +81,12 @@
     <module>legal</module>
     <module>parent</module>
     <module>core</module>
-    <module>transport-apr</module>
-    <module>filter-compression</module>
-    <module>statemachine</module>
-    <module>integration-beans</module>
-    <module>integration-xbean</module>
-    <module>integration-ognl</module>
-    <module>integration-jmx</module>
-    <!--module>mina-protocols</module-->
-    <module>example</module>
   </modules>
 
   <profiles>
     <profile>
       <id>default</id>
     </profile>
-    <profile>
-      <id>serial</id>
-      <activation>
-        <property>
-          <name>with-LGPL-dependencies</name>
-        </property>
-      </activation>
-      <modules>
-        <module>transport-serial</module>
-      </modules>
-    </profile>
   </profiles>
   
   <build>
@@ -114,7 +94,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
         <configuration>
           <encoding>UTF-8</encoding>
           <source>1.5</source>
@@ -127,7 +106,6 @@
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*</exclude>
@@ -139,7 +117,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>2.0.4</version>
         <executions>
           <execution>
             <id>attach-source</id>
@@ -151,29 +128,6 @@
       </plugin>
 
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-3</version>
-        <configuration>
-          <descriptors>
-            <descriptor>release.xml</descriptor>
-          </descriptors>
-          <finalName>mina-${pom.version}</finalName>
-          <appendAssemblyId>false</appendAssemblyId>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <tagBase>
-            https://svn.apache.org/repos/asf/mina/tags
-          </tagBase>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>1.4.1</version>