@@ -11,7 +11,7 @@ gml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
11
11
See the ` LICENSE ` file for more details.
12
12
13
13
## Latest release
14
- The latest stable release of gml-objects is 1.0.4 .
14
+ The latest stable release of gml-objects is 1.1.0 .
15
15
16
16
Download the latest gml-objects release binaries [ here] ( https://github.com/xmlobjects/gml-objects/releases/latest ) .
17
17
Previous releases are available from the [ releases section] ( https://github.com/xmlobjects/gml-objects/releases ) .
@@ -22,7 +22,7 @@ Previous releases are available from the [releases section](https://github.com/x
22
22
* To propose a new feature create a GitHub issue and open a discussion.
23
23
24
24
## Building
25
- gml-objects requires Java 11 or higher. The project uses [ Gradle] ( https://gradle.org/ ) as build system. To build the
25
+ gml-objects requires Java 17 or higher. The project uses [ Gradle] ( https://gradle.org/ ) as build system. To build the
26
26
library from source, clone the repository to your local machine and run the following command from the root of the
27
27
repository.
28
28
@@ -44,7 +44,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
44
44
<dependency >
45
45
<groupId >org.xmlobjects.gml</groupId >
46
46
<artifactId >gml-objects</artifactId >
47
- <version >1.0.4 </version >
47
+ <version >1.1.0 </version >
48
48
</dependency >
49
49
```
50
50
@@ -56,6 +56,6 @@ repositories {
56
56
}
57
57
58
58
dependencies {
59
- compile 'org.xmlobjects.gml:gml-objects:1.0.4 '
59
+ compile 'org.xmlobjects.gml:gml-objects:1.1.0 '
60
60
}
61
61
```
0 commit comments