Skip to content

Commit

Permalink
Merge branch '6.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 22, 2024
2 parents edfc3dd + ea80503 commit ede8690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml</groupId>
<artifactId>oss-parent</artifactId>
<version>58</version>
<version>59</version>
</parent>

<groupId>com.fasterxml.woodstox</groupId>
Expand Down Expand Up @@ -39,7 +39,6 @@ SAX2 and Stax2 APIs

<properties>
<version.msv>2022.7</version.msv>
<version.plugin.javadoc>3.1.1</version.plugin.javadoc>

<!-- Woodstox 7.0 is Java 8+ -->
<javac.src.version>1.8</javac.src.version>
Expand Down
4 changes: 2 additions & 2 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Project: woodstox
=== Releases ===
------------------------------------------------------------------------

7.0.0 (not yet released)
7.0.0 (21-Jun-2024)

#134: Increase JDK baseline to Java 8
#194: Remove `QNameCreator` compatibility class
#196: WstxSAXParser error handling when used with JAXB validation
(reported by @winfriedgerlach)

6.7.0 (not yet released)
6.7.0 (21-Jun-2024)

#204: Non-conformant `XMLEventFactory.setLocation(null)`
(fix provided by Stanimir S)
Expand Down

0 comments on commit ede8690

Please sign in to comment.