[parboiled] 01/01: Refreshed the poms
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 19 13:34:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository parboiled.
commit fcfd1e395a5af767894bd0bb40c5ab57fe457e81
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Mar 19 14:34:35 2015 +0100
Refreshed the poms
---
debian/changelog | 6 ++++++
debian/pom-core.xml | 10 +++++-----
debian/pom-java.xml | 20 ++++++++++----------
3 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0c2f22c..0df4b3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+parboiled (1.1.7-2) UNRELEASED; urgency=medium
+
+ * Refreshed the poms (debian/pom-core.xml and debian/pom-java.xml)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 19 Mar 2015 14:34:01 +0100
+
parboiled (1.1.7-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/pom-core.xml b/debian/pom-core.xml
index 249f790..9fccbf4 100644
--- a/debian/pom-core.xml
+++ b/debian/pom-core.xml
@@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-core</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful</description>
<url>http://parboiled.org</url>
- <version>1.1.6</version>
+ <version>1.1.7</version>
<licenses>
<license>
<name>Apache 2</name>
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.14.1</version>
+ <version>5.14.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_2.9.3</artifactId>
- <version>1.9.1</version>
+ <artifactId>scalatest_2.11</artifactId>
+ <version>2.2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/debian/pom-java.xml b/debian/pom-java.xml
index 83f89da..7c9328f 100644
--- a/debian/pom-java.xml
+++ b/debian/pom-java.xml
@@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-java</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<description>Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful</description>
<url>http://parboiled.org</url>
- <version>1.1.6</version>
+ <version>1.1.7</version>
<licenses>
<license>
<name>Apache 2</name>
@@ -34,39 +34,39 @@
<dependency>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-core</artifactId>
- <version>1.1.6</version>
+ <version>1.1.7</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.14.1</version>
+ <version>5.14.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_2.9.3</artifactId>
- <version>1.9.1</version>
+ <artifactId>scalatest_2.11</artifactId>
+ <version>2.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>4.1</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
- <version>4.1</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
- <version>4.1</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>4.1</version>
+ <version>5.0.3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/parboiled.git
More information about the pkg-java-commits
mailing list