Skip to content

Commit

Permalink
Fixed #93 - Upgraded maven-dependency-plugin + maven-surefire-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Sep 23, 2017
1 parent 213ebca commit 8bf02c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ none
none

### Outdated dependencies
- [#93 - Upgraded maven-compiler-plugin (3.7.0 instead of 3.6.*)](https://github.com/Asqatasun/Contrast-Finder/issues/93)
- [#93 - Upgraded maven-*-plugin (dependency, surefire and compiler)](https://github.com/Asqatasun/Contrast-Finder/issues/93)
- [#94 - Upgraded SpringFramework (4.3.11 instead of 4.3.10)](https://github.com/Asqatasun/Contrast-Finder/issues/94)

### Bug
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.20.1</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down

0 comments on commit 8bf02c5

Please sign in to comment.