Skip to content

Commit

Permalink
⬆️ upgrade plugin in template
Browse files Browse the repository at this point in the history
* scalatest-maven-plugin 2.0.0
* maven-surefire-plugin 2.21.0
* scala-maven-plugin 3.3.2
  • Loading branch information
davidB committed May 13, 2018
1 parent c21017f commit 836bb32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/archetype-resources/pom.xml
Expand Up @@ -66,7 +66,7 @@
<!-- see http://davidb.github.com/scala-maven-plugin -->
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.2</version>
<executions>
<execution>
<goals>
Expand All @@ -85,7 +85,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>2.21.0</version>
<configuration>
<!-- Tests will be run with scalatest-maven-plugin instead -->
<skipTests>true</skipTests>
Expand All @@ -94,7 +94,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>1.0</version>
<version>2.0.0</version>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
Expand Down

0 comments on commit 836bb32

Please sign in to comment.