Skip to content

Commit

Permalink
Release Cuppa 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joebandenburg committed Sep 14, 2016
1 parent ed5e464 commit eddd355
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add a test dependency for Cuppa in your project's POM:
<dependency>
<groupId>org.forgerock.cuppa</groupId>
<artifactId>cuppa</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
apply plugin: 'jacoco'

group = 'org.forgerock.cuppa'
version = '1.1.0'
version = '1.2.0'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ kramdown:
hard_wrap: false
gems:
- jekyll-paginate
cuppa_version: 1.0.0
cuppa_version: 1.2.0
surefire_version: 2.19.1
github_url: https://github.com/cuppa-framework/cuppa
9 changes: 9 additions & 0 deletions docs/_posts/2016-08-14-1.2.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 1.2.0 Released
author: joebandenburg
---

**Cuppa 1.2.0 is now available.**
This release contains some additional reporter methods for reporting the successful execution of hooks as well as a fix for running Cuppa in a multi-threaded environment.

Check out [the release](https://github.com/cuppa-framework/cuppa/releases/tag/v1.2.0).

0 comments on commit eddd355

Please sign in to comment.