Skip to content

Commit b415a36

Browse files
committed
Upgrade to Maven 4.0.0-rc-3
1 parent 0407d05 commit b415a36

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ limitations under the License.
4949

5050
<properties>
5151
<project.build.outputTimestamp>2023-12-13T20:00:19Z</project.build.outputTimestamp>
52+
<javaVersion>17</javaVersion>
53+
<maven.compiler.release>${javaVersion}</maven.compiler.release>
5254
</properties>
5355

5456
<dependencies>
5557
<dependency>
5658
<groupId>org.apache.maven</groupId>
57-
<artifactId>maven-xml-impl</artifactId>
58-
<version>4.0.0-alpha-9</version>
59+
<artifactId>maven-xml</artifactId>
60+
<version>4.0.0-rc-3</version>
5961
<exclusions>
6062
<exclusion>
6163
<groupId>org.eclipse.sisu</groupId>

0 commit comments

Comments
 (0)