Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Apr 13, 2016
1 parent de2bad1 commit f8a2688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>google-java-format</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package com.google.googlejavaformat.java;

public class GoogleJavaFormatVersion {
public static final String VERSION = "0.dev";
public static final String VERSION = "1.0";
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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>1.0</version>

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

0 comments on commit f8a2688

Please sign in to comment.