From a017eec87d48344b83c38a09a952fd2d93337745 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Sat, 7 Oct 2023 11:52:35 -0700 Subject: [PATCH] Remove hard-coded versions from Eclipse plugin This is consistent with the versions for the other modules. The release process updates the versions and pushes a tagged commit, but the version in the main branch is always 'HEAD-SNAPSHOT'. Follow-up to https://github.com/google/google-java-format/issues/744#issuecomment-1749084784 PiperOrigin-RevId: 571607356 --- eclipse_plugin/META-INF/MANIFEST.MF | 2 +- eclipse_plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse_plugin/META-INF/MANIFEST.MF b/eclipse_plugin/META-INF/MANIFEST.MF index 913245393..203e58e4b 100644 --- a/eclipse_plugin/META-INF/MANIFEST.MF +++ b/eclipse_plugin/META-INF/MANIFEST.MF @@ -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: 0.0.1 Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0", org.eclipse.jface, diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml index 9e6acdac0..1db43f00f 100644 --- a/eclipse_plugin/pom.xml +++ b/eclipse_plugin/pom.xml @@ -22,7 +22,7 @@ com.google.googlejavaformat google-java-format-eclipse-plugin eclipse-plugin - 1.13.0 + HEAD-SNAPSHOT Google Java Format Plugin for Eclipse 4.5+