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

master
Markus Kreth 4 years ago
parent fb71cf4b20
commit c74393f05f
  1. 4
      pom.xml

@ -4,7 +4,7 @@
<groupId>de.kreth.invoice</groupId>
<artifactId>trainerinvoice</artifactId>
<name>Übungsleiterabrechnungen</name>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@ -346,6 +346,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.2</tag>
<tag>HEAD</tag>
</scm>
</project>
Loading…
Cancel
Save