Author: tcurdt
Date: Sun Sep 28 17:58:31 2008
New Revision: 699936
URL: http://svn.apache.org/viewvc?rev=699936&view=rev
Log:
http://svn.apache.org/repos/asf/commons/sandbox/javaflow
upgrade to ASM,
final JCI
Modified:
commons/sandbox/javaflow/trunk/pom.xml
Modified: commons/sandbox/javaflow/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/pom.xml?rev=699936&r1=699935&r2=699936&view=diff
==============================================================================
--- commons/sandbox/javaflow/trunk/pom.xml (original)
+++ commons/sandbox/javaflow/trunk/pom.xml Sun Sep 28 17:58:31 2008
@@ -106,27 +106,27 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jci-core</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-analysis</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-util</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>