Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb1f42e

Browse files
committedApr 19, 2022
[#719] realign jdk8 profile.
1 parent 35847df commit cb1f42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎extensions/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141

4242
<profiles>
4343
<profile>
44-
<id>java8</id>
44+
<id>nonJDK7</id>
4545
<activation>
46-
<jdk>[8,)</jdk>
46+
<jdk>[1.8,)</jdk>
4747
</activation>
4848
<modules>
4949
<module>jsonb</module>

0 commit comments

Comments
 (0)
Please sign in to comment.