Skip to content

Commit 24a0f65

Browse files
authored
Merge pull request #4396 from jansupol/gf.osgi.ver.up
Preparation for GF 6
2 parents e11e086 + fd7bf1e commit 24a0f65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

containers/glassfish/jersey-gf-ejb/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -115,10 +115,10 @@
115115
<instructions>
116116
<!-- Explicitly set versions for packages from GlassFish to allow future uptake of GlassFish 5.x-->
117117
<Import-Package>
118-
com.sun.*;version="[4.0,6)",
118+
com.sun.*;version="[4.0,7)",
119119
${javax.annotation.osgi.version},
120-
org.glassfish.ejb.*;version="[4.0,6)",
121-
org.glassfish.internal.*;version="[4.0,6)",
120+
org.glassfish.ejb.*;version="[4.0,7)",
121+
org.glassfish.internal.*;version="[4.0,7)",
122122
${hk2.osgi.version},
123123
*
124124
</Import-Package>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2101,8 +2101,8 @@
21012101
<helidon.version>1.0.3</helidon.version>
21022102
<xmlunit.version>1.6</xmlunit.version>
21032103
<hk2.version>2.6.1</hk2.version>
2104-
<hk2.osgi.version>org.glassfish.hk2.*;version="[2.5,3)"</hk2.osgi.version>
2105-
<hk2.jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,3)"</hk2.jvnet.osgi.version>
2104+
<hk2.osgi.version>org.glassfish.hk2.*;version="[2.5,4)"</hk2.osgi.version>
2105+
<hk2.jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,4)"</hk2.jvnet.osgi.version>
21062106
<hk2.config.version>5.1.0</hk2.config.version>
21072107
<httpclient.version>4.5.9</httpclient.version>
21082108
<istack.commons.runtime.version>3.0.8</istack.commons.runtime.version>

0 commit comments

Comments
 (0)