Skip to content

Commit d42d05e

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v1.3.4'.
1 parent ae94f0e commit d42d05e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following Maven dependency:
2626
<dependency>
2727
<groupId>io.zonky.test</groupId>
2828
<artifactId>embedded-database-spring-test</artifactId>
29-
<version>1.3.3</version>
29+
<version>1.3.4</version>
3030
<scope>test</scope>
3131
</dependency>
3232
```
@@ -219,7 +219,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
219219
<dependency>
220220
<groupId>io.zonky.test</groupId>
221221
<artifactId>embedded-database-spring-test</artifactId>
222-
<version>1.3.3</version>
222+
<version>1.3.4</version>
223223
<scope>test</scope>
224224
<exclusions>
225225
<exclusion>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.4.0-SNAPSHOT
1+
version=1.3.4

0 commit comments

Comments
 (0)