Skip to content

Commit a217649

Browse files
committed
[maven-release-plugin] prepare release 1.2.0.Final
1 parent 0e8c22c commit a217649

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

core-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

core-jdk8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.mapstruct</groupId>
2626
<artifactId>mapstruct-parent</artifactId>
27-
<version>1.2.0-SNAPSHOT</version>
27+
<version>1.2.0.Final</version>
2828
<packaging>pom</packaging>
2929

3030
<name>MapStruct Parent</name>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
6868
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
6969
<url>https://github.com/mapstruct/mapstruct/</url>
70-
<tag>HEAD</tag>
70+
<tag>1.2.0.Final</tag>
7171
</scm>
7272

7373
<distributionManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.mapstruct</groupId>
2828
<artifactId>mapstruct-parent</artifactId>
29-
<version>1.2.0-SNAPSHOT</version>
29+
<version>1.2.0.Final</version>
3030
<relativePath>parent/pom.xml</relativePath>
3131
</parent>
3232

@@ -67,7 +67,7 @@
6767
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
6868
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
6969
<url>https://github.com/mapstruct/mapstruct/</url>
70-
<tag>HEAD</tag>
70+
<tag>1.2.0.Final</tag>
7171
</scm>
7272

7373
<profiles>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.mapstruct</groupId>
2727
<artifactId>mapstruct-parent</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0.Final</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)