[bouncycastle] 05/06: Updated the Maven poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jun 27 13:59:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository bouncycastle.

commit c74ddb2d78f865c892f3bcd733e7d835604fd3ca
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 27 15:53:59 2017 +0200

    Updated the Maven poms
---
 debian/changelog       | 1 +
 debian/poms/bcmail.pom | 6 +++---
 debian/poms/bcpg.pom   | 4 ++--
 debian/poms/bcpkix.pom | 4 ++--
 debian/poms/bcprov.pom | 2 +-
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b14af67..f5a59a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ bouncycastle (1.57-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Updated the Maven poms
   * Standards-Version updated to 4.0.0
   * Removed the test libraries from the upstream tarball
 
diff --git a/debian/poms/bcmail.pom b/debian/poms/bcmail.pom
index 8db0e92..d6185fe 100644
--- a/debian/poms/bcmail.pom
+++ b/debian/poms/bcmail.pom
@@ -5,7 +5,7 @@
   <artifactId>bcmail-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle S/MIME API</name>
-  <version>1.56</version>
+  <version>1.57</version>
   <description>The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The JavaMail API and the Java activation framework will also be needed.</description>
   <url>http://www.bouncycastle.org/java.html</url>
   <licenses>
@@ -33,13 +33,13 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.56</version>
+      <version>1.57</version>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.56</version>
+      <version>1.57</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/debian/poms/bcpg.pom b/debian/poms/bcpg.pom
index d751c43..39b6d70 100644
--- a/debian/poms/bcpg.pom
+++ b/debian/poms/bcpg.pom
@@ -5,7 +5,7 @@
   <artifactId>bcpg-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle OpenPGP API</name>
-  <version>1.56</version>
+  <version>1.57</version>
   <description>The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
   <url>http://www.bouncycastle.org/java.html</url>
   <licenses>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.56</version>
+      <version>1.57</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/debian/poms/bcpkix.pom b/debian/poms/bcpkix.pom
index 53739cc..0fb25ba 100644
--- a/debian/poms/bcpkix.pom
+++ b/debian/poms/bcpkix.pom
@@ -5,7 +5,7 @@
   <artifactId>bcpkix-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
-  <version>1.56</version>
+  <version>1.57</version>
   <description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
   <url>http://www.bouncycastle.org/java.html</url>
   <licenses>
@@ -33,7 +33,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.56</version>
+      <version>1.57</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/debian/poms/bcprov.pom b/debian/poms/bcprov.pom
index 33310be..c4c5da7 100644
--- a/debian/poms/bcprov.pom
+++ b/debian/poms/bcprov.pom
@@ -5,7 +5,7 @@
   <artifactId>bcprov-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle Provider</name>
-  <version>1.56</version>
+  <version>1.57</version>
   <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</description>
   <url>http://www.bouncycastle.org/java.html</url>
   <licenses>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bouncycastle.git



More information about the pkg-java-commits mailing list