Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 5f30905

Browse files
committed
final corrections before 1.1.2
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 6848e71 commit 5f30905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<properties>
6363
<packages.private>org.glassfish.json</packages.private>
64-
<packages.export>javax.json.*,org.glassfish.json.api</packages.export>
64+
<packages.export>org.glassfish.json.api</packages.export>
6565
</properties>
6666

6767
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<impl_namespace>org.glassfish</impl_namespace>
101101
<spec_version>1.1</spec_version>
102102
<new_spec_version>1.2</new_spec_version>
103-
<new_spec_impl_version>1.1</new_spec_impl_version>
103+
<new_spec_impl_version>1.1.2</new_spec_impl_version>
104104
<impl_version>1.1.2</impl_version>
105105
<new_impl_version>1.2</new_impl_version>
106106
<non.final>false</non.final>

0 commit comments

Comments
 (0)