[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Sheldan
2021-03-23 10:56:01 +01:00
parent a1676fff9f
commit 18edc1160b
13 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
<groupId>dev.sheldan.oneplus.bot</groupId>
<artifactId>oneplusbot</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
@@ -54,7 +54,7 @@
<scm>
<url>https://maven.pkg.github.com/Sheldan/OnePlusBot</url>
<developerConnection>scm:git:git@github.com:Sheldan/OnePlusBot.git</developerConnection>
<tag>oneplusbot-1.0</tag>
<tag>HEAD</tag>
</scm>
</project>