@@ -11,7 +11,7 @@ xml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
1111See the ` LICENSE ` file for more details.
1212
1313## Latest release
14- The latest stable release of xml-objects is 1.0.4 .
14+ The latest stable release of xml-objects is 1.1.0 .
1515
1616Download the latest xml-objects release binaries [ here] ( https://github.com/xmlobjects/xml-objects/releases/latest ) .
1717Previous releases are available from the [ releases section] ( https://github.com/xmlobjects/xml-objects/releases ) .
@@ -22,7 +22,7 @@ Previous releases are available from the [releases section](https://github.com/x
2222* To propose a new feature create a GitHub issue and open a discussion.
2323
2424## Building
25- xml-objects requires Java 11 or higher. The project uses [ Gradle] ( https://gradle.org/ ) as build system. To build the
25+ xml-objects requires Java 17 or higher. The project uses [ Gradle] ( https://gradle.org/ ) as build system. To build the
2626library from source, clone the repository to your local machine and run the following command from the root of the
2727repository.
2828
@@ -44,7 +44,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
4444<dependency >
4545 <groupId >org.xmlobjects</groupId >
4646 <artifactId >xml-objects</artifactId >
47- <version >1.0.4 </version >
47+ <version >1.1.0 </version >
4848</dependency >
4949```
5050
@@ -56,6 +56,6 @@ repositories {
5656}
5757
5858dependencies {
59- compile 'org.xmlobjects:xml-objects:1.0.4 '
59+ compile 'org.xmlobjects:xml-objects:1.1.0 '
6060}
6161```
0 commit comments