Skip to content

Commit f5c4924

Browse files
committed
Increase JDK version in Maven profiles
1 parent 75ae05c commit f5c4924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opengrok-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<profile>
137137
<id>java9plus</id>
138138
<activation>
139-
<jdk>[9,10]</jdk>
139+
<jdk>[9,11]</jdk>
140140
</activation>
141141
<build>
142142
<plugins>

suggester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<profile>
109109
<id>java9plus</id>
110110
<activation>
111-
<jdk>[9,10]</jdk>
111+
<jdk>[9,11]</jdk>
112112
</activation>
113113
<build>
114114
<plugins>

0 commit comments

Comments
 (0)