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
1 change: 0 additions & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ name: Weld Core release
release:
current-version: 6.0.3.Final
next-version: 6.0.4-SNAPSHOT


5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>55</version>
<version>56</version>
</parent>


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

<!-- Javadoc source version -->
<javadoc.source>17</javadoc.source>

<build.timestamp>${maven.build.timestamp}</build.timestamp>

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