From 5da6ebadd02800d7cd7ddfcfe4327d9f2d2138c9 Mon Sep 17 00:00:00 2001 From: isaki <10616227+isaki@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:33:49 -0400 Subject: [PATCH] 2022-03 Rebuild --- META-INF/MANIFEST.MF | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index e2dced6..076f1ea 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-SymbolicName: OldJavaFormatter;singleton:=true Bundle-Name: OldJavaFormatter -Bundle-Version: 1.11.0 +Bundle-Version: 1.12.0 Require-Bundle: org.eclipse.jdt.core;bundle-version="[3.27.0,4.0.0)", org.eclipse.jface.text;bundle-version="[3.18.100,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.23.0,4.0.0)" diff --git a/README.md b/README.md index 6cedf1b..5d1f0b3 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ Original plugin can be found [here](http://eclipse-n-mati.blogspot.com.es/2015/0 | 1.9.0 | 2021-06 | Luna, Neon | Changed library dependency versions, rebuild of plugin with 2021-06 toolchain. | | 1.10.1 | 2021-09 | Luna, Neon | Changed library dependency versions, addressed compiler warnings, addressed deprecated API warnings, addressed breaks caused by upstream API changes. | | 1.11.0 | 2021-12 | Luna, Neon | No code changes, but rather a rebuild with the 2021-12 toolchain. | +| 1.12.0 | 2022-03 | Luna, Neon | Rebuild with the 2022-03 toolchain. |