We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0f910 commit 95145cdCopy full SHA for 95145cd
pom.xml
@@ -10,7 +10,7 @@
10
<parent>
11
<groupId>org.jboss.weld</groupId>
12
<artifactId>weld-parent</artifactId>
13
- <version>55</version>
+ <version>56</version>
14
</parent>
15
16
@@ -30,6 +30,9 @@
30
<!-- Should be equal to the newest Java version for which sources exist -->
31
<jdk.min.version>17</jdk.min.version>
32
33
+ <!-- Javadoc source version -->
34
+ <javadoc.source>17</javadoc.source>
35
+
36
<build.timestamp>${maven.build.timestamp}</build.timestamp>
37
38
<!-- Only initialized in JDK 9 profile to provide extra CMD args to surefire -->
0 commit comments