You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2014/02/21 08:28:31 UTC

[07/11] git commit: Upgrade ASM from 4.1 to 4.2

Upgrade ASM from 4.1 to 4.2


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3f9265bb
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3f9265bb
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3f9265bb

Branch: refs/heads/sandbox/component-queueing-2
Commit: 3f9265bb41a7c31c15c9ef5b171caf61d0496ec6
Parents: 25474d5
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Feb 19 14:48:47 2014 +0200
Committer: Igor Vaynberg <ig...@gmail.com>
Committed: Thu Feb 20 23:24:05 2014 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3f9265bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 178fd6b..80c0a39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,7 +500,7 @@
 			<dependency>
 				<groupId>org.ow2.asm</groupId>
 				<artifactId>asm-util</artifactId>
-				<version>4.1</version>
+				<version>4.2</version>
 			</dependency>
 			<dependency>
 				<groupId>javax.inject</groupId>