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 22d0461  [maven-release-plugin] prepare release 3.0.0
22d0461 is described below

commit 22d0461fa18aeacd975c677e806f375bb31ac7cf
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Oct 10 16:09:06 2023 +0200

    [maven-release-plugin] prepare release 3.0.0
---
 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 7c707db..be67e2f 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.0-SNAPSHOT</version>
+        <version>3.0.0</version>
     </parent>
 
     <!-- use fully qualified naming for OSGi bundles -->
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index 5ebd50a..6e129cd 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.0-SNAPSHOT</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>bval-extras</artifactId>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 54418b6..50e953a 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.0-SNAPSHOT</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>bval-jsr</artifactId>
diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml
index 797be4b..41c2965 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.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>bval-perf</artifactId>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 00842cb..0a8dfef 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.0-SNAPSHOT</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>bval-tck</artifactId>
diff --git a/pom.xml b/pom.xml
index 009ccc4..49446fe 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.0-SNAPSHOT</version>
+    <version>3.0.0</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>HEAD</tag>
+        <tag>3.0.0</tag>
     </scm>
 
     <mailingLists>

Reply via email to