Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Upgrade ASM to 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Feb 21, 2016
1 parent 4b9ff43 commit 57b69ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions com.mountainminds.eclemma.asm/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Bundle-SymbolicName: com.mountainminds.eclemma.asm
Bundle-Version: 2.3.3.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.objectweb.asm;version=5.0.1,
org.objectweb.asm.signature;version=5.0.1,
org.objectweb.asm.commons;version=5.0.1,
org.objectweb.asm.tree;version=5.0.1,
org.objectweb.asm.tree.analysis;version=5.0.1,
org.objectweb.asm.util;version=5.0.1,
org.objectweb.asm.xml;version=5.0.1
Export-Package: org.objectweb.asm;version=5.0.4,
org.objectweb.asm.signature;version=5.0.4,
org.objectweb.asm.commons;version=5.0.4,
org.objectweb.asm.tree;version=5.0.4,
org.objectweb.asm.tree.analysis;version=5.0.4,
org.objectweb.asm.util;version=5.0.4,
org.objectweb.asm.xml;version=5.0.4
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.objectweb.asm;version="5.0.1",
org.objectweb.asm.signature;version="5.0.1",
org.objectweb.asm.tree;version="5.0.1"
Import-Package: org.objectweb.asm;version="5.0.4",
org.objectweb.asm.signature;version="5.0.4",
org.objectweb.asm.tree;version="5.0.4"
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<artifactItem>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.0.1</version>
<version>5.0.4</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h2>Trunk Build (not yet released)</h2>

<ul>
<li>Upgrade to JaCoCo 0.7.5.</li>
<li>Upgrade to ASM 5.0.4.</li>
<li>Error logging with exception stack traces (GitHub #106).</li>
</ul>

Expand Down

0 comments on commit 57b69ff

Please sign in to comment.