You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/10/08 06:48:31 UTC

[syncope] branch 2_0_X updated: Upgrading ConnId REST

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new a004e6c  Upgrading ConnId REST
a004e6c is described below

commit a004e6c2b36269a4407c7b94223dc40eba412741
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 8 08:47:44 2019 +0200

    Upgrading ConnId REST
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be7f567..f57cfd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ under the License.
 
     <connid.version>1.4.5.1</connid.version>
     <connid.soap.version>1.4.3</connid.soap.version>
-    <connid.rest.version>1.0.4</connid.rest.version>
+    <connid.rest.version>1.0.5</connid.rest.version>
     <connid.database.version>2.2.6</connid.database.version>
     <connid.csvdir.version>0.8.8</connid.csvdir.version>
     <connid.ldap.version>1.5.4</connid.ldap.version>