This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch mainr in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
commit f3f3cdbfc3576e7c390176d93ef30dcc7b2e1988 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Mon May 23 07:48:57 2022 +0100 [maven-release-plugin] prepare for next development iteration --- buildtools/pom.xml | 2 +- pom.xml | 4 ++-- xml2fastinfoset-plugin/pom.xml | 2 +- xml2fastinfoset-test/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buildtools/pom.xml b/buildtools/pom.xml index d179c56..2ce8b34 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>4.0.0</version> + <version>4.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 8dcf164..b43e061 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>4.0.0</version> + <version>4.0.1-SNAPSHOT</version> <name>Apache CXF Build Utilities</name> <url>https://cxf.apache.org</url> <packaging>pom</packaging> @@ -47,7 +47,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</developerConnection> - <tag>cxf-build-utils-4.0.0</tag> + <tag>HEAD</tag> </scm> <mailingLists> <mailingList> diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml index aff4d8e..f2ceb01 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>4.0.0</version> + <version>4.0.1-SNAPSHOT</version> </parent> diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml index b65a304..39eb2ab 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>4.0.0</version> + <version>4.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
