You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/01/06 13:06:14 UTC

svn commit: r1055842 - in /mina/vysper/trunk: dist/pom.xml pom.xml server/core/pom.xml

Author: ngn
Date: Thu Jan  6 12:06:13 2011
New Revision: 1055842

URL: http://svn.apache.org/viewvc?rev=1055842&view=rev
Log:
Upgrade to MINA 2.0.2

Modified:
    mina/vysper/trunk/dist/pom.xml
    mina/vysper/trunk/pom.xml
    mina/vysper/trunk/server/core/pom.xml

Modified: mina/vysper/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/dist/pom.xml?rev=1055842&r1=1055841&r2=1055842&view=diff
==============================================================================
--- mina/vysper/trunk/dist/pom.xml (original)
+++ mina/vysper/trunk/dist/pom.xml Thu Jan  6 12:06:13 2011
@@ -67,12 +67,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.mina</groupId>
-      <artifactId>mina-integration-jmx</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
     </dependency>

Modified: mina/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=1055842&r1=1055841&r2=1055842&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Thu Jan  6 12:06:13 2011
@@ -96,13 +96,7 @@
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.0.0-RC1</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.mina</groupId>
-        <artifactId>mina-integration-jmx</artifactId>
-        <version>2.0.0-RC1</version>
+        <version>2.0.2</version>
       </dependency>
 
       <dependency>

Modified: mina/vysper/trunk/server/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/pom.xml?rev=1055842&r1=1055841&r2=1055842&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/pom.xml (original)
+++ mina/vysper/trunk/server/core/pom.xml Thu Jan  6 12:06:13 2011
@@ -68,12 +68,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.mina</groupId>
-      <artifactId>mina-integration-jmx</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
       <optional>true</optional>