Skip to content

Commit 7c46783

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2659ad4 commit 7c46783

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

api/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.tools.gem</groupId>
1414
<artifactId>gem-parent</artifactId>
15-
<version>1.0.0.Alpha3</version>
15+
<version>1.0.0-SNAPSHOT</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
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.mapstruct.tools.gem</groupId>
1212
<artifactId>gem-parent</artifactId>
13-
<version>1.0.0.Alpha3</version>
13+
<version>1.0.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>MapStruct Tools Gem Parent</name>
@@ -55,7 +55,7 @@
5555
<connection>scm:git:git://github.com/mapstruct/tools-gem.git</connection>
5656
<developerConnection>scm:git:git@github.com:mapstruct/tools-gem.git</developerConnection>
5757
<url>https://github.com/mapstruct/tools-gem/</url>
58-
<tag>1.0.0.Alpha3</tag>
58+
<tag>HEAD</tag>
5959
</scm>
6060

6161
<distributionManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mapstruct.tools.gem</groupId>
1414
<artifactId>gem-parent</artifactId>
15-
<version>1.0.0.Alpha3</version>
15+
<version>1.0.0-SNAPSHOT</version>
1616
<relativePath>parent/pom.xml</relativePath>
1717
</parent>
1818

@@ -37,7 +37,7 @@
3737
<connection>scm:git:git://github.com/mapstruct/tools-gem.git</connection>
3838
<developerConnection>scm:git:git@github.com:mapstruct/tools-gem.git</developerConnection>
3939
<url>https://github.com/mapstruct/tools-gem/</url>
40-
<tag>1.0.0.Alpha3</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<build>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.mapstruct.tools.gem</groupId>
1313
<artifactId>gem-parent</artifactId>
14-
<version>1.0.0.Alpha3</version>
14+
<version>1.0.0-SNAPSHOT</version>
1515
<relativePath>../parent/pom.xml</relativePath>
1616
</parent>
1717

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mapstruct.tools.gem</groupId>
88
<artifactId>gem-parent</artifactId>
9-
<version>1.0.0.Alpha3</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)