You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2023/08/09 15:49:40 UTC

[unomi] branch upgradeJSONSchemaValidatorLib created (now a74749c7b)

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

jkevan pushed a change to branch upgradeJSONSchemaValidatorLib
in repository https://gitbox.apache.org/repos/asf/unomi.git


      at a74749c7b UNOMI-789: upgrade json schema validator to 1.0.86

This branch includes the following new commits:

     new a74749c7b UNOMI-789: upgrade json schema validator to 1.0.86

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi] 01/01: UNOMI-789: upgrade json schema validator to 1.0.86

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch upgradeJSONSchemaValidatorLib
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit a74749c7b8123858a06ec64a2e26d69d75052228
Author: Kevan <ke...@jahia.com>
AuthorDate: Wed Aug 9 17:49:30 2023 +0200

    UNOMI-789: upgrade json schema validator to 1.0.86
---
 extensions/json-schema/services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/json-schema/services/pom.xml b/extensions/json-schema/services/pom.xml
index 337ea8c42..827168e6d 100644
--- a/extensions/json-schema/services/pom.xml
+++ b/extensions/json-schema/services/pom.xml
@@ -31,7 +31,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <version.schema>1.0.81</version.schema>
+        <version.schema>1.0.86</version.schema>
         <version.schema.jackson>2.14.2</version.schema.jackson>
         <version.schema.itu>1.7.0</version.schema.itu>
     </properties>