Skip to content

Commit c42f2eb

Browse files
author
Pscheidl Pavel
committed
Version 1.1.0
1 parent c89d459 commit c42f2eb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ FortEE is a Java EE fault-tolerance guard leveraging the Optional pattern. Its p
1515
<dependency>
1616
<groupId>com.github.pscheidl</groupId>
1717
<artifactId>fortee</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.1.0</version>
1919
</dependency>
2020
```
2121
## Gradle
2222
```groovy
23-
compile 'com.github.pscheidl:fortee:1.0.0'
23+
compile 'com.github.pscheidl:fortee:1.1.0'
2424
```
2525
**Release notes**
26-
- Released on 16th of December 2017
27-
26+
- Released on 17th of December 2017
27+
- Introduced allowed exceptions with @Semisafe annotation
2828
## Usage
2929

3030
### Failsafe

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.pscheidl</groupId>
55
<artifactId>fortee</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)