Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Prepare release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steveorourke committed Dec 11, 2019
1 parent fda2bd3 commit 9047581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ database-evolution-test-utils is available on Maven Central.
<dependency>
<groupId>com.tyro.oss</groupId>
<artifactId>database-evolution-test-utils</artifactId>
<version>1.0</version>
<version>2.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.tyro.oss</groupId>
<artifactId>database-evolution-test-utils</artifactId>
<version>1.1-SNAPSHOT</version>
<version>2.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>A simple library for testing liquibase database migrations.</description>
<url>https://github.com/tyro/database-evolution-test-utils</url>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:https://github.com/tyro/database-evolution-test-utils.git</connection>
<developerConnection>scm:git:https://github.com/tyro/database-evolution-test-utils.git</developerConnection>
<url>https://github.com/tyro/database-evolution-test-utils</url>
<tag>HEAD</tag>
<tag>2.0</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 9047581

Please sign in to comment.