You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/08/13 02:16:05 UTC

[tomee] branch master updated: Last usable, and complete, public bval release 2.0.1 was not fully published -- the bval-jsr-2.0.1.jar is missing from maven central

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a1200e8  Last usable, and complete, public bval release 2.0.1 was not fully published -- the bval-jsr-2.0.1.jar is missing from maven central
a1200e8 is described below

commit a1200e8e7e592f88228561b91741d22f1e2d72da
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon Aug 12 16:23:43 2019 -0700

    Last usable, and complete, public bval release
    2.0.1 was not fully published -- the bval-jsr-2.0.1.jar is missing from maven central
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ca2eec..f996ee9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
     <commons-io.version>2.4</commons-io.version>
     <commons-net.version>3.3</commons-net.version>
 
-    <bval.version>2.0.1</bval.version>
+    <bval.version>2.0.0</bval.version>
     <org.apache.activemq.version>5.15.6</org.apache.activemq.version>
     <org.springframework.version>3.1.4.RELEASE</org.springframework.version>
     <junit.version>4.12</junit.version>
@@ -954,7 +954,7 @@
       <dependency>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-jsr</artifactId>
-        <version>2.0.2</version>
+        <version>${bval.version}</version>
       </dependency>
       <dependency>
         <groupId>commons-cli</groupId>