[zookeeper] 04/05: Updated debian/pom.xml

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 16 13:18:48 UTC 2016


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

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

commit 05ab317ff627ee6ad26772240dc6558168fe5219
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 16 15:12:05 2016 +0200

    Updated debian/pom.xml
---
 debian/changelog |  1 +
 debian/pom.xml   | 16 ++++++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39371d3..47f643f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ zookeeper (3.4.9-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Updated debian/pom.xml
   * Updated the upstream signing keys
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 16 Sep 2016 15:09:08 +0200
diff --git a/debian/pom.xml b/debian/pom.xml
index 430b912..7755ae6 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -2,16 +2,24 @@
 <!--
    Apache Maven 2 POM generated by Apache Ivy
    http://ant.apache.org/ivy/
-   Apache Ivy version: 2.4.0-local-20150617001712 20150617001712
+   Apache Ivy version: 2.4.0 20141213170938
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zookeeper</groupId>
   <artifactId>zookeeper</artifactId>
   <packaging>pom</packaging>
-  <version>3.4.8</version>
+  <version>3.4.9</version>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+   </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -70,7 +78,7 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty</artifactId>
-      <version>3.7.0.Final</version>
+      <version>3.10.5.Final</version>
       <scope>compile</scope>
     </dependency>
     <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