Skip to content

Commit a73c413

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v1.4.0'.
1 parent 3429836 commit a73c413

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
@@ -29,7 +29,7 @@ Add the following Maven dependency:
2929
<dependency>
3030
<groupId>io.zonky.test</groupId>
3131
<artifactId>embedded-database-spring-test</artifactId>
32-
<version>1.3.4</version>
32+
<version>1.4.0</version>
3333
<scope>test</scope>
3434
</dependency>
3535
```
@@ -502,7 +502,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
502502
<dependency>
503503
<groupId>io.zonky.test</groupId>
504504
<artifactId>embedded-database-spring-test</artifactId>
505-
<version>1.3.4</version>
505+
<version>1.4.0</version>
506506
<scope>test</scope>
507507
<exclusions>
508508
<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.4.0

0 commit comments

Comments
 (0)