Skip to content

Commit

Permalink
Fixed #93 - Upgraded maven-compiler-plugin: 3.7.0 instead of 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Sep 11, 2017
1 parent 2de7c3e commit 3d9745e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

Contrast-Finder 0.8.2, 2017-08-xx
Contrast-Finder 0.8.2, 2017-09-xx
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat
Expand All @@ -12,7 +12,7 @@ none
none

### Outdated dependencies
none
- [#93 - Upgraded maven-compiler-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/93)

### Bug
none
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit 3d9745e

Please sign in to comment.