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

master
Markus Kreth 3 years ago
parent b1d16ebef0
commit 4415368954
  1. 3
      pom.xml

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