[easymock] 02/03: Update changelog and pom.xml for new release.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Jan 12 13:00:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository easymock.
commit 7085a4cb738753518ac892c30d0c61eb49776d01
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Jan 12 13:33:07 2015 +0100
Update changelog and pom.xml for new release.
---
debian/changelog | 8 ++++++++
debian/pom.xml | 11 +++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b914036..c5bbe99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+easymock (3.3.1+ds-1) experimental; urgency=medium
+
+ * Imported Upstream version 3.3.1+ds.
+ * debian/copyright: Update Source field and point to sources at sourceforge.net
+ * Update pom.xml for new release.
+
+ -- Markus Koschany <apo at gambaru.de> Mon, 12 Jan 2015 13:31:54 +0100
+
easymock (3.3+ds-1) experimental; urgency=medium
* Imported Upstream version 3.3+ds.
diff --git a/debian/pom.xml b/debian/pom.xml
index 3fdf24e..6c0c1af 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
- <version>3.3</version>
+ <version>3.3.1</version>
</parent>
<artifactId>easymock</artifactId>
@@ -34,9 +34,16 @@
<!-- Used for class mocking -->
<dependency>
<groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
+ <artifactId>cglib</artifactId>
<version>3.1</version>
</dependency>
+ <!-- Use version 5 to be compliant with Java 8 -->
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>5.0.3</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Used for class mocking -->
<dependency>
<groupId>org.objenesis</groupId>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git
More information about the pkg-java-commits
mailing list