Skip to content

Commit fc1b5c8

Browse files
Update for release=2.1.1 (#44)
1 parent b4909ac commit fc1b5c8

7 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

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

33
## What's New? ##
44

5-
* The latest version (Tcases 2.1.0) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
5+
* The latest version (Tcases 2.1.1) is now available at the Maven Central Repository. See [HowToDownload](HowToDownload.md) for download instructions.
66

7-
* Following release 2.0.0, Tcases 2.1.0 adds [further improvements](ReleaseNotes.md) to the Tcases API.
8-
If your application uses the Tcases API, some minor changes will be required.
9-
But if you use Tcases only from the command line or with Maven, you won't see any differences.
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.
109

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

ReleaseNotes.md

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

3+
## 2.1.1 ##
4+
5+
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.
6+
37
## 2.1.0 ##
48

59
Following release 2.0.0, this release adds further improvements to the Tcases API. If your application uses the Tcases API, some minor changes will be required.

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.1-SNAPSHOT</version>
10+
<version>2.1.1</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.1-SNAPSHOT</version>
10+
<version>2.1.1</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.1-SNAPSHOT</version>
10+
<version>2.1.1</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.1-SNAPSHOT</version>
10+
<version>2.1.1</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.1-SNAPSHOT</version>
10+
<version>2.1.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-shell</artifactId>

0 commit comments

Comments
 (0)