Skip to content

Commit

Permalink
Merge pull request #44 from diging/develop
Browse files Browse the repository at this point in the history
Updated to Java 11
  • Loading branch information
jdamerow authored Nov 17, 2024
2 parents 55da1a8 + ceb8d5a commit ad1b318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cepheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.3.2</version>
<configuration>
<webResources>
<resource>
Expand All @@ -329,8 +329,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ad1b318

Please sign in to comment.