Repository: cxf-build-utils Updated Branches: refs/heads/master af0066455 -> 17648e286
[maven-release-plugin] prepare release cxf-build-utils-3.1.0 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/17648e28 Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/17648e28 Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/17648e28 Branch: refs/heads/master Commit: 17648e286827aaaca40730de18788fe985e2375c Parents: af00664 Author: Daniel Kulp <[email protected]> Authored: Fri May 1 11:26:48 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 1 11:26:48 2015 -0400 ---------------------------------------------------------------------- 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/17648e28/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index ad0bb5a..603dd44 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.0.1-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/17648e28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 10f8891..85723e2 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.0.1-SNAPSHOT</version> + <version>3.1.0</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.1.0</tag> </scm> <mailingLists> <mailingList> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/17648e28/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index a5efdc5..0d4c61a 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.0.1-SNAPSHOT</version> + <version>3.1.0</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/17648e28/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index 7cb8563..ed4f988 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.0.1-SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion>
