Skip to content

Commit daedc88

Browse files
committed
[maven-release-plugin] prepare release 1.2.0.Beta2
1 parent fc8ded0 commit daedc88

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.Beta2</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.Beta2</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.Beta2</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.Beta2</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.Beta2</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.Beta2</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.Beta2</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
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.mapstruct</groupId>
3333
<artifactId>mapstruct-parent</artifactId>
34-
<version>1.2.0-SNAPSHOT</version>
34+
<version>1.2.0.Beta2</version>
3535
<packaging>pom</packaging>
3636

3737
<name>MapStruct Parent</name>
@@ -74,7 +74,7 @@
7474
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
7575
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
7676
<url>https://github.com/mapstruct/mapstruct/</url>
77-
<tag>HEAD</tag>
77+
<tag>1.2.0.Beta2</tag>
7878
</scm>
7979

8080
<issueManagement>

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.Beta2</version>
3030
<relativePath>parent/pom.xml</relativePath>
3131
</parent>
3232

@@ -71,7 +71,7 @@
7171
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
7272
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
7373
<url>https://github.com/mapstruct/mapstruct/</url>
74-
<tag>HEAD</tag>
74+
<tag>1.2.0.Beta2</tag>
7575
</scm>
7676

7777
<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.Beta2</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)