update scm coordinates
This commit is contained in:
14
pom.xml
14
pom.xml
@ -13,33 +13,33 @@
|
|||||||
<maven.compiler.release>21</maven.compiler.release>
|
<maven.compiler.release>21</maven.compiler.release>
|
||||||
|
|
||||||
<mapstruct.version>1.6.3</mapstruct.version>
|
<mapstruct.version>1.6.3</mapstruct.version>
|
||||||
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
|
<maven-release-plugin.version>3.3.0</maven-release-plugin.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<inceptionYear>2021</inceptionYear>
|
<inceptionYear>2021</inceptionYear>
|
||||||
|
|
||||||
<description>mapstruct-support</description>
|
<description>mapstruct-support</description>
|
||||||
<url>https://jomu.timelord.de/git/jomu/mapstruct-support</url>
|
<url>https://git.muehlencord.de/jomu/mapstruct-support</url>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>Gitea</system>
|
<system>Gitea</system>
|
||||||
<url>https://jomu.timelord.de/git/jomu/mapstruct-support/issues</url>
|
<url>https://git.muehlencord.de/jomu/mapstruct-support/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jomu-gitea</id>
|
<id>jomu-gitea</id>
|
||||||
<url>https://jomu.timelord.de/git/api/packages/jomu/maven</url>
|
<url>https://git.muehlencord.de/api/packages/jomu/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>jomu-gitea</id>
|
<id>jomu-gitea</id>
|
||||||
<url>https://jomu.timelord.de/git/api/packages/jomu/maven</url>
|
<url>https://git.muehlencord.de/api/packages/jomu/maven</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://jomu.timelord.de/git/jomu/mapstruct-support</connection>
|
<connection>scm:git:git@git.muehlencord.de:jomu/mapstruct-support.git</connection>
|
||||||
<developerConnection>scm:git:git@jomu.timelord.de:jomu/mapstruct-support.git</developerConnection>
|
<developerConnection>scm:git:git@git.muehlencord.de:jomu/mapstruct-support.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user