Skip to content

Commit

Permalink
Upgrade maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Nov 4, 2020
1 parent eb61f15 commit 19a9174
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

<!-- Test -->
<assertj.version>3.18.0</assertj.version>
<jacoco.version>0.8.2</jacoco.version>
<json-path.version>2.4.0</json-path.version>
<mockito.version>3.6.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
Expand All @@ -68,15 +67,16 @@

<!-- Maven plugins -->
<jetty-maven-plugin.version>9.4.24.v20191120</jetty-maven-plugin.version>
<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
<jacoco-maven-plugin>0.8.6</jacoco-maven-plugin>

<!-- Docker image -->
<docker.jib-maven-plugin.version>1.7.0</docker.jib-maven-plugin.version>
<docker.jib-maven-plugin.version>2.6.0</docker.jib-maven-plugin.version>
<docker.image.prefix>springcommunity</docker.image.prefix>

</properties>
Expand Down Expand Up @@ -377,7 +377,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<version>${jacoco-maven-plugin}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 19a9174

Please sign in to comment.