Repository: cxf-build-utils Updated Branches: refs/heads/master d20d2fb4f -> fbdda74dd
[maven-release-plugin] prepare for next development iteration 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/fbdda74d Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/fbdda74d Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/fbdda74d Branch: refs/heads/master Commit: fbdda74dde143f4cfde4421944181d5e5aa7f0e5 Parents: d20d2fb Author: Daniel Kulp <[email protected]> Authored: Wed Jul 2 11:18:08 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jul 2 11:18:08 2014 -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/fbdda74d/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 83944fa..ad0bb5a 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.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/fbdda74d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3095f9b..10f8891 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.0</version> + <version>3.0.1-SNAPSHOT</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>cxf-build-utils-3.0.0</tag> + <tag>HEAD</tag> </scm> <mailingLists> <mailingList> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/fbdda74d/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index e397f68..a5efdc5 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.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/fbdda74d/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index 97365e1..7cb8563 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.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
