bump version

This commit is contained in:
Samuel Carlsson 2021-03-05 16:40:24 +01:00
parent cfc66ff87c
commit 6dd039aeb5
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ project name and tag ignoring actual values from pom.xml. So you need to write:
<dependency> <dependency>
<groupId>com.github.vidstige</groupId> <groupId>com.github.vidstige</groupId>
<artifactId>jadb</artifactId> <artifactId>jadb</artifactId>
<version>v1.1.0</version> <version>v1.2.1</version>
</dependency> </dependency>
``` ```

View File

@ -6,7 +6,7 @@
<groupId>se.vidstige</groupId> <groupId>se.vidstige</groupId>
<artifactId>jadb</artifactId> <artifactId>jadb</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.2.1-SNAPSHOT</version>
<url>https://github.com/vidstige/jadb</url> <url>https://github.com/vidstige/jadb</url>
<licenses> <licenses>
@ -218,4 +218,4 @@
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
</project> </project>