Repository: cxf-build-utils Updated Branches: refs/heads/master 17648e286 -> 72aa65960
[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/72aa6596 Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/72aa6596 Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/72aa6596 Branch: refs/heads/master Commit: 72aa659608eefabe4afbddd3ea6a928ec7232320 Parents: 17648e2 Author: Daniel Kulp <[email protected]> Authored: Fri May 1 11:26:54 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 1 11:26:54 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/72aa6596/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 603dd44..e0af243 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.1.0</version> + <version>3.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/72aa6596/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 85723e2..6ffd587 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.1.0</version> + <version>3.1.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.1.0</tag> + <tag>HEAD</tag> </scm> <mailingLists> <mailingList> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/72aa6596/xml2fastinfoset-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index 0d4c61a..5045150 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.1.0</version> + <version>3.1.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/72aa6596/xml2fastinfoset-test/pom.xml ---------------------------------------------------------------------- diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index ed4f988..26ecdc8 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.1.0</version> + <version>3.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
