We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ea3c9 commit def16a6Copy full SHA for def16a6
CHANGELOG.md
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [5.0.0](https://github.com/dbmdz/xml-toolbox/releases/tag/5.0.0) - 2025-06-12
11
+
12
### Changed
13
14
- Migrated from [digitalcollections-commons / xml](https://github.com/dbmdz/digitalcollections-commons/tree/main/dc-commons-xml)
15
+- **Breaking** Changed groupid and package name
16
17
### Removed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>dev.mdz</groupId>
6
<artifactId>xml-toolbox</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
<packaging>jar</packaging>
<name>XML Toolbox</name>
0 commit comments