[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/b4b924c3 Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/b4b924c3 Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/b4b924c3 Branch: refs/heads/master Commit: b4b924c39180fc56357804d3c0ba0b4e2ced168e Parents: eb47b05 Author: Daniel Kulp <[email protected]> Authored: Thu Aug 17 12:53:28 2017 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Aug 17 12:53:28 2017 -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/b4b924c3/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 0874a96..609311b 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.3.0</version> + <version>3.3.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/b4b924c3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7384161..80bf42e 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.3.0</version> + <version>3.3.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.3.0</tag> + <tag>HEAD</tag> </scm> <mailingLists> <mailingList> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/b4b924c3/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index d6d8f02..e5cd8da 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.3.0</version> + <version>3.3.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/b4b924c3/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index ad30eb4..9058ec0 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.3.0</version> + <version>3.3.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
