Skip to content

Commit a203c7e

Browse files
committed
bumping version to 2.1.0
1 parent 2f84efb commit a203c7e

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@
22

33
## [Unreleased]
44

5+
## [2.1.0] - 2026-08-23
6+
57
### Changed
68
- **Breaking:** `GMLConstants` now uses `https` URLs for the default GML schema locations.
7-
- Updated to xml-objects 2.0.2.
9+
- Updated xml-objects to 2.0.2.
810

911
## [2.0.1] - 2026-04-16
1012

1113
### Changed
12-
- Updated to xml-objects 2.0.1.
14+
- Updated xml-objects to 2.0.1.
1315

1416
## [2.0.0] - 2026-03-31
1517

1618
### Changed
1719
- **Breaking:** Updated to xml-objects 2.0.0.
18-
- Removes the `CopyBuilder` class and the entire `org.xmlobjects.util.copy` package in favor of the
19-
standalone [object-copier](https://github.com/xmlobjects/object-copier) library, which provides a more
20-
powerful and flexible copy framework.
20+
- Removed the `CopyBuilder` class and the entire `org.xmlobjects.util.copy` package in favor of the
21+
standalone [object-copier](https://github.com/xmlobjects/object-copier) library, which provides a more
22+
powerful and flexible copy framework.
2123

2224
## [1.3.0] - 2025-12-29
2325

@@ -99,7 +101,8 @@
99101

100102
This is the initial release of gml-objects.
101103

102-
[Unreleased]: https://github.com/xmlobjects/gml-objects/compare/v2.0.1...HEAD
104+
[Unreleased]: https://github.com/xmlobjects/gml-objects/compare/v2.1.0...HEAD
105+
[2.1.0]: https://github.com/xmlobjects/gml-objects/releases/tag/v2.1.0
103106
[2.0.1]: https://github.com/xmlobjects/gml-objects/releases/tag/v2.0.1
104107
[2.0.0]: https://github.com/xmlobjects/gml-objects/releases/tag/v2.0.0
105108
[1.3.0]: https://github.com/xmlobjects/gml-objects/releases/tag/v1.3.0

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gml-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 gml-objects is 2.0.1.
14+
The latest stable release of gml-objects is 2.1.0.
1515

1616
Download the latest gml-objects release binaries [here](https://github.com/xmlobjects/gml-objects/releases/latest).
1717
Previous releases are available from the [releases section](https://github.com/xmlobjects/gml-objects/releases).
@@ -44,12 +44,12 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
4444
<dependency>
4545
<groupId>org.xmlobjects.gml</groupId>
4646
<artifactId>gml-objects</artifactId>
47-
<version>2.0.1</version>
47+
<version>2.1.0</version>
4848
</dependency>
4949
```
5050

5151
Here is how you use gml-objects with your Gradle project:
5252

5353
```groovy
54-
implementation 'org.xmlobjects.gml:gml-objects:2.0.1'
54+
implementation 'org.xmlobjects.gml:gml-objects:2.1.0'
5555
```

‎build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'org.xmlobjects.gml'
12-
version = '2.0.1'
12+
version = '2.1.0'
1313
description = 'A Java mapping for the OGC Geography Markup Language (GML)'
1414
ext.date = new Date()
1515

0 commit comments

Comments
 (0)