Skip to content

Commit e23056c

Browse files
committed
[maven-release-plugin] prepare release 1.1.0.Beta2
1 parent dd5ddc8 commit e23056c

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.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.1.0-SNAPSHOT</version>
34+
<version>1.1.0.Beta2</version>
3535
<packaging>pom</packaging>
3636

3737
<name>MapStruct Parent</name>
@@ -73,7 +73,7 @@
7373
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
7474
<developerConnection>scm:git:[email protected]:mapstruct/mapstruct.git</developerConnection>
7575
<url>https://github.com/mapstruct/mapstruct/</url>
76-
<tag>HEAD</tag>
76+
<tag>1.1.0.Beta2</tag>
7777
</scm>
7878

7979
<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.1.0-SNAPSHOT</version>
29+
<version>1.1.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.1.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.1.0-SNAPSHOT</version>
28+
<version>1.1.0.Beta2</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)