Repository: cxf Updated Branches: refs/heads/master cf4cb4b82 -> 84ce20624
Expand the asm version range as we'll need v5 to be able to support Java8. Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/84ce2062 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/84ce2062 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/84ce2062 Branch: refs/heads/master Commit: 84ce206240ea6f45a0b8643519a6b695d2a38b80 Parents: cf4cb4b Author: Daniel Kulp <[email protected]> Authored: Wed Mar 26 14:13:58 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Mar 26 14:13:58 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/84ce2062/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ac5798d..897e33d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -53,7 +53,7 @@ <cxf.asm.artifactId>asm</cxf.asm.artifactId> <cxf.asm.version>3.3.1</cxf.asm.version> <cxf.asm.bundle.version>3.3.1_1</cxf.asm.bundle.version> - <cxf.osgi.asm.version>[2.0,5)</cxf.osgi.asm.version> + <cxf.osgi.asm.version>[2.0,6)</cxf.osgi.asm.version> <!-- OSGi related properties --> <cxf.fragment.host /> <cxf.bundle.activator />
