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

master
Markus Kreth 4 years ago
parent ba3816d811
commit 2231037305
  1. 4
      pom.xml

@ -4,7 +4,7 @@
<groupId>de.kreth.invoice</groupId> <groupId>de.kreth.invoice</groupId>
<artifactId>trainerinvoice</artifactId> <artifactId>trainerinvoice</artifactId>
<name>Übungsleiterabrechnungen</name> <name>Übungsleiterabrechnungen</name>
<version>1.0.1</version> <version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
@ -335,6 +335,6 @@
<scm> <scm>
<developerConnection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</developerConnection> <developerConnection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</developerConnection>
<connection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</connection> <connection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</connection>
<tag>trainerinvoice-1.0.1</tag> <tag>HEAD</tag>
</scm> </scm>
</project> </project>
Loading…
Cancel
Save