Skip to content

Commit 09816e9

Browse files
committed
prepare the 2.6.0 release
1 parent 0b5e401 commit 09816e9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.6.0 - /Not Released, yet/
3+
## XMLUnit for Java 2.6.0 - /Released 2018-04-22/
44

55
* add a new experimental project xmlunit-placeholders which aims to
66
use `${xmlunit.FOO}` expressions inside of the control document to

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.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<name>org.xmlunit:xmlunit-parent</name>
2323
<description>Parent POM for all artifacts of XMLUnit</description>
2424
<url>http://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.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
</parent>
2323

2424
<groupId>org.xmlunit</groupId>

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.6.0-SNAPSHOT</version>
21+
<version>2.6.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.6.0-SNAPSHOT</version>
21+
<version>2.6.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.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

0 commit comments

Comments
 (0)