Repository: cxf-build-utils Updated Branches: refs/heads/master bd64ac5b4 -> d20d2fb4f
[maven-release-plugin] prepare release cxf-build-utils-3.0.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/d20d2fb4 Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/d20d2fb4 Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/d20d2fb4 Branch: refs/heads/master Commit: d20d2fb4f8bfec25bdfb30da757c840c0a411c3b Parents: bd64ac5 Author: Daniel Kulp <[email protected]> Authored: Wed Jul 2 11:18:02 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jul 2 11:18:02 2014 -0400 ---------------------------------------------------------------------- buildtools/pom.xml | 2 +- pom.xml | 5 +++-- xml2fastinfoset-plugin/pom.xml | 2 +- xml2fastinfoset-test/pom.xml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/d20d2fb4/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 1bd0556..83944fa 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>2.6.1-SNAPSHOT</version> + <version>3.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/d20d2fb4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03f5065..3095f9b 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>2.6.1-SNAPSHOT</version> + <version>3.0.0</version> <name>Apache CXF Build Utilities</name> <url>http://cxf.apache.org</url> <packaging>pom</packaging> @@ -47,7 +47,8 @@ <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> - </scm> + <tag>cxf-build-utils-3.0.0</tag> + </scm> <mailingLists> <mailingList> <name>Apache CXF User List</name> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/d20d2fb4/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index fa463a6..e397f68 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>2.6.1-SNAPSHOT</version> + <version>3.0.0</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/d20d2fb4/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index cbcd7bc..97365e1 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>2.6.1-SNAPSHOT</version> + <version>3.0.0</version> </parent> <modelVersion>4.0.0</modelVersion>
