[jsch] 02/04: Updated the pom and the OSGi metadata

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 29 13:09:28 UTC 2015


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

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

commit 605e4dabd82f94034874d5cf366a0393da524875
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Apr 29 15:03:38 2015 +0200

    Updated the pom and the OSGi metadata
---
 debian/changelog   |  5 ++++-
 debian/manifest.mf | 10 +++++-----
 debian/pom.xml     |  2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ae28d2..e8630fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
-jsch (0.1.51-2) UNRELEASED; urgency=medium
+jsch (0.1.52-1) UNRELEASED; urgency=medium
 
+  * New upstream release
+    - Updated the OSGi metadata
+    - Updated the pom.xml file
   * debian/control:
     - Removed Niels Thykier from the uploaders (Closes: #770565)
     - Standards-Version updated to 3.9.6 (no changes)
diff --git a/debian/manifest.mf b/debian/manifest.mf
index 5bde140..4b808cd 100644
--- a/debian/manifest.mf
+++ b/debian/manifest.mf
@@ -1,13 +1,13 @@
 Bundle-ManifestVersion: 2
-Bundle-Version: 0.1.51
+Bundle-Version: 0.1.52
 Bundle-SymbolicName: com.jcraft.jsch
 Bundle-Name: Jsch
 Export-Package: com.jcraft.jsch.jgss;uses:="com.jcraft.jsch,org.ietf.jgs
- s";version="0.1.51",com.jcraft.jsch.jcraft;uses:="com.jcraft.jsch,com.j
- craft.jzlib";version="0.1.51",com.jcraft.jsch;uses:="signature,keypairg
- en,userauth";version="0.1.51",com.jcraft.jsch.jce;uses:="javax.crypto.s
+ s";version="0.1.52",com.jcraft.jsch.jcraft;uses:="com.jcraft.jsch,com.j
+ craft.jzlib";version="0.1.52",com.jcraft.jsch;uses:="signature,keypairg
+ en,userauth";version="0.1.52",com.jcraft.jsch.jce;uses:="javax.crypto.s
  pec,com.jcraft.jsch,javax.crypto,javax.crypto.interfaces";version="0.1.
- 51"
+ 52"
 Import-Package: com.jcraft.jzlib;resolution:=optional;version="[1.1,2)",
  javax.crypto,javax.crypto.interfaces,javax.crypto.spec,keypairgen;resol
  ution:=optional,org.ietf.jgss;resolution:=optional,signature;resolution
diff --git a/debian/pom.xml b/debian/pom.xml
index 815b92f..31ac76c 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -4,7 +4,7 @@
   <groupId>com.jcraft</groupId>
   <artifactId>jsch</artifactId>
   <packaging>jar</packaging>
-  <version>0.1.51</version>
+  <version>0.1.52</version>
   <name>JSch</name>
   <url>http://www.jcraft.com/jsch/</url>
   <description>JSch is a pure Java implementation of SSH2</description>

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



More information about the pkg-java-commits mailing list