Skip to content

Commit b672aa7

Browse files
committed
Release v3.3.1
Closes dnsjava#138
1 parent 976b2fb commit b672aa7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
10/28/2020
2+
- 3.3.1 released
3+
- Fix value of getAlias in C/DNameRecord (#136)
4+
- Fix bug with SVCB/HTTPS parsing of master file format
5+
(PR#135, @adam-stoler)
6+
17
09/27/2020
28
- 3.3.0 released
39
- Add support for SVCB and HTTPS records

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dnsjava</groupId>
88
<artifactId>dnsjava</artifactId>
99
<packaging>bundle</packaging>
10-
<version>3.4.0-SNAPSHOT</version>
10+
<version>3.3.1</version>
1111
<name>dnsjava</name>
1212
<description>dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC
1313
types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache
@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/dnsjava/dnsjava</connection>
3131
<developerConnection>scm:git:https://github.com/dnsjava/dnsjava</developerConnection>
3232
<url>https://github.com/dnsjava/dnsjava</url>
33-
<tag>HEAD</tag>
33+
<tag>v3.3.1</tag>
3434
</scm>
3535
<developers>
3636
<developer>
@@ -190,6 +190,12 @@
190190
<!-- internal API detected as public -->
191191
<exclude>org.xbill.DNS.config.IPHlpAPI</exclude>
192192
</excludes>
193+
<overrideCompatibilityChangeParameters>
194+
<overrideCompatibilityChangeParameter>
195+
<compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
196+
<semanticVersionLevel>PATCH</semanticVersionLevel>
197+
</overrideCompatibilityChangeParameter>
198+
</overrideCompatibilityChangeParameters>
193199
</parameter>
194200
</configuration>
195201
<executions>

0 commit comments

Comments
 (0)