Skip to content

Commit 4978cfd

Browse files
committed
Release v2.1.9
1 parent 7c54712 commit 4978cfd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
05/25/2019:
2+
- 2.1.9 released
23
- Fix getRRsetType for empty RRSIG records.
34
(PR#40, Klaus Malorny <[email protected]>)
45

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
<groupId>dnsjava</groupId>
88
<artifactId>dnsjava</artifactId>
99
<packaging>bundle</packaging>
10-
<version>2.1.9-SNAPSHOT</version>
10+
<version>2.1.9</version>
1111
<name>dnsjava</name>
1212
<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>
13+
<url>http://www.dnsjava.org</url>
1314
<organization>
1415
<name>dnsjava.org</name>
1516
<url>http://www.dnsjava.org</url>
@@ -25,7 +26,7 @@
2526
<connection>scm:git:https://github.com/dnsjava/dnsjava</connection>
2627
<developerConnection>scm:git:https://github.com/dnsjava/dnsjava</developerConnection>
2728
<url>https://github.com/dnsjava/dnsjava</url>
28-
<tag>HEAD</tag>
29+
<tag>v2.1.9</tag>
2930
</scm>
3031
<developers>
3132
<developer>

0 commit comments

Comments
 (0)