Skip to content

Commit

Permalink
Upgrade maven from 3.5.2 to 3.6.1. Upgrade maven plugins:
Browse files Browse the repository at this point in the history
- Bump jacoco-maven-plugin from 0.8.2 to 0.8.4
- Bump scala-maven-plugin from 3.2.2 to 4.0.2
- Bump maven-source-plugin from 3.0.1 to 3.1.0
- Bump maven-checkstyle-plugin from 3.0.0 to 3.1.0
- Bump maven-jar-plugin from 3.1.0 to 3.1.2
- Bump maven-surefire-plugin from 2.22.0 to 2.22.2.

Signed-off-by: Craig P. Motlin <[email protected]>
  • Loading branch information
motlin committed Jul 11, 2019
1 parent 6da9c4a commit ed8f792
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty
sudo: false

before_install:
- mvn -N io.takari:maven:wrapper -Dmaven=3.5.2
- mvn -N io.takari:maven:wrapper -Dmaven=3.6.1
- echo "MAVEN_OPTS='-Dmaven.repo.local=$HOME/.m2/repository -Xmx1g -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS'" > ~/.mavenrc

install:
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
<guava.version>25.1-jre</guava.version>
<trove4j.version>3.0.3</trove4j.version>
<checkstyle.version>8.11</checkstyle.version>
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
<findbugs.plugin.version>3.0.5</findbugs.plugin.version>
<jacoco.plugin.version>0.8.2</jacoco.plugin.version>
<jacoco.plugin.version>0.8.4</jacoco.plugin.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -259,7 +259,7 @@

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -289,7 +289,7 @@

<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down Expand Up @@ -347,7 +347,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.2</version>
<version>4.0.2</version>
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
</configuration>
Expand Down Expand Up @@ -377,7 +377,7 @@

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.2</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand Down

0 comments on commit ed8f792

Please sign in to comment.