Skip to content

Commit db8c508

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v2.3.0'.
1 parent d6c3300 commit db8c508

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
@@ -66,7 +66,7 @@ Add the following Maven dependency:
6666
<dependency>
6767
<groupId>io.zonky.test</groupId>
6868
<artifactId>embedded-database-spring-test</artifactId>
69-
<version>2.2.0</version>
69+
<version>2.3.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
```
@@ -747,7 +747,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
747747
<dependency>
748748
<groupId>io.zonky.test</groupId>
749749
<artifactId>embedded-database-spring-test</artifactId>
750-
<version>2.2.0</version>
750+
<version>2.3.0</version>
751751
<scope>test</scope>
752752
<exclusions>
753753
<exclusion>

gradle.properties

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

0 commit comments

Comments
 (0)