Skip to content

Commit a086a06

Browse files
committed
use java 17
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 32f2a12 commit a086a06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ under the License.
6666
</modules>
6767

6868
<properties>
69-
<maven.compiler.source>11</maven.compiler.source>
70-
<maven.compiler.target>11</maven.compiler.target>
69+
<maven.compiler.source>17</maven.compiler.source>
70+
<maven.compiler.target>17</maven.compiler.target>
7171
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
7272
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
7373
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
@@ -166,7 +166,7 @@ under the License.
166166
</dependency>
167167
</dependencies>
168168
</dependencyManagement>
169-
169+
170170
<profiles>
171171
<!--
172172
We're reusing the apache-release build profile defined in the Apache Parent POM,

0 commit comments

Comments
 (0)