Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.1.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkybot committed Aug 18, 2021
1 parent 69fc065 commit 58f77a4
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.0.1</version>
<version>2.1.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.0.1</version>
<version>2.1.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.1.0-SNAPSHOT
version=2.1.0

0 comments on commit 58f77a4

Please sign in to comment.