Compare commits
2 Commits
a1ade490d6
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| c49543b820 | |||
| 96e6eb91f2 |
18
pom.xml
18
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>de.muehlencord.mapstruct</groupId>
|
||||
<artifactId>mapstruct-support</artifactId>
|
||||
<version>1.6.3</version>
|
||||
<version>1.6.4-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
@ -13,34 +13,34 @@
|
||||
<maven.compiler.release>21</maven.compiler.release>
|
||||
|
||||
<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>
|
||||
|
||||
<inceptionYear>2021</inceptionYear>
|
||||
|
||||
<description>mapstruct-support</description>
|
||||
<url>https://jomu.timelord.de/git/jomu/mapstruct-support</url>
|
||||
<url>https://git.muehlencord.de/jomu/mapstruct-support</url>
|
||||
|
||||
<issueManagement>
|
||||
<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>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<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>
|
||||
<snapshotRepository>
|
||||
<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>
|
||||
</distributionManagement>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://jomu.timelord.de/git/jomu/mapstruct-support</connection>
|
||||
<developerConnection>scm:git:git@jomu.timelord.de:jomu/mapstruct-support.git</developerConnection>
|
||||
<tag>mapstruct-support-1.6.3</tag>
|
||||
<connection>scm:git:git@git.muehlencord.de:jomu/mapstruct-support.git</connection>
|
||||
<developerConnection>scm:git:git@git.muehlencord.de:jomu/mapstruct-support.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
||||
Reference in New Issue
Block a user