Skip to content

Commit e0adeec

Browse files
committed
Minor dependency, README updates
1 parent a2ac3ef commit e0adeec

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ But in general usage follows standard Stax or SAX API usage.
2121
| Artifact | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.woodstox/woodstox-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.woodstox/woodstox-core/) |
2222
| OSS Sponsorship | [![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.woodstox:woodstox-core)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-woodstox-woodstox-core?utm_source=maven-com-fasterxml-woodstox-woodstox-core&utm_medium=referral&utm_campaign=readme) |
2323
| Javadocs | [![Javadoc](https://javadoc.io/badge/com.fasterxml.woodstox/woodstox-core.svg)](http://www.javadoc.io/doc/com.fasterxml.woodstox/woodstox-core)
24-
| Code coverage (6.x) | [![codecov.io](https://codecov.io/github/FasterXML/woodstox/coverage.svg?branch=master)](https://codecov.io/github/FasterXML/woodstox?branch=master) |
24+
| Code coverage (7.x) | [![codecov.io](https://codecov.io/github/FasterXML/woodstox/coverage.svg?branch=master)](https://codecov.io/github/FasterXML/woodstox?branch=master) |
2525
| OpenSSF Score | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/FasterXML/woodstox/badge)](https://securityscorecards.dev/viewer/?uri=github.com/FasterXML/woodstox) |
2626

2727
# Get it!
@@ -33,13 +33,14 @@ Coordinates for this are:
3333

3434
* Group id: `com.fasterxml.woodstox`
3535
* Artifact id: `woodstox-core`
36-
* Latest published version: 6.6.1 (2024-02-26)
36+
* Latest published version: 7.0.0 (2024-06-21)
3737

3838
Note that Maven id has changed since Woodstox 4.x but API is still compatible (despite nominal major version upgrade -- major version upgrades in this case were only due to package coordinate changes)
3939

4040
## Requirements
4141

42-
Woodstox 5 and above require Java 6 (JDK 1.6); as well as Stax API that is included in JDK.
42+
Woodstox 7 and above require Java 8; Woodstox 5 and above require Java 6 (JDK 1.6).
43+
All versions also require Stax API that is included in JDK (since Java 6).
4344
The only other mandatory dependency is [Stax2 API](../../../stax2-api), extended API implemented
4445
by Woodstox and some other Stax implementations (like [Aalto](../../../aalto-xml).
4546

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.fasterxml</groupId>
66
<artifactId>oss-parent</artifactId>
7-
<version>59</version>
7+
<version>60</version>
88
</parent>
99

1010
<groupId>com.fasterxml.woodstox</groupId>
1111
<artifactId>woodstox-core</artifactId>
12-
<version>7.0.1-SNAPSHOT</version>
12+
<version>7.1.0-SNAPSHOT</version>
1313
<packaging>bundle</packaging>
1414
<name>Woodstox</name>
1515
<description>Woodstox is a high-performance XML processor that implements Stax (JSR-173),

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: woodstox
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
Not yet released:
7+
7.1.0 (not yet released)
88

99
#209: SAXParser: Add support for `LexicalHandler.startEntity()` and `.endEntity()`
1010
(contributed by Philipp N)

0 commit comments

Comments
 (0)