Repository: cxf-build-utils Updated Branches: refs/heads/master 2466c219e -> 637c21caf
[maven-release-plugin] prepare release cxf-build-utils-3.2.1 Project: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/commit/637c21ca Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/637c21ca Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/637c21ca Branch: refs/heads/master Commit: 637c21caff592ab5e81f67cfca9208ef90b1a865 Parents: 2466c21 Author: Christian Schneider <[email protected]> Authored: Tue Jul 5 10:20:21 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue Jul 5 10:20:21 2016 +0200 ---------------------------------------------------------------------- buildtools/pom.xml | 2 +- pom.xml | 4 ++-- xml2fastinfoset-plugin/pom.xml | 2 +- xml2fastinfoset-test/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/637c21ca/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 50f038f..592fbb2 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.2-SNAPSHOT</version> + <version>3.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/637c21ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 56d4c7d..abc1acf 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.2-SNAPSHOT</version> + <version>3.2.1</version> <name>Apache CXF Build Utilities</name> <url>http://cxf.apache.org</url> <packaging>pom</packaging> @@ -47,7 +47,7 @@ <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-build-utils.git</developerConnection> - <tag>HEAD</tag> + <tag>cxf-build-utils-3.2.1</tag> </scm> <mailingLists> <mailingList> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/637c21ca/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index 9d0066f..9e86a83 100644 --- a/xml2fastinfoset-plugin/pom.xml +++ b/xml2fastinfoset-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.2-SNAPSHOT</version> + <version>3.2.1</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/637c21ca/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index 9007a5b..6af5f63 100644 --- a/xml2fastinfoset-test/pom.xml +++ b/xml2fastinfoset-test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-build-utils</artifactId> - <version>3.2.2-SNAPSHOT</version> + <version>3.2.1</version> </parent> <modelVersion>4.0.0</modelVersion>
