You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/03/20 13:58:57 UTC

svn commit: r1458814 - /commons/sandbox/openpgp/trunk/pom.xml

Author: ebourg
Date: Wed Mar 20 12:58:57 2013
New Revision: 1458814

URL: http://svn.apache.org/r1458814
Log:
Updated the dependencies

Modified:
    commons/sandbox/openpgp/trunk/pom.xml

Modified: commons/sandbox/openpgp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/openpgp/trunk/pom.xml?rev=1458814&r1=1458813&r2=1458814&view=diff
==============================================================================
--- commons/sandbox/openpgp/trunk/pom.xml (original)
+++ commons/sandbox/openpgp/trunk/pom.xml Wed Mar 20 12:58:57 2013
@@ -11,25 +11,27 @@
   <name>Commons OpenPGP (Sandbox)</name>
   <url>http://commons.apache.org/sandbox/openpgp/</url>
   <inceptionYear>2005</inceptionYear>
+
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpg-jdk12</artifactId>
-      <version>130</version>
+      <artifactId>bcpg-jdk15on</artifactId>
+      <version>1.48</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>ant</groupId>
+      <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.6.5</version>
+      <version>1.8.4</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
+
   <build>
     <resources>
       <resource>
@@ -38,6 +40,7 @@
       </resource>
     </resources>
   </build>
+
   <developers>
     <developer>
       <id>brett</id>
@@ -54,11 +57,13 @@
       <timezone>+1</timezone>
     </developer>
   </developers>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/</developerConnection>
     <url>http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/</url>
   </scm>
+
   <distributionManagement>
     <site>
       <id>website</id>



Re: svn commit: r1458814 - /commons/sandbox/openpgp/trunk/pom.xml

Posted by Benedikt Ritter <br...@apache.org>.
2013/3/20 Emmanuel Bourg <eb...@apache.org>

> Le 20/03/2013 14:04, Benedikt Ritter a écrit :
>
> > How about updating to 4.11 instead? Old tests will run on 4.11 and can be
> > migrated.
>
> I don't use JUnit 4, but feel free to upgrade further. I just wanted to
> check if openpgp was still compatible with the latest version of
> BouncyCastle.
>
>
Done in r1458820.


> Emmanuel
>
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: svn commit: r1458814 - /commons/sandbox/openpgp/trunk/pom.xml

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 20/03/2013 14:04, Benedikt Ritter a écrit :

> How about updating to 4.11 instead? Old tests will run on 4.11 and can be
> migrated.

I don't use JUnit 4, but feel free to upgrade further. I just wanted to
check if openpgp was still compatible with the latest version of
BouncyCastle.

Emmanuel



Re: svn commit: r1458814 - /commons/sandbox/openpgp/trunk/pom.xml

Posted by Benedikt Ritter <br...@apache.org>.
2013/3/20 <eb...@apache.org>

> Author: ebourg
> Date: Wed Mar 20 12:58:57 2013
> New Revision: 1458814
>
> URL: http://svn.apache.org/r1458814
> Log:
> Updated the dependencies
>
> Modified:
>     commons/sandbox/openpgp/trunk/pom.xml
>
> Modified: commons/sandbox/openpgp/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/sandbox/openpgp/trunk/pom.xml?rev=1458814&r1=1458813&r2=1458814&view=diff
>
> ==============================================================================
> --- commons/sandbox/openpgp/trunk/pom.xml (original)
> +++ commons/sandbox/openpgp/trunk/pom.xml Wed Mar 20 12:58:57 2013
> @@ -11,25 +11,27 @@
>    <name>Commons OpenPGP (Sandbox)</name>
>    <url>http://commons.apache.org/sandbox/openpgp/</url>
>    <inceptionYear>2005</inceptionYear>
> +
>    <dependencies>
>      <dependency>
>        <groupId>org.bouncycastle</groupId>
> -      <artifactId>bcpg-jdk12</artifactId>
> -      <version>130</version>
> +      <artifactId>bcpg-jdk15on</artifactId>
> +      <version>1.48</version>
>      </dependency>
>      <dependency>
>        <groupId>junit</groupId>
>        <artifactId>junit</artifactId>
> -      <version>3.8.1</version>
> +      <version>3.8.2</version>
>

How about updating to 4.11 instead? Old tests will run on 4.11 and can be
migrated.


>        <scope>test</scope>
>      </dependency>
>      <dependency>
> -      <groupId>ant</groupId>
> +      <groupId>org.apache.ant</groupId>
>        <artifactId>ant</artifactId>
> -      <version>1.6.5</version>
> +      <version>1.8.4</version>
>        <scope>provided</scope>
>      </dependency>
>    </dependencies>
> +
>    <build>
>      <resources>
>        <resource>
> @@ -38,6 +40,7 @@
>        </resource>
>      </resources>
>    </build>
> +
>    <developers>
>      <developer>
>        <id>brett</id>
> @@ -54,11 +57,13 @@
>        <timezone>+1</timezone>
>      </developer>
>    </developers>
> +
>    <scm>
>      <connection>scm:svn:
> http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/
> </connection>
>      <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/
> </developerConnection>
>      <url>http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk/
> </url>
>    </scm>
> +
>    <distributionManagement>
>      <site>
>        <id>website</id>
>
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter