You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2013/10/31 14:47:40 UTC

git commit: MNG-5530 fixed wrong test plugin groupId

Updated Branches:
  refs/heads/master 2fbb5dde0 -> feb059de9


MNG-5530 fixed wrong test plugin groupId

Signed-off-by: Igor Fedorenko <ig...@ifedorenko.com>


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/feb059de
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/feb059de
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/feb059de

Branch: refs/heads/master
Commit: feb059de9f68e4f32eb55bd89a6a94151e372b1a
Parents: 2fbb5dd
Author: Igor Fedorenko <ig...@ifedorenko.com>
Authored: Thu Oct 31 09:47:16 2013 -0400
Committer: Igor Fedorenko <ig...@ifedorenko.com>
Committed: Thu Oct 31 09:47:16 2013 -0400

----------------------------------------------------------------------
 .../mng5530-mojo-execution-scope-basic/pom.xml                     | 2 +-
 .../mng5530-mojo-execution-scope-plugin/pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/feb059de/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-basic/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-basic/pom.xml b/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-basic/pom.xml
index 025d0b5..b17233d 100644
--- a/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-basic/pom.xml
+++ b/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-basic/pom.xml
@@ -31,7 +31,7 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>io.tesla.its.mojoexecutionscope</groupId>
+        <groupId>org.apache.maven.its.mng5530.mojoexecutionscope</groupId>
         <artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
         <version>0.1</version>
         <extensions>true</extensions>

http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/feb059de/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-plugin/pom.xml b/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-plugin/pom.xml
index b9f935b..61c0643 100644
--- a/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng5530-mojo-execution-scope/mng5530-mojo-execution-scope-plugin/pom.xml
@@ -23,7 +23,7 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>io.tesla.its.mojoexecutionscope</groupId>
+  <groupId>org.apache.maven.its.mng5530.mojoexecutionscope</groupId>
   <artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
   <version>0.1</version>
   <packaging>maven-plugin</packaging>