Skip to content

Commit 694dd62

Browse files
committed
Release version 2.0.0
1 parent 669a969 commit 694dd62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the following dependency to your maven project :
2828
<dependency>
2929
<groupId>ch.powerunit.extensions</groupId>
3030
<artifactId>powerunit-extensions-exceptions</artifactId>
31-
<version>2.1.0</version>
31+
<version>2.2.0</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ch.powerunit.extensions</groupId>
66
<artifactId>powerunit-extensions-exceptions</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88

99
<name>Powerunit - Java Testing framework for JDK 1.9 - Extension to provide unchecked exception for lambda.</name>
1010
<description>This is a test framework for the JDK 1.9 - Extension to provide unchecked exception for lambda.</description>

0 commit comments

Comments
 (0)