Skip to content

Commit b508e64

Browse files
committed
[release] Bump versions to prep for release
1 parent 83cd759 commit b508e64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.googlejavaformat</groupId>
2424
<artifactId>google-java-format-parent</artifactId>
25-
<version>0.1-SNAPSHOT</version>
25+
<version>0.1-alpha</version>
2626
</parent>
2727

2828
<artifactId>google-java-format</artifactId>

idea_plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.googlejavaformat</groupId>
2323
<artifactId>google-java-format-parent</artifactId>
24-
<version>0.1-SNAPSHOT</version>
24+
<version>0.1-alpha</version>
2525
</parent>
2626

2727
<artifactId>google-java-format-idea-plugin</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.googlejavaformat</groupId>
4343
<artifactId>google-java-format</artifactId>
44-
<version>0.1-SNAPSHOT</version>
44+
<version>0.1-alpha</version>
4545
</dependency>
4646

4747
<!--

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>com.google.googlejavaformat</groupId>
2929
<artifactId>google-java-format-parent</artifactId>
3030
<packaging>pom</packaging>
31-
<version>0.1-SNAPSHOT</version>
31+
<version>0.1-alpha</version>
3232

3333
<modules>
3434
<module>core</module>

0 commit comments

Comments
 (0)