[zookeeper] 01/01: Fixed the packaging type of the Maven artifact (pom -> jar)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jul 14 21:01:00 UTC 2015


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

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

commit e4258d732dbb009dce59a1de366e9b4634e00ab7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jul 3 19:36:14 2015 +0200

    Fixed the packaging type of the Maven artifact (pom -> jar)
---
 debian/changelog | 7 +++++++
 debian/pom.xml   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3741724..12eb5ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+zookeeper (3.4.6-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fixed the packaging type of the Maven artifact (pom -> jar)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 03 Jul 2015 19:35:29 +0200
+
 zookeeper (3.4.6-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/pom.xml b/debian/pom.xml
index ae74f52..29d5513 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -10,7 +10,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zookeeper</groupId>
   <artifactId>zookeeper</artifactId>
-  <packaging>pom</packaging>
+  <packaging>jar</packaging>
   <version>3.4.6</version>
   <dependencies>
     <dependency>

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



More information about the pkg-java-commits mailing list