Tweaks to Maven files.

This commit is contained in:
James Quinley
2023-06-23 23:11:56 -07:00
parent 3f7369efcf
commit cea15612da
4 changed files with 30 additions and 31 deletions

18
pom.xml
View File

@ -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>