Tweaks to Maven files.
This commit is contained in:
18
pom.xml
18
pom.xml
@ -5,15 +5,15 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.jamesquinley</groupId>
|
||||
<artifactId>AOTSK-Login-Delegation-Server</artifactId>
|
||||
<artifactId>Matchmaking-Backend-Service</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<name>AOTSK-Login-Delegation-Server</name>
|
||||
<name>Matchmaking Backend Service</name>
|
||||
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@ -157,15 +157,5 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>11</source>
|
||||
<target>11</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user