Skip to content

Commit

Permalink
Merge branch 'master' into style
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jun 14, 2017
2 parents e4c79fa + 412adbb commit cc1c611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
<gogo.jline.version>1.0.6</gogo.jline.version>
<slf4j.version>1.7.21</slf4j.version>

<surefire.argLine />
<surefire.argLine/>
</properties>

<prerequisites>
<maven>2.2.1</maven>
<maven>3.5.0</maven>
</prerequisites>

<repositories>
Expand Down Expand Up @@ -259,7 +259,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.11</version>
<version>3.0</version>
<configuration>
<encoding>UTF-8</encoding>
<strictCheck>true</strictCheck>
Expand Down Expand Up @@ -353,7 +353,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.20</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>${surefire.argLine}</argLine>
Expand Down

0 comments on commit cc1c611

Please sign in to comment.