From 4154b143be7822e0d48b9eccf1adcdb33810707d Mon Sep 17 00:00:00 2001 From: "Mark \"Justin\" Waks" Date: Thu, 18 May 2017 14:43:58 -0400 Subject: [PATCH] Fixed two warnings caused by a line of out-of-date Javadoc, and one caused by a version mismatch. Removed the -SNAPSHOT -- I think after this we're ready to release. --- pom.xml | 4 ++-- .../java/org/scalatest/tools/maven/AbstractScalaTestMojo.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0f0b10d..0631398 100644 --- a/pom.xml +++ b/pom.xml @@ -11,13 +11,13 @@ org.scalatest scalatest-maven-plugin maven-plugin - 2.0.0-SNAPSHOT + 2.0.0 ScalaTest Maven Plugin Integrates ScalaTest into Maven 2.11 - 7 + 8 ${scala.major.version}.${scala.minor.version} 3.0.1 UTF-8 diff --git a/src/main/java/org/scalatest/tools/maven/AbstractScalaTestMojo.java b/src/main/java/org/scalatest/tools/maven/AbstractScalaTestMojo.java index b576678..033e771 100644 --- a/src/main/java/org/scalatest/tools/maven/AbstractScalaTestMojo.java +++ b/src/main/java/org/scalatest/tools/maven/AbstractScalaTestMojo.java @@ -230,7 +230,7 @@ abstract class AbstractScalaTestMojo extends AbstractMojo { /** * Span scale factor. * - * @parameter expression="${spanScaleFactor}" + * @parameter property="spanScaleFactor" */ double spanScaleFactor = 1.0;