Skip to content
Snippets Groups Projects
Commit b569d0bc authored by Scherbaum Maximilian's avatar Scherbaum Maximilian
Browse files

update: changed version number and add release version of java to maven plugin

parent 3d2de55c
No related branches found
No related tags found
3 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development
Pipeline #60010 failed
......@@ -4,7 +4,7 @@
<groupId>de.hdm_stuttgart.battlearena</groupId>
<artifactId>BattleArena</artifactId>
<version>v0.0.1</version>
<version>v0.6.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......@@ -118,6 +118,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<!-- Add the module version -->
<release>17</release> <!-- or any valid Java version -->
</configuration>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment