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

Commit

Permalink
Bump up ASM to 5.0.1, also upgrade archiver and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Apr 14, 2014
1 parent c88d6a1 commit c96bb0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<forgeReleaseUrl>https://repository.sonatype.org/service/local/staging/deploy/maven2</forgeReleaseUrl>
<asm.version>4.0</asm.version>
<asm.version>5.0.1</asm.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -88,12 +88,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.1.2</version>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.5</version>
<version>3.0.15</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c96bb0e

Please sign in to comment.