[maven-release-plugin] prepare release PropertyToJavaGenerator-2.0.0

master
Markus Kreth 3 years ago
parent fdfe368bfc
commit 35dcb32124
  1. 3
      pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.kreth.property2java</groupId> <groupId>de.kreth.property2java</groupId>
<artifactId>PropertyToJavaGenerator</artifactId> <artifactId>PropertyToJavaGenerator</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>2.0.0</version>
<properties> <properties>
@ -145,5 +145,6 @@
<scm> <scm>
<developerConnection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</developerConnection> <developerConnection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</developerConnection>
<connection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</connection> <connection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</connection>
<tag>PropertyToJavaGenerator-2.0.0</tag>
</scm> </scm>
</project> </project>
Loading…
Cancel
Save