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

master
Markus Kreth 4 years ago
parent 55babac69a
commit 16372003cf
  1. 5
      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.0-SNAPSHOT</version> <version>1.0.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
@ -338,5 +338,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>
</scm> <tag>trainerinvoice-1.0.0</tag>
</scm>
</project> </project>
Loading…
Cancel
Save