Repository: maven-plugin-testing Updated Branches: refs/heads/master 08cbd1847 -> 6bf55326a
MPLUGINTESTING-44 version 3.3.0 to signify maven 3.2.4+ requirement Signed-off-by: Igor Fedorenko <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/commit/6bf55326 Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/6bf55326 Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/6bf55326 Branch: refs/heads/master Commit: 6bf55326ace4a78c49be055a571a2b6b399e7407 Parents: 65c2885 Author: Igor Fedorenko <[email protected]> Authored: Mon Nov 17 10:22:39 2014 -0500 Committer: Igor Fedorenko <[email protected]> Committed: Mon Nov 17 10:51:14 2014 -0500 ---------------------------------------------------------------------- maven-plugin-testing-harness/pom.xml | 2 +- maven-plugin-testing-tools/pom.xml | 2 +- maven-test-tools/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/6bf55326/maven-plugin-testing-harness/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 3acd286..a839c39 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> </parent> <artifactId>maven-plugin-testing-harness</artifactId> http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/6bf55326/maven-plugin-testing-tools/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin-testing-tools/pom.xml b/maven-plugin-testing-tools/pom.xml index 6253222..8eeff51 100644 --- a/maven-plugin-testing-tools/pom.xml +++ b/maven-plugin-testing-tools/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> </parent> <artifactId>maven-plugin-testing-tools</artifactId> http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/6bf55326/maven-test-tools/pom.xml ---------------------------------------------------------------------- diff --git a/maven-test-tools/pom.xml b/maven-test-tools/pom.xml index cea161f..7f215d8 100644 --- a/maven-test-tools/pom.xml +++ b/maven-test-tools/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> </parent> <artifactId>maven-test-tools</artifactId> http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/6bf55326/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a0172a..b2f8524 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Maven Plugin Testing</name>
