Compare commits

..

No commits in common. '8db7e5cb59794f9af08888366da1b1a0fd8d3664' and '2f2791d8fef9a3c3fe65a83c4aedcc085dc10a2a' have entirely different histories.

  1. 6
      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>2.0.1</version> <version>2.0.1-SNAPSHOT</version>
<properties> <properties>
@ -144,7 +144,7 @@
</plugins> </plugins>
</build> </build>
<scm> <scm>
<developerConnection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator_migration.git</developerConnection> <developerConnection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator.git</developerConnection>
<connection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator_migration.git</connection> <connection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator.git</connection>
</scm> </scm>
</project> </project>
Loading…
Cancel
Save