Skip to content

Commit e43a8fc

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v2.0.0-beta1'.
1 parent 4120a5d commit e43a8fc

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>2.0.0</version>
32+
<version>2.0.0-beta1</version>
3333
<scope>test</scope>
3434
</dependency>
3535
```
@@ -660,7 +660,7 @@ If this behavior is inappropriate for some reason, you can deactivate it by excl
660660
<dependency>
661661
<groupId>io.zonky.test</groupId>
662662
<artifactId>embedded-database-spring-test</artifactId>
663-
<version>2.0.0</version>
663+
<version>2.0.0-beta1</version>
664664
<scope>test</scope>
665665
<exclusions>
666666
<exclusion>

gradle.properties

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

0 commit comments

Comments
 (0)