We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc4a35 commit 1818f2cCopy full SHA for 1818f2c
1 file changed
pom.xml
@@ -23,7 +23,7 @@ under the License.
23
<parent>
24
<groupId>org.apache.maven</groupId>
25
<artifactId>maven-parent</artifactId>
26
- <version>41</version>
+ <version>42</version>
27
<relativePath />
28
</parent>
29
@@ -65,9 +65,9 @@ under the License.
65
66
<properties>
67
<surefire.version>3.2.1</surefire.version>
68
- <mavenVersion>4.0.0-alpha-13-SNAPSHOT</mavenVersion>
+ <mavenVersion>4.0.0-alpha-13</mavenVersion>
69
<maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
70
- <javaVersion>8</javaVersion>
+ <javaVersion>17</javaVersion>
71
<project.build.outputTimestamp>2023-11-07T21:58:12Z</project.build.outputTimestamp>
72
</properties>
73
0 commit comments