Skip to content

Commit

Permalink
version changed to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed Mar 18, 2024
1 parent ba64098 commit 580bea9
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.cfr.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.cfr"
label="%featureName"
version="3.4.1"
version="3.5.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.cfr">

Expand Down Expand Up @@ -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"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.cfr.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.cfr/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.cfr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler"
label="%featureName"
version="3.4.1"
version="3.5.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler">

Expand Down Expand Up @@ -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"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.fernflower.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.fernflower"
label="%featureName"
version="3.4.1"
version="3.5.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.fernflower">

Expand Down Expand Up @@ -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"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.fernflower.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.fernflower/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.fernflower/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.jd.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.jd"
label="%featureName"
version="3.4.1"
version="3.5.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.jd">

Expand Down Expand Up @@ -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"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.procyon.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.procyon"
label="%featureName"
version="3.4.1"
version="3.5.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.procyon">

Expand Down Expand Up @@ -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"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.procyon.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.procyon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.vineflower.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sf.feeling.decompiler.vineflower"
label="%featureName"
version="3.4.1"
version="3.5.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.vineflower">

Expand Down Expand Up @@ -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"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.vineflower.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.vineflower/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.vineflower/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<packaging>pom</packaging>
<name>com.github.ecd-plugin.ecd</name>
<url>https://github.com/ecd-plugin/ecd</url>
Expand Down
12 changes: 6 additions & 6 deletions update_site/category.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file defines which features are included into the update site -->
<site>
<feature url="features/org.sf.feeling.decompiler_3.4.1.jar" id="org.sf.feeling.decompiler" version="3.4.1">
<feature url="features/org.sf.feeling.decompiler_3.5.0.jar" id="org.sf.feeling.decompiler" version="3.5.0">
<category name="org.sf.feeling.decompiler.core"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.fernflower_3.4.1" id="org.sf.feeling.decompiler.fernflower" version="3.4.1">
<feature url="features/org.sf.feeling.decompiler.fernflower_3.5.0" id="org.sf.feeling.decompiler.fernflower" version="3.5.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.vineflower_3.4.1" id="org.sf.feeling.decompiler.vineflower" version="3.4.1">
<feature url="features/org.sf.feeling.decompiler.vineflower_3.5.0" id="org.sf.feeling.decompiler.vineflower" version="3.5.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.cfr_3.4.1.jar" id="org.sf.feeling.decompiler.cfr" version="3.4.1">
<feature url="features/org.sf.feeling.decompiler.cfr_3.5.0.jar" id="org.sf.feeling.decompiler.cfr" version="3.5.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.jd_3.4.1" id="org.sf.feeling.decompiler.jd" version="3.4.1">
<feature url="features/org.sf.feeling.decompiler.jd_3.5.0" id="org.sf.feeling.decompiler.jd" version="3.5.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.procyon_3.4.1" id="org.sf.feeling.decompiler.procyon" version="3.4.1">
<feature url="features/org.sf.feeling.decompiler.procyon_3.5.0" id="org.sf.feeling.decompiler.procyon" version="3.5.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<category-def name="org.sf.feeling.decompiler.core" label="Enhanced Class Decompiler"/>
Expand Down
2 changes: 1 addition & 1 deletion update_site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 580bea9

Please sign in to comment.