File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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.1.5 .
14+ The latest stable release of xml-objects is 1.1.6 .
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 ) .
@@ -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.1.5 </version >
47+ <version >1.1.6 </version >
4848</dependency >
4949```
5050
@@ -56,6 +56,6 @@ repositories {
5656}
5757
5858dependencies {
59- compile 'org.xmlobjects:xml-objects:1.1.5 '
59+ compile 'org.xmlobjects:xml-objects:1.1.6 '
6060}
6161```
You can’t perform that action at this time.
0 commit comments