Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weld Parent
release:
current-version: 54
next-version: 55-SNAPSHOT
current-version: 55
next-version: 56-SNAPSHOT
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<!-- Suppress strict JavaDoc validation -->
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
<javadoc.doclint>-Xdoclint:none</javadoc.doclint>
<!-- Default javadoc source version, should be overriden by project if needed -->
<javadoc.source>11</javadoc.source>

<!-- This information is not entirely correct -->
<!-- See also https://issues.jboss.org/browse/WELD-2016 -->
Expand Down Expand Up @@ -243,7 +245,7 @@
<additionalOptions>
<additionalOption>${javadoc.doclint}</additionalOption>
</additionalOptions>
<source>11</source>
<source>${javadoc.source}</source>
</configuration>
</plugin>
<plugin>
Expand Down
Loading