Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nirkoren authored Oct 10, 2019
1 parent e20a27b commit 50315b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,9 @@

<properties>
<finalWarName>helloworld</finalWarName>
<javaVersion>1.8</javaVersion>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${javaVersion}</source>
<target>${javaVersion}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit 50315b7

Please sign in to comment.