Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.4.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkybot committed Nov 24, 2023
1 parent ee64705 commit 9deac1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add the following Maven dependency:
<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-database-spring-test</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -747,7 +747,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-database-spring-test</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.4.0-SNAPSHOT
version=2.4.0

0 comments on commit 9deac1e

Please sign in to comment.