Skip to content

Commit

Permalink
Set Maven plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Apr 7, 2017
1 parent 2f96bcf commit e4f5526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -75,6 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<includes>
<include>io/pivotal/literx/*.java</include>
Expand Down

0 comments on commit e4f5526

Please sign in to comment.