Skip to content

Commit 02aef5d

Browse files
committed
release 2.11.0
1 parent c56a766 commit 02aef5d

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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.11.0-SNAPSHOT"
8+
default: "2.11.0"
99

1010
commands:
1111
full-checkout:

RELEASE_NOTES.md

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

3-
## XMLUnit for Java 2.11.0 - /not released, yet/
3+
## XMLUnit for Java 2.11.0 - /Released 2025-10-24/
44

55
* the `xmlunit-jakarta-jaxb-impl` no longer depends on `org.glassfish.jaxb:jaxb-runtime` directly.
66
Issue [#313](https://github.com/xmlunit/xmlunit/issues/313) PR [#314](https://github.com/xmlunit/xmlunit/pull/314)

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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</version>
2222
</parent>
2323

2424
<groupId>org.xmlunit</groupId>

xmlunit-matchers/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.11.0-SNAPSHOT</version>
21+
<version>2.11.0</version>
2222
</parent>
2323

2424
<groupId>org.xmlunit</groupId>

0 commit comments

Comments
 (0)