Skip to content

Commit

Permalink
release XMLUnit for Java 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Oct 17, 2021
1 parent e6dcb38 commit 8475d71
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: java
env: VERSION=2.8.3-SNAPSHOT
env: VERSION=2.8.3
matrix:
include:
- dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# Release Notes

## XMLUnit for Java 2.8.3 - /not released, yet/
## XMLUnit for Java 2.8.3 - /Released 2020-10-17/

* added a new `fullDescription` method to `Diff` that provides a
string-representation of all differences - not just the first one
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<packaging>pom</packaging>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
<name>org.xmlunit:xmlunit-parent</name>
<description>Parent POM for all artifacts of XMLUnit</description>
<url>https://www.xmlunit.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion xmlunit-assertj/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>xmlunit-parent</artifactId>
<groupId>org.xmlunit</groupId>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xmlunit-assertj3/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>xmlunit-parent</artifactId>
<groupId>org.xmlunit</groupId>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xmlunit-core/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
</parent>

<groupId>org.xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion xmlunit-legacy/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
</parent>

<groupId>org.xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion xmlunit-matchers/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
</parent>

<groupId>org.xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion xmlunit-placeholders/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>xmlunit-parent</artifactId>
<groupId>org.xmlunit</groupId>
<version>2.8.3-SNAPSHOT</version>
<version>2.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8475d71

Please sign in to comment.