Skip to content

Commit 832678c

Browse files
committed
prepare for v2.0.2 release
1 parent 54b78c0 commit 832678c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ target/
66
# IDE files
77
.idea/
88
*.iml
9+
10+
pom.xml.asc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To use the ScalaTest Maven plugin, you need to disable SureFire and enable Scala
4040
<plugin>
4141
<groupId>org.scalatest</groupId>
4242
<artifactId>scalatest-maven-plugin</artifactId>
43-
<version>2.0.0</version>
43+
<version>2.0.2</version>
4444
<configuration>
4545
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
4646
<junitxml>.</junitxml>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.scalatest</groupId>
1212
<artifactId>scalatest-maven-plugin</artifactId>
1313
<packaging>maven-plugin</packaging>
14-
<version>2.0.1-SNAPSHOT</version>
14+
<version>2.0.2</version>
1515
<name>ScalaTest Maven Plugin</name>
1616
<description>Integrates ScalaTest into Maven</description>
1717

0 commit comments

Comments
 (0)