[pegdown] 02/02: Refreshed debian/pom.xml

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 19 13:39:01 UTC 2015


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

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

commit 0348e18e5fdbac284fb5c1c13659e3a22263922f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Mar 19 14:36:28 2015 +0100

    Refreshed debian/pom.xml
---
 debian/changelog |  7 +++++++
 debian/pom.xml   | 10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 985cadd..b55da76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pegdown (1.5.0-1) unstable; urgency=medium
+
+  * New upstream release
+    - Refreshed debian/pom.xml
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 19 Mar 2015 14:28:19 +0100
+
 pegdown (1.4.2-1) unstable; urgency=medium
 
   * Initial release (Closes: #685874)
diff --git a/debian/pom.xml b/debian/pom.xml
index a1a5d7c..7d8f99e 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -4,9 +4,9 @@
     <groupId>org.pegdown</groupId>
     <artifactId>pegdown</artifactId>
     <packaging>jar</packaging>
-    <description>A Java 1.5+ library providing a clean and lightweight markdown processor</description>
+    <description>A Java 1.6+ library providing a clean and lightweight markdown processor</description>
     <url>http://pegdown.org</url>
-    <version>1.4.2</version>
+    <version>1.5.0</version>
     <licenses>
         <license>
             <name>Apache 2</name>
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.parboiled</groupId>
             <artifactId>parboiled-java</artifactId>
-            <version>1.1.6</version>
+            <version>1.1.7</version>
         </dependency>
         <dependency>
             <groupId>net.sf.jtidy</groupId>
@@ -44,8 +44,8 @@
         </dependency>
         <dependency>
             <groupId>org.specs2</groupId>
-            <artifactId>specs2_2.9.3</artifactId>
-            <version>1.12.4.1</version>
+            <artifactId>specs2-core_2.11</artifactId>
+            <version>2.4.16</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

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



More information about the pkg-java-commits mailing list