Repository: maven-plugin-testing Updated Branches: refs/heads/master bc3583495 -> 5f2f3a23b
[maven-release-plugin] prepare release maven-plugin-testing-3.2.0 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/5f2f3a23 Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/5f2f3a23 Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/5f2f3a23 Branch: refs/heads/master Commit: 5f2f3a23b62bf1cc2465c94b173700ee557edc5a Parents: bc35834 Author: Igor Fedorenko <ifedore...@apache.org> Authored: Tue Jul 8 06:21:27 2014 -0400 Committer: Igor Fedorenko <ifedore...@apache.org> Committed: Tue Jul 8 06:21:27 2014 -0400 ---------------------------------------------------------------------- maven-plugin-testing-harness/pom.xml | 2 +- maven-plugin-testing-tools/pom.xml | 2 +- maven-test-tools/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/5f2f3a23/maven-plugin-testing-harness/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 79fe096..a5b9f6c 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.0-SNAPSHOT</version> + <version>3.2.0</version> </parent> <artifactId>maven-plugin-testing-harness</artifactId> http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/5f2f3a23/maven-plugin-testing-tools/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin-testing-tools/pom.xml b/maven-plugin-testing-tools/pom.xml index c19d22b..e5f857a 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.0-SNAPSHOT</version> + <version>3.2.0</version> </parent> <artifactId>maven-plugin-testing-tools</artifactId> http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/5f2f3a23/maven-test-tools/pom.xml ---------------------------------------------------------------------- diff --git a/maven-test-tools/pom.xml b/maven-test-tools/pom.xml index 33290ee..1a50aa5 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.0-SNAPSHOT</version> + <version>3.2.0</version> </parent> <artifactId>maven-test-tools</artifactId> http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/5f2f3a23/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1cbd03c..f668b78 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.0-SNAPSHOT</version> + <version>3.2.0</version> <packaging>pom</packaging> <name>Maven Plugin Testing</name> @@ -127,7 +127,7 @@ under the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</developerConnection> <url>https://github.com/apache/maven-plugin-testing/</url> - <tag>master</tag> + <tag>maven-plugin-testing-3.2.0</tag> </scm> <issueManagement> <system>jira</system>