prepare release 1.6.3 (#1)
Reviewed-on: https://jomu.timelord.de/git/jomu/mapstruct-support/pulls/1
This commit is contained in:
14
pom.xml
14
pom.xml
@ -4,14 +4,16 @@
|
|||||||
|
|
||||||
<groupId>de.muehlencord.mapstruct</groupId>
|
<groupId>de.muehlencord.mapstruct</groupId>
|
||||||
<artifactId>mapstruct-support</artifactId>
|
<artifactId>mapstruct-support</artifactId>
|
||||||
<version>1.5.6-SNAPSHOT</version>
|
<version>1.6.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
<java.version>21</java.version>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<maven.compiler.source>21</maven.compiler.source>
|
||||||
<maven.compiler.release>11</maven.compiler.release>
|
<maven.compiler.target>21</maven.compiler.target>
|
||||||
|
<maven.compiler.release>21</maven.compiler.release>
|
||||||
|
|
||||||
<mapstruct.version>1.5.5.Final</mapstruct.version>
|
<mapstruct.version>1.6.3</mapstruct.version>
|
||||||
|
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<inceptionYear>2021</inceptionYear>
|
<inceptionYear>2021</inceptionYear>
|
||||||
@ -69,7 +71,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>${maven-release-plugin.version}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
Reference in New Issue
Block a user