You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2012/09/25 14:16:43 UTC

svn commit: r1389828 - in /mina/sshd/trunk: pom.xml sshd-core/pom.xml

Author: gnodet
Date: Tue Sep 25 12:16:43 2012
New Revision: 1389828

URL: http://svn.apache.org/viewvc?rev=1389828&view=rev
Log:
[SSHD-189] Upgrade to mina 2.0.5

Modified:
    mina/sshd/trunk/pom.xml
    mina/sshd/trunk/sshd-core/pom.xml

Modified: mina/sshd/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/pom.xml?rev=1389828&r1=1389827&r2=1389828&view=diff
==============================================================================
--- mina/sshd/trunk/pom.xml (original)
+++ mina/sshd/trunk/pom.xml Tue Sep 25 12:16:43 2012
@@ -87,7 +87,7 @@
             <dependency>
                 <groupId>org.apache.mina</groupId>
                 <artifactId>mina-core</artifactId>
-                <version>2.0.4</version>
+                <version>2.0.5</version>
             </dependency>
             <dependency>
                 <groupId>tomcat</groupId>

Modified: mina/sshd/trunk/sshd-core/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/pom.xml?rev=1389828&r1=1389827&r2=1389828&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-core/pom.xml (original)
+++ mina/sshd/trunk/sshd-core/pom.xml Tue Sep 25 12:16:43 2012
@@ -110,6 +110,7 @@
                     <instructions>
                         <Bundle-SymbolicName>org.apache.sshd.core</Bundle-SymbolicName>
                         <Import-Package>
+                            org.apache.mina*;version="[2,3)",
                             com.jcraft.jzlib*;resolution:=optional,
                             org.bouncycastle*;resolution:=optional,
                             org.apache.tomcat.jni*;resolution:=optional,