Skip to content
Open
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/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-maven: "4.0.0-rc-4" # Maven version for fail-fast-build
maven-matrix: '[ "4.0.0-rc-4" ]'
ff-maven: "4.0.0-rc-5" # Maven version for fail-fast-build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it as rc5 is default now

maven-matrix: '[ "4.0.0-rc-5" ]'
jdk-matrix: '[ "17", "21" ]'
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ under the License.
</distributionManagement>

<properties>
<mavenVersion>4.0.0-rc-4</mavenVersion>
<mavenVersion>4.0.0-rc-5</mavenVersion>
<javaVersion>17</javaVersion>

<guiceVersion>6.0.0</guiceVersion>
Expand All @@ -87,6 +87,7 @@ under the License.

<project.build.outputTimestamp>2024-06-26T08:24:00Z</project.build.outputTimestamp>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<version.palantirJavaFormat>2.81.0</version.palantirJavaFormat>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/it/user-filters/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

invoker.systemPropertiesFile = test.properties
invoker.userPropertiesFile = test.properties
Loading