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