Skip to content

Commit 47ff3ac

Browse files
author
block-release-manager[bot]
committed
[Block Release Manager 🚀] Setting version to: v0.2.0-alpha-1
1 parent d070130 commit 47ff3ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.block</groupId>
77
<artifactId>example-jvm-maven-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>0.2.0-alpha-1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.block</groupId>
77
<artifactId>example-jvm-maven-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>0.2.0-alpha-1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Artifact Information -->
88
<groupId>xyz.block</groupId>
99
<artifactId>example-jvm-maven-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>0.2.0-alpha-1</version>
1111
<packaging>pom</packaging>
1212
<name>JVM Maven Example Parent</name>
1313
<url>https://block.xyz/open-source</url>
@@ -20,7 +20,7 @@
2020
<!-- This has to be HTTPS, not git://, for maven-release-plugin to do AUTH correctly -->
2121
<developerConnection>scm:git:https://github.com/block/example-jvm-maven.git</developerConnection>
2222
<url>https://github.com/block/example-jvm-maven</url>
23-
<tag>HEAD</tag>
23+
<tag>v0.2.0-alpha-1</tag>
2424
</scm>
2525

2626
<!-- Developers -->

0 commit comments

Comments
 (0)