Skip to content

Commit

Permalink
Update org.codehaus.mojo:mojo-parent from 74 to 78
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 28, 2024
1 parent 20d77c5 commit 1179df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,3 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.6" ]' # Maven versions matrix for verify builds
matrix-exclude: >
[
{"jdk": "21"}
]
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>74</version>
<version>78</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -75,7 +75,6 @@
</scm>

<properties>
<mavenVersion>3.6.3</mavenVersion>
<project.build.outputTimestamp>2022-09-30T06:33:55Z</project.build.outputTimestamp>
</properties>

Expand Down Expand Up @@ -122,7 +121,7 @@
<!-- tests -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1179df0

Please sign in to comment.