Skip to content

Commit

Permalink
fix:(plugins) use a better version of maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveroldfield committed Jan 4, 2019
1 parent 9f7fa7a commit 8ccfe3f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version></plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M1</version></plugin>
</plugins>
</build>

</project>

0 comments on commit 8ccfe3f

Please sign in to comment.