Skip to content

Commit

Permalink
Specify kotlin-maven-plugin version for plugin management
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze authored and snicoll committed Oct 27, 2017
1 parent baffecd commit 605ede8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3024,6 +3024,11 @@
<artifactId>flyway-maven-plugin</artifactId>
<version>${flyway.version}</version>
</plugin>
<plugin>
<groupId>kotlin-maven-plugin</groupId>
<artifactId>org.jetbrains.kotlin</artifactId>
<version>${kotlin.version}</version>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down

0 comments on commit 605ede8

Please sign in to comment.