Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vidstige committed Mar 5, 2021
1 parent cfc66ff commit 6dd039a
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 @@ -70,7 +70,7 @@ project name and tag ignoring actual values from pom.xml. So you need to write:
<dependency>
<groupId>com.github.vidstige</groupId>
<artifactId>jadb</artifactId>
<version>v1.1.0</version>
<version>v1.2.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>se.vidstige</groupId>
<artifactId>jadb</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<url>https://github.com/vidstige/jadb</url>

<licenses>
Expand Down Expand Up @@ -218,4 +218,4 @@
<tag>HEAD</tag>
</scm>

</project>
</project>

0 comments on commit 6dd039a

Please sign in to comment.