This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository zookeeper.
commit 1cef4405717579537542c626b8cd195eb013ed4a Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 26 10:48:13 2016 +0100 Updated debian/pom.xml --- debian/changelog | 1 + debian/pom.xml | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6718731..e74eade 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ zookeeper (3.4.8-2) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Updated debian/pom.xml * Standards-Version updated to 3.9.7 (no changes) * Use secure Vcs-* URLs diff --git a/debian/pom.xml b/debian/pom.xml index f746e48..430b912 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -10,8 +10,8 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <packaging>jar</packaging> - <version>3.4.7</version> + <packaging>pom</packaging> + <version>3.4.8</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> @@ -98,6 +98,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>jdiff</groupId> <artifactId>jdiff</artifactId> <version>1.0.9</version> @@ -124,7 +130,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.1</version> + <version>3.2.2</version> <optional>true</optional> </dependency> </dependencies> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/zookeeper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

