[dnsjava] 05/06: Updated the Maven POM

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Jan 8 23:32:12 UTC 2017


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

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

commit 5be732b627bdbc2809009d1e59efa589641e17d6
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jan 9 00:11:29 2017 +0100

    Updated the Maven POM
---
 debian/changelog |  4 +++-
 debian/pom.xml   | 25 ++++++++++++++++++++++---
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d05e96c..2e19356 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-dnsjava (2.1.7+dfsg-2) UNRELEASED; urgency=medium
+dnsjava (2.1.8-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release:
+    - Updated the Maven POM
   * Standards-Version updated to 3.9.8
   * Switch to debhelper level 10
   * Use secure Vcs-* URLs
diff --git a/debian/pom.xml b/debian/pom.xml
index 1d3d85c..94ee309 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>dnsjava</groupId>
     <artifactId>dnsjava</artifactId>
-    <version>2.1.7</version>
+    <version>2.1.8</version>
     <name>dnsjava</name>
     <description>dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. </description>
     <url>http://www.dnsjava.org</url>
@@ -26,7 +26,7 @@
         <connection>scm:git:https://github.com/dnsjava/dnsjava</connection>
         <developerConnection>scm:git:git at github.com:dnsjava/dnsjava</developerConnection>
         <url>https://github.com/dnsjava/dnsjava</url>
-        <tag>v2.1.6</tag>
+        <tag>v2.1.8</tag>
     </scm>
     <developers>
         <developer>
@@ -134,7 +134,6 @@
                 <configuration>
                     <instructions>
                         <Export-Package>org.xbill.DNS;uses:="org.xbill.DNS.util",org.xbill.DNS.spi;uses:="org.xbill.DNS,sun.net.spi.nameservice",org.xbill.DNS.utils,org.xbill.DNS.windows</Export-Package>
-                        <Import-Package>!org.xbill.DNS*,!sun.*,!android.*,*</Import-Package>
                     </instructions>
                 </configuration>
                 <executions>
@@ -180,4 +179,24 @@
         </dependency>
     </dependencies>
 
+    <profiles>
+        <profile>
+            <id>doclint-java8-disable</id>
+            <activation>
+                <jdk>[1.8,)</jdk>
+            </activation>
+
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <configuration>
+                            <additionalparam>-Xdoclint:none</additionalparam>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>

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



More information about the pkg-java-commits mailing list