Skip to content

Commit

Permalink
Upgraded to ASM 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Jun 7, 2015
1 parent 9591f4d commit f5b5593
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-debug-all</artifactId>
<version>5.0.3</version>
<version>5.0.4</version>
</dependency>

<!-- Testing -->
Expand Down
2 changes: 1 addition & 1 deletion retrolambda-maven-plugin/retrolambda-maven-plugin.iml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="retrolambda" />
<orderEntry type="library" name="Maven: org.ow2.asm:asm-debug-all:5.0.3" level="project" />
<orderEntry type="library" name="Maven: org.ow2.asm:asm-debug-all:5.0.4" level="project" />
<orderEntry type="library" name="Maven: org.apache.maven:maven-plugin-api:2.0" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.maven.plugin-tools:maven-plugin-annotations:3.4" level="project" />
<orderEntry type="library" name="Maven: org.apache.maven:maven-artifact:3.0" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion retrolambda/retrolambda.iml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.ow2.asm:asm-debug-all:5.0.3" level="project" />
<orderEntry type="library" name="Maven: org.ow2.asm:asm-debug-all:5.0.4" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
Expand Down

0 comments on commit f5b5593

Please sign in to comment.