Skip to content

Commit

Permalink
Release Cuppa 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillcunnington committed Feb 21, 2018
1 parent 87cd3f2 commit f1ff231
Show file tree
Hide file tree
Showing 4 changed files with 17 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.1</version>
<version>1.4.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.3.1'
version = '1.4.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.3.1
cuppa_version: 1.4.0
surefire_version: 2.19.1
github_url: https://github.com/cuppa-framework/cuppa
14 changes: 14 additions & 0 deletions docs/_posts/2018-02-16-1.4.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: 1.4.0 Released
author: phillcunnington
---

**Cuppa 1.4.0 is now available.**

This release contains a new way of specifying which groups/tags to run. In addition to the existing `-Dtags=smoke test`
and `-DexcludedTags=slow test` you can now use expressions! `-DgroupsExpression="and(or(fast,and(smoke,ui)),not(slow))"`

Additionally model class builders have been added to make construction easier, especially when cloning an existing model
object using the new #toBuilder() methods.

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

0 comments on commit f1ff231

Please sign in to comment.