Skip to content

Commit 58f77a4

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v2.1.0'.
1 parent 69fc065 commit 58f77a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add the following Maven dependency:
4242
<dependency>
4343
<groupId>io.zonky.test</groupId>
4444
<artifactId>embedded-database-spring-test</artifactId>
45-
<version>2.0.1</version>
45+
<version>2.1.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848
```
@@ -674,7 +674,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
674674
<dependency>
675675
<groupId>io.zonky.test</groupId>
676676
<artifactId>embedded-database-spring-test</artifactId>
677-
<version>2.0.1</version>
677+
<version>2.1.0</version>
678678
<scope>test</scope>
679679
<exclusions>
680680
<exclusion>

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.1.0-SNAPSHOT
1+
version=2.1.0

0 commit comments

Comments
 (0)