[maven-release-plugin] prepare release trainerinvoice-1.0.2

master
Markus Kreth 4 years ago
parent 1bf7e7e90a
commit fb71cf4b20
  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.2-SNAPSHOT</version> <version>1.0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
@ -346,6 +346,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>HEAD</tag> <tag>trainerinvoice-1.0.2</tag>
</scm> </scm>
</project> </project>
Loading…
Cancel
Save