This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/master by this push:
     new c7aefd8  [maven-release-plugin] prepare for next development iteration
c7aefd8 is described below

commit c7aefd8477f51bdd6b55799dfca5a35f96aa8983
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Jun 8 15:45:51 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 bundle/pom.xml           | 2 +-
 bval-extras/pom.xml      | 2 +-
 bval-jsr/pom.xml         | 2 +-
 bval-perf/pom.xml        | 2 +-
 bval-tck-jakarta/pom.xml | 2 +-
 bval-tck/pom.xml         | 2 +-
 pom.xml                  | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bundle/pom.xml b/bundle/pom.xml
index 937ad11..ed55e1f 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-parent</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
 
     <!-- use fully qualified naming for OSGi bundles -->
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index d2d0274..21d360d 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>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>bval-extras</artifactId>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index c754462..46912cb 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>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>bval-jsr</artifactId>
diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml
index a610c97..8907b04 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>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
   </parent>
 
   <artifactId>bval-perf</artifactId>
diff --git a/bval-tck-jakarta/pom.xml b/bval-tck-jakarta/pom.xml
index 411ffdd..d626c9e 100644
--- a/bval-tck-jakarta/pom.xml
+++ b/bval-tck-jakarta/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-parent</artifactId>
-        <version>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>bval-tck-jakarta-runner</artifactId>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index dde09a1..4ac02e7 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>2.0.6</version>
+        <version>2.0.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>bval-tck-runner</artifactId>
diff --git a/pom.xml b/pom.xml
index 87b22b2..d200c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <artifactId>bval-parent</artifactId>
     <name>Apache BVal :: bval-parent (Parent POM)</name>
     <packaging>pom</packaging>
-    <version>2.0.6</version>
+    <version>2.0.7-SNAPSHOT</version>
 
     <description>Apache BVal parent pom</description>
 
@@ -57,7 +57,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>2.0.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <mailingLists>

Reply via email to