Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed Nov 5, 2023
1 parent 72b0603 commit 5db83fa
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 38 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Update versio in pom.xml files

update-version.sh <new version number>

# Creating an unsigned release

mvn clean package
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.3.0"
version="3.4.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.3.0"
version="3.4.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.3.0</version>
<version>3.4.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.3.0
Bundle-Version: 3.4.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.3.0</version>
<version>3.4.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.3.0"
version="3.4.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.3.0"
version="3.4.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.3.0</version>
<version>3.4.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.3.0"
version="3.4.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.3.0"
version="3.4.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.3.0</version>
<version>3.4.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.3.0
Bundle-Version: 3.4.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.3.0</version>
<version>3.4.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.3.0"
version="3.4.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.3.0"
version="3.4.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.3.0</version>
<version>3.4.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.3.0
Bundle-Version: 3.4.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.3.0</version>
<version>3.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.quiltflower.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.quiltflower"
label="%featureName"
version="3.3.0"
version="3.4.0"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.quiltflower">

Expand Down Expand Up @@ -47,7 +47,7 @@
id="org.sf.feeling.decompiler.quiltflower"
download-size="0"
install-size="0"
version="3.3.0"
version="3.4.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.quiltflower.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.3.0</version>
<version>3.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.quiltflower/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 Quiltflower Extension
Bundle-SymbolicName: org.sf.feeling.decompiler.quiltflower;singleton:=true
Bundle-Version: 3.3.0
Bundle-Version: 3.4.0
Bundle-Activator: org.sf.feeling.decompiler.quiltflower.QuiltflowerDecompilerPlugin
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.quiltflower/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.3.0</version>
<version>3.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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 Source Attach
Bundle-SymbolicName: org.sf.feeling.decompiler.source.attach;singleton:=true
Bundle-Version: 3.3.0
Bundle-Version: 3.4.0
Bundle-Activator: org.sf.feeling.decompiler.source.attach.SourceAttachPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.source.attach/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.3.0</version>
<version>3.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.source.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.source"
label="%featureName"
version="3.3.0"
version="3.4.0"
provider-name="%providerName">

<description url="%aboutURL">
Expand Down Expand Up @@ -42,7 +42,7 @@
id="org.sf.feeling.decompiler.source.attach"
download-size="0"
install-size="0"
version="3.3.0"
version="3.4.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.source.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.3.0</version>
<version>3.4.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 @@ -34,7 +34,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.14.0",
org.eclipse.help.base,
org.apache.commons.codec;bundle-version="1.9.0"
Bundle-Vendor: ECD Project Team
Bundle-Version: 3.3.0
Bundle-Version: 3.4.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.3.0</version>
<version>3.4.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.3.0</version>
<version>3.4.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.3.0.jar" id="org.sf.feeling.decompiler" version="3.3.0">
<feature url="features/org.sf.feeling.decompiler_3.4.0.jar" id="org.sf.feeling.decompiler" version="3.4.0">
<category name="org.sf.feeling.decompiler.core"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.quiltflower_3.3.0" id="org.sf.feeling.decompiler.quiltflower" version="3.3.0">
<feature url="features/org.sf.feeling.decompiler.quiltflower_3.4.0" id="org.sf.feeling.decompiler.quiltflower" version="3.4.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.cfr_3.3.0.jar" id="org.sf.feeling.decompiler.cfr" version="3.3.0">
<feature url="features/org.sf.feeling.decompiler.cfr_3.4.0.jar" id="org.sf.feeling.decompiler.cfr" version="3.4.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.jd_3.3.0" id="org.sf.feeling.decompiler.jd" version="3.3.0">
<feature url="features/org.sf.feeling.decompiler.jd_3.4.0" id="org.sf.feeling.decompiler.jd" version="3.4.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.procyon_3.3.0" id="org.sf.feeling.decompiler.procyon" version="3.3.0">
<feature url="features/org.sf.feeling.decompiler.procyon_3.4.0" id="org.sf.feeling.decompiler.procyon" version="3.4.0">
<category name="org.sf.feeling.decompiler.plugins"/>
</feature>
<feature url="features/org.sf.feeling.decompiler.source_3.3.0" id="org.sf.feeling.decompiler.source" version="3.3.0">
<feature url="features/org.sf.feeling.decompiler.source_3.4.0" id="org.sf.feeling.decompiler.source" version="3.4.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.3.0</version>
<version>3.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5db83fa

Please sign in to comment.