Skip to content

Commit

Permalink
Move Eclipse plugin to GJF version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobous committed Oct 27, 2020
1 parent ab5074b commit e80a72b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eclipse_plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
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.8.0
Bundle-Version: 1.9.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.jface,
Expand All @@ -12,4 +12,4 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.equinox.common
Bundle-ClassPath: .,
lib/guava-28.1-jre.jar,
lib/google-java-format-1.8.jar
lib/google-java-format-1.9.jar
2 changes: 1 addition & 1 deletion eclipse_plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
lib/guava-28.1-jre.jar,\
lib/google-java-format-1.8.jar
lib/google-java-format-1.9.jar
4 changes: 2 additions & 2 deletions eclipse_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format-eclipse-plugin</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.8.0</version>
<version>1.9.0</version>

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

Expand All @@ -36,7 +36,7 @@
<tycho-version>1.7.0</tycho-version>

<!-- specific library versions; must match declarations in build.properties and META-INF/MANIFEST.MF -->
<google-java-format.version>1.8</google-java-format.version>
<google-java-format.version>1.9</google-java-format.version>
<guava.version>28.1-jre</guava.version>
</properties>

Expand Down

0 comments on commit e80a72b

Please sign in to comment.