Skip to content

Commit

Permalink
v1.15.0.ECO
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Kuzyanov committed Oct 19, 2022
1 parent 769d65f commit 572765d
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>1.15.0-SNAPSHOT</version>
<version>1.15.0.ECO</version>
</parent>

<artifactId>google-java-format</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idea_plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

ext {
googleJavaFormatVersion = "1.15.0-SNAPSHOT"
googleJavaFormatVersion = "1.15.0.ECO"
}

apply plugin: "org.jetbrains.intellij"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<packaging>pom</packaging>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0.ECO</version>

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

0 comments on commit 572765d

Please sign in to comment.