Skip to content

Commit

Permalink
fix asm lib version range for nexus upload
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jun 5, 2017
1 parent 5a0b730 commit b3d05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadToNexus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<property name="antlr.criteria" value="[3.0.0,4.0.0)"/>
<property name="antlr.name" value="EclipseLink ANTLR"/>
<property name="asm.prefix" value="org.eclipse.persistence.asm"/>
<property name="asm.criteria" value="[3.0.0,6.0.0)"/>
<property name="asm.criteria" value="[5.0.0,9.0.0)"/>
<property name="asm.name" value="EclipseLink ASM"/>
<property name="oracleddl.prefix" value="org.eclipse.persistence.oracleddlparser"/>
<property name="oracleddl.criteria" value="[1.0.0,9.0.0)"/>
Expand Down

0 comments on commit b3d05bd

Please sign in to comment.