Skip to content

Commit

Permalink
[release] Bump versions to prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Nov 9, 2015
1 parent 83cd759 commit b508e64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1-alpha</version>
</parent>

<artifactId>google-java-format</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions idea_plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1-alpha</version>
</parent>

<artifactId>google-java-format-idea-plugin</artifactId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1-alpha</version>
</dependency>

<!--
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1-alpha</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit b508e64

Please sign in to comment.