Skip to content

Commit

Permalink
preparing the 2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed May 12, 2020
1 parent ba2b790 commit 66e7d48
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: java
env: VERSION=2.7.0-SNAPSHOT
env: VERSION=2.7.0
matrix:
include:
- dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## XMLUnit for Java 2.7.0 - /not released, yet/
## XMLUnit for Java 2.7.0 - /Released 2020-05-12/

This version contains a backwards incompatible change to the
`PlaceholderHandler` interface that is part of the experimental
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<packaging>pom</packaging>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>xmlunit-parent</artifactId>
<groupId>org.xmlunit</groupId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xmlunit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<groupId>org.xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion xmlunit-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<groupId>org.xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion xmlunit-matchers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

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

Expand Down

0 comments on commit 66e7d48

Please sign in to comment.