Skip to content

Commit

Permalink
Update the version of the maven plugin #514 (#515)
Browse files Browse the repository at this point in the history
(cherry picked from commit bac8404)
  • Loading branch information
btootomoyuk committed Jan 20, 2021
1 parent 70fa5ec commit d740c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@
</dependencyManagement>
<properties>
<!-- == Maven Plugin Versions == -->
<maven-war-plugin.version>2.5</maven-war-plugin.version>
<org.codehaus.mojo.build-helper-maven-plugin.version>1.9.1</org.codehaus.mojo.build-helper-maven-plugin.version>
<maven-failsafe-plugin.version>2.19</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
<org.codehaus.mojo.build-helper-maven-plugin.version>3.2.0</org.codehaus.mojo.build-helper-maven-plugin.version>
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<!-- == Dependency Versions == -->
<postgresql.version>42.2.9</postgresql.version>
<ojdbc.version>19.3.0.0</ojdbc.version>
Expand Down

0 comments on commit d740c4e

Please sign in to comment.