Skip to content

Commit 4f92015

Browse files
committed
Prepare eclipse plugin for 1.6. release
1 parent 8749b22 commit 4f92015

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ target/
1212

1313
bin/
1414
out/
15+
eclipse_plugin/lib/

eclipse_plugin/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: google-java-format
44
Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
5-
Bundle-Version: 1.5.0
5+
Bundle-Version: 1.6.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
88
org.eclipse.jface,
@@ -11,5 +11,5 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
1111
org.eclipse.equinox.common
1212
Bundle-ClassPath: .,
1313
lib/guava-22.0.jar,
14-
lib/javac-shaded-9-dev-r4023-3.jar,
15-
lib/google-java-format-1.5.jar
14+
lib/javac-shaded-9+181-r4173-1.jar,
15+
lib/google-java-format-1.6.jar

eclipse_plugin/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ output.. = target/classes
33
bin.includes = META-INF/,\
44
.,\
55
plugin.xml,\
6-
lib/javac-shaded-9-dev-r4023-3.jar,\
6+
lib/javac-shaded-9+181-r4173-1.jar,\
77
lib/guava-22.0.jar,\
8-
lib/google-java-format-1.5.jar
8+
lib/google-java-format-1.6.jar

eclipse_plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<parent>
2121
<groupId>com.google.googlejavaformat</groupId>
2222
<artifactId>google-java-format-parent</artifactId>
23-
<version>1.5</version>
23+
<version>1.6</version>
2424
</parent>
2525

2626
<artifactId>google-java-format-eclipse-plugin</artifactId>
27-
<version>1.5.0</version>
27+
<version>1.6.0</version>
2828
<packaging>eclipse-plugin</packaging>
2929
<name>google-java-format Plugin for Eclipse 4.5+</name>
3030

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.google.googlejavaformat</groupId>
5050
<artifactId>google-java-format</artifactId>
51-
<version>1.5</version>
51+
<version>1.6</version>
5252
</dependency>
5353
</dependencies>
5454

0 commit comments

Comments
 (0)