Skip to content

Commit

Permalink
Increment versions for 1.8 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 309467646
  • Loading branch information
cushon authored and google-java-format Team committed May 1, 2020
1 parent c525db0 commit 0354f02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
and run it with:

```
java -jar /path/to/google-java-format-1.7-all-deps.jar <options> [files...]
java -jar /path/to/google-java-format-1.8-all-deps.jar <options> [files...]
```

The formatter can act on whole files, on limited lines (`--lines`), on specific
Expand Down Expand Up @@ -94,15 +94,15 @@ configuration.
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.7</version>
<version>1.8</version>
</dependency>
```

#### Gradle

```groovy
dependencies {
compile 'com.google.googlejavaformat:google-java-format:1.7'
compile 'com.google.googlejavaformat:google-java-format:1.8'
}
```

Expand Down
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>1.8-SNAPSHOT</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>google-java-format</artifactId>
Expand Down
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>1.8-SNAPSHOT</version>
<version>1.9-SNAPSHOT</version>

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

0 comments on commit 0354f02

Please sign in to comment.