You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:15 UTC

[maven-acr-plugin] 16/33: [MACR-20] Upgrade maven-plugin-testing-harness to 1.3

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-acr-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git

commit bda3e1ea21281ebc325a9f236fe3676fd0e8cbff
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Nov 23 16:25:55 2014 +0000

    [MACR-20] Upgrade maven-plugin-testing-harness to 1.3
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-acr-plugin@1641215 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b3c6eb..7d0809e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,9 +124,9 @@ under the License.
       <version>2.2</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.1</version>
+      <version>1.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.