[bouncycastle] 06/07: Updated the Maven poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 6 16:38:01 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 967f3da94e5622f85fb46ada43d467de43636e0c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jan 6 16:28:47 2017 +0100

    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 97f42eb..ad91962 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ bouncycastle (1.56-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Updated the Maven poms
   * Build with the DH sequencer instead of CDBS
   * Switch to debhelper level 10
 
diff --git a/debian/poms/bcmail.pom b/debian/poms/bcmail.pom
index 533d1ff..8db0e92 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.55</version>
+  <version>1.56</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.55</version>
+      <version>1.56</version>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.55</version>
+      <version>1.56</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/debian/poms/bcpg.pom b/debian/poms/bcpg.pom
index 0649939..d751c43 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.55</version>
+  <version>1.56</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.55</version>
+      <version>1.56</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/debian/poms/bcpkix.pom b/debian/poms/bcpkix.pom
index 997def6..53739cc 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.55</version>
+  <version>1.56</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.55</version>
+      <version>1.56</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/debian/poms/bcprov.pom b/debian/poms/bcprov.pom
index 4049cf6..33310be 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.55</version>
+  <version>1.56</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