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

This commit is contained in:
Sheldan
2022-02-12 13:15:07 +01:00
parent eacddf65bb
commit ce2050f790
7 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.raustria.bot.application</groupId> <groupId>dev.sheldan.raustria.bot.application</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>executable</artifactId> <artifactId>executable</artifactId>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.raustria.bot</groupId> <groupId>dev.sheldan.raustria.bot</groupId>
<artifactId>r-austria-bot</artifactId> <artifactId>r-austria-bot</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.raustria.bot</groupId> <groupId>dev.sheldan.raustria.bot</groupId>
<artifactId>deployment</artifactId> <artifactId>deployment</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.raustria.bot</groupId> <groupId>dev.sheldan.raustria.bot</groupId>
<artifactId>deployment</artifactId> <artifactId>deployment</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.raustria.bot</groupId> <groupId>dev.sheldan.raustria.bot</groupId>
<artifactId>r-austria-bot</artifactId> <artifactId>r-austria-bot</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -12,7 +12,7 @@
<groupId>dev.sheldan.raustria.bot</groupId> <groupId>dev.sheldan.raustria.bot</groupId>
<artifactId>r-austria-bot</artifactId> <artifactId>r-austria-bot</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<properties> <properties>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
@@ -56,7 +56,7 @@
<scm> <scm>
<url>https://maven.pkg.github.com/Sheldan/r-austria-bot</url> <url>https://maven.pkg.github.com/Sheldan/r-austria-bot</url>
<developerConnection>scm:git:git@github.com:Sheldan/r-austria-bot.git</developerConnection> <developerConnection>scm:git:git@github.com:Sheldan/r-austria-bot.git</developerConnection>
<tag>r-austria-bot-1.0.0</tag> <tag>HEAD</tag>
</scm> </scm>
</project> </project>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>r-austria-bot</artifactId> <artifactId>r-austria-bot</artifactId>
<groupId>dev.sheldan.raustria.bot</groupId> <groupId>dev.sheldan.raustria.bot</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>