Skip to content

Commit fc4f65d

Browse files
committed
[maven-release-plugin] prepare release 1.4.0.Beta2
1 parent 12ac348 commit fc4f65d

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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
14+
<version>1.4.0.Beta2</version>
1515
<packaging>pom</packaging>
1616

1717
<name>MapStruct Parent</name>
@@ -64,7 +64,7 @@
6464
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
6565
<developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection>
6666
<url>https://github.com/mapstruct/mapstruct/</url>
67-
<tag>HEAD</tag>
67+
<tag>1.4.0.Beta2</tag>
6868
</scm>
6969

7070
<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.4.0-SNAPSHOT</version>
16+
<version>1.4.0.Beta2</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:git@github.com:mapstruct/mapstruct.git</developerConnection>
5656
<url>https://github.com/mapstruct/mapstruct/</url>
57-
<tag>HEAD</tag>
57+
<tag>1.4.0.Beta2</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.4.0-SNAPSHOT</version>
15+
<version>1.4.0.Beta2</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)