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 dd88336  [maven-release-plugin] prepare release 2.0.6
dd88336 is described below

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

    [maven-release-plugin] prepare release 2.0.6
---
 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 813112a..937ad11 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-SNAPSHOT</version>
+        <version>2.0.6</version>
     </parent>
 
     <!-- use fully qualified naming for OSGi bundles -->
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index 2123a5f..d2d0274 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-SNAPSHOT</version>
+        <version>2.0.6</version>
     </parent>
 
     <artifactId>bval-extras</artifactId>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index b3bf814..c754462 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-SNAPSHOT</version>
+        <version>2.0.6</version>
     </parent>
 
     <artifactId>bval-jsr</artifactId>
diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml
index 9b633db..a610c97 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-SNAPSHOT</version>
+    <version>2.0.6</version>
   </parent>
 
   <artifactId>bval-perf</artifactId>
diff --git a/bval-tck-jakarta/pom.xml b/bval-tck-jakarta/pom.xml
index 1a190c4..411ffdd 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-SNAPSHOT</version>
+        <version>2.0.6</version>
     </parent>
 
     <artifactId>bval-tck-jakarta-runner</artifactId>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 53d99ef..dde09a1 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-SNAPSHOT</version>
+        <version>2.0.6</version>
     </parent>
 
     <artifactId>bval-tck-runner</artifactId>
diff --git a/pom.xml b/pom.xml
index 137fe2f..87b22b2 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-SNAPSHOT</version>
+    <version>2.0.6</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>HEAD</tag>
+        <tag>2.0.6</tag>
     </scm>
 
     <mailingLists>

Reply via email to