Skip to content

Commit 984423d

Browse files
committed
[maven-release-plugin] prepare release 1.3.0.Final
1 parent 9762082 commit 984423d

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

core-jdk8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

parent/pom.xml

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

1212
<groupId>org.mapstruct</groupId>
1313
<artifactId>mapstruct-parent</artifactId>
14-
<version>1.3.0-SNAPSHOT</version>
14+
<version>1.3.0.Final</version>
1515
<packaging>pom</packaging>
1616

1717
<name>MapStruct Parent</name>
@@ -58,7 +58,7 @@
5858
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
5959
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
6060
<url>https://github.com/mapstruct/mapstruct/</url>
61-
<tag>HEAD</tag>
61+
<tag>1.3.0.Final</tag>
6262
</scm>
6363

6464
<distributionManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.mapstruct</groupId>
1515
<artifactId>mapstruct-parent</artifactId>
16-
<version>1.3.0-SNAPSHOT</version>
16+
<version>1.3.0.Final</version>
1717
<relativePath>parent/pom.xml</relativePath>
1818
</parent>
1919

@@ -54,7 +54,7 @@
5454
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
5555
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
5656
<url>https://github.com/mapstruct/mapstruct/</url>
57-
<tag>HEAD</tag>
57+
<tag>1.3.0.Final</tag>
5858
</scm>
5959

6060
<profiles>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct</groupId>
1414
<artifactId>mapstruct-parent</artifactId>
15-
<version>1.3.0-SNAPSHOT</version>
15+
<version>1.3.0.Final</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)