Skip to content

Commit 0a46e9e

Browse files
committed
Release google-java-format 1.22.0
1 parent 33bf757 commit 0a46e9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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>HEAD-SNAPSHOT</version>
25+
<version>1.22.0</version>
2626
</parent>
2727

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

eclipse_plugin/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: google-java-format
44
Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
55
Bundle-Vendor: Google
6-
Bundle-Version: 1.13.0
6+
Bundle-Version: 1.22.0
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
99
org.eclipse.jface,

eclipse_plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>com.google.googlejavaformat</groupId>
2323
<artifactId>google-java-format-eclipse-plugin</artifactId>
2424
<packaging>eclipse-plugin</packaging>
25-
<version>1.13.0</version>
25+
<version>1.22.0</version>
2626

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>com.google.googlejavaformat</groupId>
2424
<artifactId>google-java-format-parent</artifactId>
2525
<packaging>pom</packaging>
26-
<version>HEAD-SNAPSHOT</version>
26+
<version>1.22.0</version>
2727

2828
<modules>
2929
<module>core</module>

0 commit comments

Comments
 (0)