Umstellung distributionManagement auf nexus.markuskreth.de und scm auf

github
pull/11/head
Markus Kreth 1 year ago
parent ddb07f323b
commit c4cf6afd8c
  1. 9
      pom.xml

@ -127,11 +127,11 @@
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>kreth.snapshots</id> <id>kreth.snapshots</id>
<url>https://nexus.kreth-development.de/repository/maven-snapshots/</url> <url>https://nexus.markuskreth.de/repository/maven-snapshots/</url>
</snapshotRepository> </snapshotRepository>
<repository> <repository>
<id>kreth.releases</id> <id>kreth.releases</id>
<url>https://nexus.kreth-development.de/repository/maven-releases/</url> <url>https://nexus.markuskreth.de/repository/maven-releases/</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
@ -149,8 +149,7 @@
</plugins> </plugins>
</build> </build>
<scm> <scm>
<developerConnection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator_migration.git</developerConnection> <developerConnection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</developerConnection>
<connection>scm:git:https://gitea.kreth-development.de/markus/PropertyToJavaGenerator_migration.git</connection> <connection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</connection>
<tag>HEAD</tag>
</scm> </scm>
</project> </project>
Loading…
Cancel
Save