From 580bea966cacec44db4eb0e4d596744b24eb8366 Mon Sep 17 00:00:00 2001 From: "Jan S." Date: Mon, 18 Mar 2024 18:24:09 +0100 Subject: [PATCH] version changed to 3.5.0 --- README.md | 2 +- org.sf.feeling.decompiler.cfr.feature/feature.xml | 4 ++-- org.sf.feeling.decompiler.cfr.feature/pom.xml | 2 +- org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.cfr/pom.xml | 2 +- org.sf.feeling.decompiler.feature/feature.xml | 4 ++-- org.sf.feeling.decompiler.feature/pom.xml | 2 +- .../feature.xml | 4 ++-- org.sf.feeling.decompiler.fernflower.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.fernflower/pom.xml | 2 +- org.sf.feeling.decompiler.jd.feature/feature.xml | 4 ++-- org.sf.feeling.decompiler.jd.feature/pom.xml | 2 +- org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.jd/pom.xml | 2 +- .../feature.xml | 4 ++-- org.sf.feeling.decompiler.procyon.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.procyon/pom.xml | 2 +- .../feature.xml | 4 ++-- org.sf.feeling.decompiler.vineflower.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler.vineflower/pom.xml | 2 +- org.sf.feeling.decompiler/META-INF/MANIFEST.MF | 2 +- org.sf.feeling.decompiler/pom.xml | 2 +- pom.xml | 2 +- update_site/category.xml | 12 ++++++------ update_site/pom.xml | 2 +- 28 files changed, 39 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 04cf9e4c..02f60b6f 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Due to a signature bug in all Eclipse versions up to (including) Eclipse 2021-03 This affects the release version published on https://ecd-plugin.github.io/update/ and also the version installable via Eclipse Marketplace as it uses this update site. ## Changelog -* Version 3.4.1 +* Version 3.5.0 * Moved FernFlower into own plugin/feature * Quiltflower plugin and feature removed * Vineflower plugin and feature added (replaces Quiltflower) diff --git a/org.sf.feeling.decompiler.cfr.feature/feature.xml b/org.sf.feeling.decompiler.cfr.feature/feature.xml index 34c38ac6..e4a7bade 100644 --- a/org.sf.feeling.decompiler.cfr.feature/feature.xml +++ b/org.sf.feeling.decompiler.cfr.feature/feature.xml @@ -2,7 +2,7 @@ @@ -47,7 +47,7 @@ id="org.sf.feeling.decompiler.cfr" download-size="0" install-size="0" - version="3.4.1" + version="3.5.0" unpack="false"/> diff --git a/org.sf.feeling.decompiler.cfr.feature/pom.xml b/org.sf.feeling.decompiler.cfr.feature/pom.xml index 2be0922a..d3e19320 100644 --- a/org.sf.feeling.decompiler.cfr.feature/pom.xml +++ b/org.sf.feeling.decompiler.cfr.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF index bef71bee..aaad46bd 100644 --- a/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Enhanced Class Decompiler CFR Extension Bundle-SymbolicName: org.sf.feeling.decompiler.cfr;singleton:=true -Bundle-Version: 3.4.1 +Bundle-Version: 3.5.0 Bundle-Activator: org.sf.feeling.decompiler.cfr.CfrDecompilerPlugin Require-Bundle: org.eclipse.core.runtime, org.sf.feeling.decompiler;bundle-version="3.2.2", diff --git a/org.sf.feeling.decompiler.cfr/pom.xml b/org.sf.feeling.decompiler.cfr/pom.xml index 19046319..24fc3e0a 100644 --- a/org.sf.feeling.decompiler.cfr/pom.xml +++ b/org.sf.feeling.decompiler.cfr/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.feature/feature.xml b/org.sf.feeling.decompiler.feature/feature.xml index 16bbf1cf..005fdf22 100644 --- a/org.sf.feeling.decompiler.feature/feature.xml +++ b/org.sf.feeling.decompiler.feature/feature.xml @@ -2,7 +2,7 @@ @@ -50,7 +50,7 @@ id="org.sf.feeling.decompiler" download-size="0" install-size="0" - version="3.4.1" + version="3.5.0" unpack="false"/> diff --git a/org.sf.feeling.decompiler.feature/pom.xml b/org.sf.feeling.decompiler.feature/pom.xml index 41086c7d..210569cb 100644 --- a/org.sf.feeling.decompiler.feature/pom.xml +++ b/org.sf.feeling.decompiler.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.fernflower.feature/feature.xml b/org.sf.feeling.decompiler.fernflower.feature/feature.xml index 9c49d579..b540d7f6 100644 --- a/org.sf.feeling.decompiler.fernflower.feature/feature.xml +++ b/org.sf.feeling.decompiler.fernflower.feature/feature.xml @@ -2,7 +2,7 @@ @@ -47,7 +47,7 @@ id="org.sf.feeling.decompiler.fernflower" download-size="0" install-size="0" - version="3.4.1" + version="3.5.0" unpack="false"/> diff --git a/org.sf.feeling.decompiler.fernflower.feature/pom.xml b/org.sf.feeling.decompiler.fernflower.feature/pom.xml index af7b22df..6e2f2ce6 100644 --- a/org.sf.feeling.decompiler.fernflower.feature/pom.xml +++ b/org.sf.feeling.decompiler.fernflower.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.fernflower/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.fernflower/META-INF/MANIFEST.MF index db452cee..cb2d7c69 100644 --- a/org.sf.feeling.decompiler.fernflower/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.fernflower/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Enhanced Class Decompiler FernFlower Extension Bundle-SymbolicName: org.sf.feeling.decompiler.fernflower;singleton:=true -Bundle-Version: 3.4.1 +Bundle-Version: 3.5.0 Bundle-Activator: org.sf.feeling.decompiler.fernflower.FernFlowerDecompilerPlugin Require-Bundle: org.eclipse.core.runtime, org.sf.feeling.decompiler;bundle-version="3.2.2", diff --git a/org.sf.feeling.decompiler.fernflower/pom.xml b/org.sf.feeling.decompiler.fernflower/pom.xml index cb95f94f..5154f602 100644 --- a/org.sf.feeling.decompiler.fernflower/pom.xml +++ b/org.sf.feeling.decompiler.fernflower/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.jd.feature/feature.xml b/org.sf.feeling.decompiler.jd.feature/feature.xml index 9de9c611..d3a6bcb5 100644 --- a/org.sf.feeling.decompiler.jd.feature/feature.xml +++ b/org.sf.feeling.decompiler.jd.feature/feature.xml @@ -2,7 +2,7 @@ @@ -47,7 +47,7 @@ id="org.sf.feeling.decompiler.jd" download-size="0" install-size="0" - version="3.4.1" + version="3.5.0" unpack="false"/> diff --git a/org.sf.feeling.decompiler.jd.feature/pom.xml b/org.sf.feeling.decompiler.jd.feature/pom.xml index 8259b539..ef59d285 100644 --- a/org.sf.feeling.decompiler.jd.feature/pom.xml +++ b/org.sf.feeling.decompiler.jd.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF index 83f4a90e..08e4eac6 100644 --- a/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Enhanced Class Decompiler JD-Core Extension Bundle-SymbolicName: org.sf.feeling.decompiler.jd;singleton:=true -Bundle-Version: 3.4.1 +Bundle-Version: 3.5.0 Bundle-Activator: org.sf.feeling.decompiler.jd.JDCoreDecompilerPlugin Require-Bundle: org.eclipse.core.runtime, org.sf.feeling.decompiler;bundle-version="3.2.2", diff --git a/org.sf.feeling.decompiler.jd/pom.xml b/org.sf.feeling.decompiler.jd/pom.xml index 17a0c6e9..88cc5e77 100644 --- a/org.sf.feeling.decompiler.jd/pom.xml +++ b/org.sf.feeling.decompiler.jd/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.procyon.feature/feature.xml b/org.sf.feeling.decompiler.procyon.feature/feature.xml index 9c990547..34a3fd49 100644 --- a/org.sf.feeling.decompiler.procyon.feature/feature.xml +++ b/org.sf.feeling.decompiler.procyon.feature/feature.xml @@ -2,7 +2,7 @@ @@ -47,7 +47,7 @@ id="org.sf.feeling.decompiler.procyon" download-size="0" install-size="0" - version="3.4.1" + version="3.5.0" unpack="false"/> diff --git a/org.sf.feeling.decompiler.procyon.feature/pom.xml b/org.sf.feeling.decompiler.procyon.feature/pom.xml index 797e1dee..142dc294 100644 --- a/org.sf.feeling.decompiler.procyon.feature/pom.xml +++ b/org.sf.feeling.decompiler.procyon.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF index 136046c1..11e6a438 100644 --- a/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Enhanced Class Decompiler Procyon Extension Bundle-SymbolicName: org.sf.feeling.decompiler.procyon;singleton:=true -Bundle-Version: 3.4.1 +Bundle-Version: 3.5.0 Bundle-Activator: org.sf.feeling.decompiler.procyon.ProcyonDecompilerPlugin Require-Bundle: org.eclipse.core.runtime, org.sf.feeling.decompiler;bundle-version="3.2.2", diff --git a/org.sf.feeling.decompiler.procyon/pom.xml b/org.sf.feeling.decompiler.procyon/pom.xml index 31c2178b..0ac48aae 100644 --- a/org.sf.feeling.decompiler.procyon/pom.xml +++ b/org.sf.feeling.decompiler.procyon/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.vineflower.feature/feature.xml b/org.sf.feeling.decompiler.vineflower.feature/feature.xml index b6c6867a..341c815d 100644 --- a/org.sf.feeling.decompiler.vineflower.feature/feature.xml +++ b/org.sf.feeling.decompiler.vineflower.feature/feature.xml @@ -2,7 +2,7 @@ @@ -47,7 +47,7 @@ id="org.sf.feeling.decompiler.vineflower" download-size="0" install-size="0" - version="3.4.1" + version="3.5.0" unpack="false"/> diff --git a/org.sf.feeling.decompiler.vineflower.feature/pom.xml b/org.sf.feeling.decompiler.vineflower.feature/pom.xml index a0241fb5..3109cd40 100644 --- a/org.sf.feeling.decompiler.vineflower.feature/pom.xml +++ b/org.sf.feeling.decompiler.vineflower.feature/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler.vineflower/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler.vineflower/META-INF/MANIFEST.MF index d2a14fb6..a2944f8b 100644 --- a/org.sf.feeling.decompiler.vineflower/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler.vineflower/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Enhanced Class Decompiler Vineflower Extension Bundle-SymbolicName: org.sf.feeling.decompiler.vineflower;singleton:=true -Bundle-Version: 3.4.1 +Bundle-Version: 3.5.0 Bundle-Activator: org.sf.feeling.decompiler.vineflower.VineflowerDecompilerPlugin Require-Bundle: org.eclipse.core.runtime, org.sf.feeling.decompiler;bundle-version="3.2.2", diff --git a/org.sf.feeling.decompiler.vineflower/pom.xml b/org.sf.feeling.decompiler.vineflower/pom.xml index 6ebe0d6f..e66f93dd 100644 --- a/org.sf.feeling.decompiler.vineflower/pom.xml +++ b/org.sf.feeling.decompiler.vineflower/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/org.sf.feeling.decompiler/META-INF/MANIFEST.MF b/org.sf.feeling.decompiler/META-INF/MANIFEST.MF index 2bd831cc..7eb4742d 100644 --- a/org.sf.feeling.decompiler/META-INF/MANIFEST.MF +++ b/org.sf.feeling.decompiler/META-INF/MANIFEST.MF @@ -31,7 +31,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.14.0", org.eclipse.equinox.p2.metadata;resolution:=optional, org.eclipse.help.base Bundle-Vendor: ECD Project Team -Bundle-Version: 3.4.1 +Bundle-Version: 3.5.0 Bundle-ManifestVersion: 2 Bundle-Activator: org.sf.feeling.decompiler.JavaDecompilerPlugin Bundle-SymbolicName: org.sf.feeling.decompiler;singleton:=true diff --git a/org.sf.feeling.decompiler/pom.xml b/org.sf.feeling.decompiler/pom.xml index 15d85dc6..b402b21a 100644 --- a/org.sf.feeling.decompiler/pom.xml +++ b/org.sf.feeling.decompiler/pom.xml @@ -6,7 +6,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 8eabc22c..5490dcff 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 pom com.github.ecd-plugin.ecd https://github.com/ecd-plugin/ecd diff --git a/update_site/category.xml b/update_site/category.xml index 4b2aa672..bb9b708a 100644 --- a/update_site/category.xml +++ b/update_site/category.xml @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/update_site/pom.xml b/update_site/pom.xml index 2425efe5..35bf25be 100644 --- a/update_site/pom.xml +++ b/update_site/pom.xml @@ -5,7 +5,7 @@ com.github.ecd-plugin com.github.ecd-plugin.ecd - 3.4.1 + 3.5.0 ../pom.xml