diff --git a/core/pom.xml b/core/pom.xml index 870d290..2238b5c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ com.google.googlejavaformat google-java-format-parent - 1.7-SNAPSHOT + 1.7 google-java-format @@ -239,5 +239,34 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + com.google.code.maven-replacer-plugin + replacer + [1.5.3,) + + replace + + + + + + + + + + + + diff --git a/eclipse_plugin/META-INF/MANIFEST.MF b/eclipse_plugin/META-INF/MANIFEST.MF index 27613e9..6ff4a9b 100644 --- a/eclipse_plugin/META-INF/MANIFEST.MF +++ b/eclipse_plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: google-java-format Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true -Bundle-Version: 1.6.0 +Bundle-Version: 1.7.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0", org.eclipse.jface, @@ -10,6 +10,6 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0", org.eclipse.ui, org.eclipse.equinox.common Bundle-ClassPath: ., - lib/guava-22.0.jar, + lib/guava-27.0.1-jre.jar, lib/javac-shaded-9+181-r4173-1.jar, - lib/google-java-format-1.6.jar + lib/google-java-format-1.7.jar diff --git a/eclipse_plugin/build.properties b/eclipse_plugin/build.properties index dc5ae7c..3eea14b 100644 --- a/eclipse_plugin/build.properties +++ b/eclipse_plugin/build.properties @@ -4,5 +4,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ lib/javac-shaded-9+181-r4173-1.jar,\ - lib/guava-22.0.jar,\ - lib/google-java-format-1.6.jar + lib/guava-27.0.1-jre.jar,\ + lib/google-java-format-1.7.jar diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml index a49cbc3..c52360e 100644 --- a/eclipse_plugin/pom.xml +++ b/eclipse_plugin/pom.xml @@ -20,11 +20,11 @@ com.google.googlejavaformat google-java-format-parent - 1.6 + 1.7 google-java-format-eclipse-plugin - 1.6.0 + 1.7.0 eclipse-plugin google-java-format Plugin for Eclipse 4.5+ @@ -48,7 +48,7 @@ com.google.googlejavaformat google-java-format - 1.6 + 1.7 diff --git a/pom.xml b/pom.xml index 1218832..e5707b4 100644 --- a/pom.xml +++ b/pom.xml @@ -28,14 +28,14 @@ com.google.googlejavaformat google-java-format-parent pom - 1.7-SNAPSHOT + 1.7 core + eclipse_plugin Google Java Format Parent