Skip to content

Commit bf2e196

Browse files
committed
[maven-release-plugin] prepare release 1.0.0.Alpha1
1 parent 78bcc05 commit bf2e196

5 files changed

Lines changed: 9 additions & 12 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>0.5.0-SNAPSHOT</version>
15+
<version>1.0.0.Alpha1</version>
1616
<relativePath>../parent/pom.xml</relativePath>
1717
</parent>
1818

parent/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
77
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0"
10-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1210
<modelVersion>4.0.0</modelVersion>
1311
<groupId>org.mapstruct.tools.gem</groupId>
1412
<artifactId>gem-parent</artifactId>
15-
<version>0.5.0-SNAPSHOT</version>
13+
<version>1.0.0.Alpha1</version>
1614
<packaging>pom</packaging>
1715

1816
<name>MapStruct Tools Gem Parent</name>
@@ -57,7 +55,7 @@
5755
<connection>scm:git:git://github.com/mapstruct/tools-gem.git</connection>
5856
<developerConnection>scm:git:git@github.com:mapstruct/tools-gem.git</developerConnection>
5957
<url>https://github.com/mapstruct/tools-gem/</url>
60-
<tag>HEAD</tag>
58+
<tag>1.0.0.Alpha1</tag>
6159
</scm>
6260

6361
<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>0.5.0-SNAPSHOT</version>
15+
<version>1.0.0.Alpha1</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>HEAD</tag>
40+
<tag>1.0.0.Alpha1</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>0.5.0-SNAPSHOT</version>
14+
<version>1.0.0.Alpha1</version>
1515
<relativePath>../parent/pom.xml</relativePath>
1616
</parent>
1717

test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.mapstruct.tools.gem</groupId>
98
<artifactId>gem-parent</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
9+
<version>1.0.0.Alpha1</version>
1110
<relativePath>../parent/pom.xml</relativePath>
1211
</parent>
1312

0 commit comments

Comments
 (0)