Skip to content

Commit eb6d489

Browse files
committed
[maven-release-plugin] prepare release 2.0.0.Alpha1
1 parent 5e8e8cc commit eb6d489

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.plugins</groupId>
2525
<artifactId>wildfly-jar-parent</artifactId>
26-
<version>2.0.0.Alpha1-SNAPSHOT</version>
26+
<version>2.0.0.Alpha1</version>
2727
</parent>
2828

2929
<artifactId>docs</artifactId>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.plugins</groupId>
2525
<artifactId>wildfly-jar-parent</artifactId>
26-
<version>2.0.0.Alpha1-SNAPSHOT</version>
26+
<version>2.0.0.Alpha1</version>
2727
</parent>
2828

2929
<artifactId>wildfly-jar-maven-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.wildfly.plugins</groupId>
3030
<artifactId>wildfly-jar-parent</artifactId>
31-
<version>2.0.0.Alpha1-SNAPSHOT</version>
31+
<version>2.0.0.Alpha1</version>
3232
<packaging>pom</packaging>
3333

3434
<name>WildFly Bootable Jar Plugin Parent</name>
@@ -321,6 +321,6 @@
321321
<connection>scm:git:${bootable-jar.repo.scm.connection}</connection>
322322
<developerConnection>scm:git:${bootable-jar.repo.scm.connection}</developerConnection>
323323
<url>${bootable-jar.repo.scm.url}</url>
324-
<tag>HEAD</tag>
324+
<tag>2.0.0.Alpha1</tag>
325325
</scm>
326326
</project>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.plugins</groupId>
2525
<artifactId>wildfly-jar-parent</artifactId>
26-
<version>2.0.0.Alpha1-SNAPSHOT</version>
26+
<version>2.0.0.Alpha1</version>
2727
</parent>
2828

2929
<artifactId>wildfly-jar-maven-plugin-tests</artifactId>

0 commit comments

Comments
 (0)