Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrykimbrough committed Sep 13, 2019
1 parent e3a5f79 commit 3d1c813
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

## What's New? ##

* The latest version ([Tcases 3.1.1](ReleaseNotes.md#311)) is now available at the Maven Central Repository.
* The latest version ([Tcases 3.1.2](ReleaseNotes.md#312)) is now available at the Maven Central Repository.
See [HowToDownload](HowToDownload.md) for download instructions.

* Tcases 3.1.1 adds several improvements to [Tcases for OpenAPI](tcases-openapi/README.md). See the [release notes](ReleaseNotes.md#311) for details.

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

## What Does It Do? ##
Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes #

## 3.1.2 ##

* **[Tcases for OpenAPI](tcases-openapi/README.md)**: For more reliable translation of OpenAPI specs, upgraded to use
[`swagger-parser`](https://github.com/swagger-api/swagger-parser) version 2.0.14.

## 3.1.1 ##

This release adds several improvements to [Tcases for OpenAPI](tcases-openapi/README.md).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<packaging>pom</packaging>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>

<name>Tcases</name>
<description>Generates test cases from system input space models</description>
Expand Down
2 changes: 1 addition & 1 deletion tcases-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-openapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<artifactId>tcases-shell</artifactId>
Expand Down

0 comments on commit 3d1c813

Please sign in to comment.