Skip to content

Commit

Permalink
Release Cuppa 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joebandenburg committed Sep 21, 2016
1 parent e24d5ff commit e52bd53
Show file tree
Hide file tree
Showing 4 changed files with 13 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.3.0</version>
<version>1.3.1</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.3.0'
version = '1.3.1'

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.3.0
cuppa_version: 1.3.1
surefire_version: 2.19.1
github_url: https://github.com/cuppa-framework/cuppa
10 changes: 10 additions & 0 deletions docs/_posts/2016-09-21-1.3.1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 1.3.1 Released
author: joebandenburug
---

**Cuppa 1.3.1 is now available.**

This release contains a bugfix to `CompositeReporter` to call the new hook methods introduced in 1.2.0.

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

0 comments on commit e52bd53

Please sign in to comment.