mirror of
https://github.com/github/codeql.git
synced 2026-05-30 11:01:24 +02:00
15 lines
416 B
XML
15 lines
416 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.example</groupId>
|
|
<artifactId>maven-multimodule-test-java-version</artifactId>
|
|
<version>1.0</version>
|
|
</parent>
|
|
<artifactId>test-module</artifactId>
|
|
|
|
<properties>
|
|
<maven.compiler.release>21</maven.compiler.release>
|
|
</properties>
|
|
</project>
|