Skip to content

Commit f8a2688

Browse files
committed
1.0 release
1 parent de2bad1 commit f8a2688

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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>1.0</version>
2626
</parent>
2727

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

core/src/main/java/com/google/googlejavaformat/java/GoogleJavaFormatVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package com.google.googlejavaformat.java;
1616

1717
public class GoogleJavaFormatVersion {
18-
public static final String VERSION = "0.dev";
18+
public static final String VERSION = "1.0";
1919
}

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>1.0</version>
3232

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

0 commit comments

Comments
 (0)