|
|
|
@ -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>2.0.1-SNAPSHOT</version> |
|
|
|
<version>2.0.1</version> |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
|
|
|
|
|
|
|
|
@ -120,15 +120,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|
<distributionManagement> |
|
|
|
<snapshotRepository> |
|
|
|
<snapshotRepository> |
|
|
|
<id>nexus-snapshots</id> |
|
|
|
<id>kreth.snapshots</id> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-snapshots/</url> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-snapshots/</url> |
|
|
|
</snapshotRepository> |
|
|
|
</snapshotRepository> |
|
|
|
<repository> |
|
|
|
<repository> |
|
|
|
<id>nexus-releases</id> |
|
|
|
<id>kreth.releases</id> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-releases/</url> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-releases/</url> |
|
|
|
</repository> |
|
|
|
</repository> |
|
|
|
</distributionManagement> |
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
@ -145,5 +146,6 @@ |
|
|
|
<scm> |
|
|
|
<scm> |
|
|
|
<developerConnection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator.git</developerConnection> |
|
|
|
<developerConnection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator.git</developerConnection> |
|
|
|
<connection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator.git</connection> |
|
|
|
<connection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator.git</connection> |
|
|
|
|
|
|
|
<tag>PropertyToJavaGenerator-2.0.1</tag> |
|
|
|
</scm> |
|
|
|
</scm> |
|
|
|
</project> |
|
|
|
</project> |