This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch bval-3.0.1-release in repository https://gitbox.apache.org/repos/asf/bval.git
commit 4086b1d8ffad9488608eecc8d36e4addc639cb54 Author: Markus Jung <[email protected]> AuthorDate: Sat Jul 13 18:53:17 2024 +0200 [maven-release-plugin] prepare for next development iteration --- bval-bundle/pom.xml | 2 +- bval-extras/pom.xml | 2 +- bval-jsr/pom.xml | 2 +- bval-perf/pom.xml | 2 +- bval-tck/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bval-bundle/pom.xml b/bval-bundle/pom.xml index 84c7ecd..8453982 100644 --- a/bval-bundle/pom.xml +++ b/bval-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> </parent> <!-- use fully qualified naming for OSGi bundles --> diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml index 8b47d39..f1ac423 100644 --- a/bval-extras/pom.xml +++ b/bval-extras/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> </parent> <artifactId>bval-extras</artifactId> diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml index 4a4098f..55c5c63 100644 --- a/bval-jsr/pom.xml +++ b/bval-jsr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> </parent> <artifactId>bval-jsr</artifactId> diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml index 1ba4b67..a28c96c 100644 --- a/bval-perf/pom.xml +++ b/bval-perf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> </parent> <artifactId>bval-perf</artifactId> diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml index ec64eb0..8a0b9d5 100644 --- a/bval-tck/pom.xml +++ b/bval-tck/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> </parent> <artifactId>bval-tck</artifactId> diff --git a/pom.xml b/pom.xml index 43640e6..f57ff48 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <artifactId>bval-parent</artifactId> <name>Apache BVal</name> <packaging>pom</packaging> - <version>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> <description>Apache BVal parent pom</description> @@ -56,7 +56,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/bval</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/bval</developerConnection> <url>http://gitbox.apache.org/repos/asf/bval</url> - <tag>3.0.1</tag> + <tag>HEAD</tag> </scm> <mailingLists>
