Skip to content

Commit cb37f53

Browse files
authored
Merge pull request #312 from xmlunit/release-2.10.4
Release 2.10.4
2 parents 6700f96 + b3d86ad commit cb37f53

File tree

12 files changed

+14
-12
lines changed

12 files changed

+14
-12
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
parameters:
66
xmlunit-version:
77
type: string
8-
default: "2.10.4-SNAPSHOT"
8+
default: "2.10.5-SNAPSHOT"
99

1010
commands:
1111
full-checkout:

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes
22

3-
## XMLUnit for Java 2.10.4 - /not released, yet/
3+
## XMLUnit for Java 2.10.5 - /not released, yet/
4+
5+
## XMLUnit for Java 2.10.4 - /Released 2025-09-13/
46

57
* attributes with `null` values could cause a `NullPointerException`.
68
Issue [#307](https://github.com/xmlunit/xmlunit/issues/307)

create-bin-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bzip2 xmlunit-$1-bin.tar
3737
mv xmlunit-$1-bin.* ..
3838

3939
cd ..
40-
for i in *.zip *.tar.gz *.tar.bz2 *-cyclonedx.*; do
40+
for i in *.zip *.tar.gz *.tar.bz2 *-cyclonedx.xml *-cyclonedx.json; do
4141
sha256sum $i > $i.sha256
4242
gpg --use-agent --detach-sign --armor $i
4343
done

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>org.xmlunit</groupId>
1919
<artifactId>xmlunit-parent</artifactId>
2020
<packaging>pom</packaging>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
<name>org.xmlunit:xmlunit-parent</name>
2323
<description>Parent POM for all artifacts of XMLUnit</description>
2424
<url>https://www.xmlunit.org/</url>

xmlunit-assertj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>xmlunit-parent</artifactId>
2020
<groupId>org.xmlunit</groupId>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

xmlunit-assertj3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>xmlunit-parent</artifactId>
2020
<groupId>org.xmlunit</groupId>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

xmlunit-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>org.xmlunit</groupId>
1919
<artifactId>xmlunit-bom</artifactId>
2020
<packaging>pom</packaging>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
<name>org.xmlunit:xmlunit-bom</name>
2323
<description>Bill of Materials (BOM) for XMLUnit</description>
2424
<url>https://www.xmlunit.org/</url>

xmlunit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.xmlunit</groupId>
2020
<artifactId>xmlunit-parent</artifactId>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
</parent>
2323

2424
<groupId>org.xmlunit</groupId>

xmlunit-jakarta-jaxb-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>xmlunit-parent</artifactId>
2020
<groupId>org.xmlunit</groupId>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

xmlunit-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.xmlunit</groupId>
2020
<artifactId>xmlunit-parent</artifactId>
21-
<version>2.10.4-SNAPSHOT</version>
21+
<version>2.10.5-SNAPSHOT</version>
2222
</parent>
2323

2424
<groupId>org.xmlunit</groupId>

0 commit comments

Comments
 (0)