Skip to content

Commit 1614b6a

Browse files
cushongoogle-java-format Team
authored and
google-java-format Team
committed
Increment versions after 1.10 release
PiperOrigin-RevId: 328214914
1 parent 1c45fa5 commit 1614b6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
and run it with:
1414

1515
```
16-
java -jar /path/to/google-java-format-1.8-all-deps.jar <options> [files...]
16+
java -jar /path/to/google-java-format-1.9-all-deps.jar <options> [files...]
1717
```
1818

1919
The formatter can act on whole files, on limited lines (`--lines`), on specific
@@ -98,15 +98,15 @@ configuration.
9898
<dependency>
9999
<groupId>com.google.googlejavaformat</groupId>
100100
<artifactId>google-java-format</artifactId>
101-
<version>1.8</version>
101+
<version>1.9</version>
102102
</dependency>
103103
```
104104

105105
#### Gradle
106106

107107
```groovy
108108
dependencies {
109-
compile 'com.google.googlejavaformat:google-java-format:1.8'
109+
compile 'com.google.googlejavaformat:google-java-format:1.9'
110110
}
111111
```
112112

core/pom.xml

+1-1
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>1.9</version>
25+
<version>1.10-SNAPSHOT</version>
2626
</parent>
2727

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

pom.xml

+1-1
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>1.9</version>
31+
<version>1.10-SNAPSHOT</version>
3232

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

0 commit comments

Comments
 (0)