Author: norman
Date: Fri Oct 30 08:17:16 2009
New Revision: 831225

URL: http://svn.apache.org/viewvc?rev=831225&view=rev
Log:
upgrade to mina 2.0.0-RC1

Added:
    james/server/trunk/stage/org.apache.mina/jars/mina-core-2.0.0-RC1.jar   
(with props)
    james/server/trunk/stage/org.apache.mina/poms/mina-core-2.0.0-RC1.pom
Removed:
    james/server/trunk/stage/org.apache.mina/jars/mina-core-2.0.0-M6.jar
    james/server/trunk/stage/org.apache.mina/poms/mina-core-2.0.0-M6.pom
Modified:
    james/server/trunk/include.properties
    james/server/trunk/pom.xml

Modified: james/server/trunk/include.properties
URL: 
http://svn.apache.org/viewvc/james/server/trunk/include.properties?rev=831225&r1=831224&r2=831225&view=diff
==============================================================================
--- james/server/trunk/include.properties (original)
+++ james/server/trunk/include.properties Fri Oct 30 08:17:16 2009
@@ -365,7 +365,7 @@
 openjpa.jar=${path.lib.openjpa}/openjpa-1.2.0.jar
 
 # ------ MINA -------------------------
-jarname.mina-core.jar=mina-core-2.0.0-M6.jar
+jarname.mina-core.jar=mina-core-2.0.0-RC1.jar
 mina-core.jar=${path.lib.mina}/${jarname.mina-core.jar}
 
 # ------ Guice and Co ------------------

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=831225&r1=831224&r2=831225&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Oct 30 08:17:16 2009
@@ -258,7 +258,7 @@
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
-      <version>2.0.0-M6</version>
+      <version>2.0.0-RC1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Added: james/server/trunk/stage/org.apache.mina/jars/mina-core-2.0.0-RC1.jar
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.mina/jars/mina-core-2.0.0-RC1.jar?rev=831225&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/server/trunk/stage/org.apache.mina/jars/mina-core-2.0.0-RC1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.mina/poms/mina-core-2.0.0-RC1.pom
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.mina/poms/mina-core-2.0.0-RC1.pom?rev=831225&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.mina/poms/mina-core-2.0.0-RC1.pom 
(added)
+++ james/server/trunk/stage/org.apache.mina/poms/mina-core-2.0.0-RC1.pom Fri 
Oct 30 08:17:16 2009
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  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.mina</groupId>
+    <artifactId>mina-parent</artifactId>
+    <version>2.0.0-RC1</version>
+  </parent>
+  <artifactId>mina-core</artifactId>
+  <name>Apache MINA Core</name>
+  <packaging>bundle</packaging>
+  <properties>
+    <symbolicName>${groupId}.core</symbolicName>
+    <exportedPackage>${groupId}</exportedPackage>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymockclassextension</artifactId>
+    </dependency>
+  </dependencies>
+</project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to