Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.2.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkybot committed Dec 7, 2022
1 parent 5052d61 commit 618bbfb
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 @@ -42,7 +42,7 @@ Add the following Maven dependency:
<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-database-spring-test</artifactId>
<version>2.1.2</version>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -674,7 +674,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.1.2</version>
<version>2.2.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.2.0-SNAPSHOT
version=2.2.0

0 comments on commit 618bbfb

Please sign in to comment.