Skip to content

Commit 466595f

Browse files
committed
bumping version to 1.1.4
1 parent e4c4e82 commit 466595f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## [Unreleased]
44

5-
## [1.1.3] - 2025-01-19
5+
## [1.1.4] - 2025-01-19
66
### Changed
7+
- Updated classindex to 3.13.1.
78
- Updated Gradle to 8.12.
89

910
## [1.1.2] - 2024-12-01
@@ -56,8 +57,8 @@
5657
## [1.0.0] - 2022-08-20
5758
This is the initial release of xml-objects.
5859

59-
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.1.3...HEAD
60-
[1.1.3]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.3
60+
[Unreleased]: https://github.com/xmlobjects/xml-objects/compare/v1.1.4...HEAD
61+
[1.1.4]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.4
6162
[1.1.2]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.2
6263
[1.1.1]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.1
6364
[1.1.0]: https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ xml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
1111
See the `LICENSE` file for more details.
1212

1313
## Latest release
14-
The latest stable release of xml-objects is 1.1.3.
14+
The latest stable release of xml-objects is 1.1.4.
1515

1616
Download the latest xml-objects release binaries [here](https://github.com/xmlobjects/xml-objects/releases/latest).
1717
Previous 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.3</version>
47+
<version>1.1.4</version>
4848
</dependency>
4949
```
5050

@@ -56,6 +56,6 @@ repositories {
5656
}
5757
5858
dependencies {
59-
compile 'org.xmlobjects:xml-objects:1.1.3'
59+
compile 'org.xmlobjects:xml-objects:1.1.4'
6060
}
6161
```

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'org.xmlobjects'
12-
version = '1.1.3'
12+
version = '1.1.4'
1313
description = 'A simple and lightweight XML-to-object mapping library'
1414
ext.date = new Date()
1515

@@ -34,8 +34,8 @@ repositories {
3434

3535
dependencies {
3636
api 'org.glassfish.jaxb:xsom:4.0.5'
37-
api 'org.xmlobjects:classindex:3.13.0'
38-
annotationProcessor 'org.xmlobjects:classindex:3.13.0'
37+
api 'org.xmlobjects:classindex:3.13.1'
38+
annotationProcessor 'org.xmlobjects:classindex:3.13.1'
3939
}
4040

4141
javadoc {

0 commit comments

Comments
 (0)