You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/07/09 21:36:53 UTC

[cxf] branch master updated: Downgrage hsqldb version to 2.5.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 85f83da  Downgrage hsqldb version to 2.5.0
85f83da is described below

commit 85f83dac15f6981ec47bbd3a46eee20732442d27
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jul 10 00:35:41 2020 +0300

    Downgrage hsqldb version to 2.5.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1788880..0a63654 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -124,7 +124,7 @@
         <cxf.hibernate.em.version>5.4.18.Final</cxf.hibernate.em.version>
         <cxf.hibernate.jpa.version>1.0.2.Final</cxf.hibernate.jpa.version>
         <cxf.hibernate.validator.version>6.1.4.Final</cxf.hibernate.validator.version>
-        <cxf.hsqldb.version>2.5.1</cxf.hsqldb.version>
+        <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.client.version>4.5.12</cxf.httpcomponents.client.version>