Skip to content

Commit

Permalink
Release google-java-format 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Dec 18, 2023
1 parent b5feefe commit bfb281e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.19.0</version>
</parent>

<artifactId>google-java-format</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse_plugin/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: google-java-format
Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
Bundle-Vendor: Google
Bundle-Version: 1.13.0
Bundle-Version: 1.19.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.jface,
Expand Down
2 changes: 1 addition & 1 deletion eclipse_plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-eclipse-plugin</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.13.0</version>
<version>1.19.0</version>

<name>Google Java Format Plugin for Eclipse 4.5+</name>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-parent</artifactId>
<packaging>pom</packaging>
<version>HEAD-SNAPSHOT</version>
<version>1.19.0</version>

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

0 comments on commit bfb281e

Please sign in to comment.