Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed May 29, 2021
1 parent c3de7f6 commit cfc1e50
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

# Never modify line endings of our bash scripts
*.sh -crlf
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Used libraries:

## Changelog

* Version 3.2.2
* Fixed some inconsistencies regarding version numbers and the update site

* Version 3.2.1
* Updated Embedded Decompilers
* CFR to version 0.15.1 (JDK 14 support)
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1.qualifier"
version="3.2.2"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.cfr">

Expand Down
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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.2.1.qualifier"
version="3.2.2"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler">

Expand Down
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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jad.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.jad"
label="%featureName"
version="3.2.1.qualifier"
version="3.2.2"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.jad"
os="linux,macosx,win32"
Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jad.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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.jad/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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.2.1.qualifier"
version="3.2.2"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.jd"
os="linux,macosx,win32"
Expand Down
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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.2.1.qualifier"
version="3.2.2"
provider-name="%providerName"
plugin="org.sf.feeling.decompiler.procyon">

Expand Down
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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.2.1.qualifier"
version="3.2.2"
provider-name="%providerName">

<description url="%aboutURL">
Expand Down
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.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.ecd-plugin</groupId>
<artifactId>com.github.ecd-plugin.ecd</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.2</version>
<packaging>pom</packaging>

<name>com.github.ecd-plugin.ecd</name>
Expand Down Expand Up @@ -112,9 +112,9 @@

<repositories>
<repository>
<id>eclipse-oxygen</id>
<id>eclipse-photon</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/oxygen</url>
<url>http://download.eclipse.org/releases/photon/</url>
</repository>
</repositories>

Expand Down

0 comments on commit cfc1e50

Please sign in to comment.