Skip to content

Commit cfb266b

Browse files
Update for release=2.1.2 (#46)
1 parent f441ae5 commit cfb266b

7 files changed

Lines changed: 14 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
## What's New? ##
44

5-
* The latest version (Tcases 2.1.1) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
6-
7-
* This release is a quick patch for [Tcases 2.1.0](ReleaseNotes.md#210) to ensure that the `tcases-reducer` command correctly uses the new
8-
`ReducerCommand` class.
5+
* The latest version ([Tcases 2.1.2](ReleaseNotes.md#212)) is now available at the Maven Central Repository.
6+
See [HowToDownload](HowToDownload.md) for download instructions.
97

108
* Subscribe to the [Tcases Forum](https://groups.google.com/d/forum/tcases) group to get notifications and share experiences with other Tcases users.
119

ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes #
22

3+
## 2.1.2 ##
4+
5+
Minor improvements, including some documentation touch-ups and some refactoring using functional expressions to simplify and clarify the code.
6+
7+
The most extensive change: reworking all tests using Hamcrest matchers to clarify all assertions. This became doable after the recent release
8+
of [`hamcrest-composites`](https://github.com/Cornutum/hamcrest-composites), which provides new matchers for comparing complex Java objects with better testability.
9+
310
## 2.1.1 ##
411

512
This release is a quick patch for [Tcases 2.1.0](#210) to ensure that the `tcases-reducer` command correctly uses the new `ReducerCommand` class.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.cornutum.tcases</groupId>
88
<artifactId>tcases</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111

1212
<name>Tcases</name>
1313
<description>Generates test cases from system input space models</description>

tcases-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<artifactId>tcases-ant</artifactId>

tcases-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<artifactId>tcases-lib</artifactId>

tcases-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<artifactId>tcases-maven-plugin</artifactId>

tcases-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<artifactId>tcases-shell</artifactId>

0 commit comments

Comments
 (0)