Skip to content

Commit cc4242d

Browse files
committed
XMLUnit 2.9.0
1 parent e8420e8 commit cc4242d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
env: VERSION=2.9.0-SNAPSHOT
2+
env: VERSION=2.9.0
33
matrix:
44
include:
55
- dist: trusty

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.9.0 - /no released, yet/
3+
## XMLUnit for Java 2.9.0 - /Released 2022-01-25/
44

55
* added a new module `xmlunit-jakarta-jaxb-impl` that makes
66
`Input.fromJaxb` use `jakarta.xml.bind` rather than

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.9.0-SNAPSHOT</version>
21+
<version>2.9.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.9.0-SNAPSHOT</version>
21+
<version>2.9.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.9.0-SNAPSHOT</version>
21+
<version>2.9.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

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.9.0-SNAPSHOT</version>
21+
<version>2.9.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.9.0-SNAPSHOT</version>
21+
<version>2.9.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.9.0-SNAPSHOT</version>
21+
<version>2.9.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.9.0-SNAPSHOT</version>
21+
<version>2.9.0</version>
2222
</parent>
2323

2424
<groupId>org.xmlunit</groupId>

xmlunit-placeholders/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.9.0-SNAPSHOT</version>
21+
<version>2.9.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

0 commit comments

Comments
 (0)