Skip to content

Commit 95145cd

Browse files
committed
Update Parent, set javadoc source version to 17
1 parent 6c0f910 commit 95145cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.jboss.weld</groupId>
1212
<artifactId>weld-parent</artifactId>
13-
<version>55</version>
13+
<version>56</version>
1414
</parent>
1515

1616

@@ -30,6 +30,9 @@
3030
<!-- Should be equal to the newest Java version for which sources exist -->
3131
<jdk.min.version>17</jdk.min.version>
3232

33+
<!-- Javadoc source version -->
34+
<javadoc.source>17</javadoc.source>
35+
3336
<build.timestamp>${maven.build.timestamp}</build.timestamp>
3437

3538
<!-- Only initialized in JDK 9 profile to provide extra CMD args to surefire -->

0 commit comments

Comments
 (0)