You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2019/04/08 08:30:40 UTC

[bval] branch master updated: [maven-release-plugin] prepare release 2.0.1

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

rmannibucau 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 34d87ca  [maven-release-plugin] prepare release 2.0.1
34d87ca is described below

commit 34d87cad154f0a75010a62777b7c4b508347aebf
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Mon Apr 8 10:28:21 2019 +0200

    [maven-release-plugin] prepare release 2.0.1
---
 bundle/pom.xml      | 2 +-
 bval-extras/pom.xml | 2 +-
 bval-jsr/pom.xml    | 2 +-
 bval-tck/pom.xml    | 2 +-
 pom.xml             | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bundle/pom.xml b/bundle/pom.xml
index 02e4c84..9fe254b 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <!-- use fully qualified naming for OSGi bundles -->
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index 3105045..cd6266b 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>bval-extras</artifactId>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 7f12bbc..2e98d50 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>bval-jsr</artifactId>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 9ff0045..ce0b3d1 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.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>bval-tck-runner</artifactId>
diff --git a/pom.xml b/pom.xml
index 41a9696..95bc63b 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
 
     <description>Apache BVal parent pom</description>
 
@@ -56,7 +56,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/bval</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bval</developerConnection>
         <url>http://git-wip-us.apache.org/repos/asf/bval</url>
-        <tag>HEAD</tag>
+        <tag>2.0.1</tag>
     </scm>
 
     <mailingLists>