Skip to content

Commit 1818f2c

Browse files
committed
Fix build
1 parent 1cc4a35 commit 1818f2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929

@@ -65,9 +65,9 @@ under the License.
6565

6666
<properties>
6767
<surefire.version>3.2.1</surefire.version>
68-
<mavenVersion>4.0.0-alpha-13-SNAPSHOT</mavenVersion>
68+
<mavenVersion>4.0.0-alpha-13</mavenVersion>
6969
<maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
70-
<javaVersion>8</javaVersion>
70+
<javaVersion>17</javaVersion>
7171
<project.build.outputTimestamp>2023-11-07T21:58:12Z</project.build.outputTimestamp>
7272
</properties>
7373

0 commit comments

Comments
 (0)