Skip to content

Commit dfdf247

Browse files
committed
Updated release version to 2.2.0, and maven core and plugin API version to 3.8.6.
1 parent e87a770 commit dfdf247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.scalatest</groupId>
1414
<artifactId>scalatest-maven-plugin</artifactId>
1515
<packaging>maven-plugin</packaging>
16-
<version>2.1.0</version>
16+
<version>2.2.0</version>
1717
<name>ScalaTest Maven Plugin</name>
1818
<description>Integrates ScalaTest into Maven</description>
1919
<url>https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin</url>
@@ -32,8 +32,8 @@
3232
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
3333
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
3434
<maven.project.info.reports.plugin.version>2.9</maven.project.info.reports.plugin.version>
35-
<maven.plugin.api.version>3.3.9</maven.plugin.api.version>
36-
<maven.core.version>3.3.9</maven.core.version>
35+
<maven.plugin.api.version>3.8.6</maven.plugin.api.version>
36+
<maven.core.version>3.8.6</maven.core.version>
3737
<junit.version>4.12</junit.version>
3838
<maven.reporting.api.version>3.0</maven.reporting.api.version>
3939
<maven.enforcer.plugin.version>1.4.1</maven.enforcer.plugin.version>

0 commit comments

Comments
 (0)