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 2015/03/22 13:45:58 UTC

maven-integration-testing git commit: update dependency from 3.3.0-SNAPSHOT to 3.3.1 release

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 008c783f9 -> 0ab6469c2


update dependency from 3.3.0-SNAPSHOT to 3.3.1 release

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/0ab6469c
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/0ab6469c
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/0ab6469c

Branch: refs/heads/master
Commit: 0ab6469c2843ef61ac007a32708707598559cbe0
Parents: 008c783
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Mar 22 13:45:50 2015 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Mar 22 13:45:50 2015 +0100

----------------------------------------------------------------------
 .../it/MavenITmng5753CustomMojoExecutionConfiguratorTest.java    | 2 +-
 .../mng-5753-custom-mojo-execution-configurator/plugin/pom.xml   | 4 ++--
 .../mng-5753-custom-mojo-execution-configurator/project/pom.xml  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0ab6469c/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.java
index cc73063..1f520dc 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5753CustomMojoExecutionConfiguratorTest.java
@@ -30,7 +30,7 @@ public class MavenITmng5753CustomMojoExecutionConfiguratorTest
 
     public MavenITmng5753CustomMojoExecutionConfiguratorTest()
     {
-        super( "[3.2.6-SNAPSHOT,)" );
+        super( "[3.3.0-alpha,)" );
     }
 
     public void testCustomMojoExecutionConfigurator()

http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0ab6469c/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/plugin/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/plugin/pom.xml b/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/plugin/pom.xml
index 9c8b14e..68f907a 100644
--- a/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/plugin/pom.xml
@@ -20,7 +20,7 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>mng-5753-custom-mojo-execution-configurator</groupId>
@@ -29,7 +29,7 @@ under the License.
   <packaging>maven-plugin</packaging>
 
   <properties>
-    <maven-version>3.3.0-SNAPSHOT</maven-version>
+    <maven-version>3.3.1</maven-version>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0ab6469c/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/project/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/project/pom.xml b/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/project/pom.xml
index c4fca0b..8e84a1e 100644
--- a/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/project/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5753-custom-mojo-execution-configurator/project/pom.xml
@@ -20,7 +20,7 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>mng-5753-custom-mojo-execution-configurator</groupId>