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:29 UTC

[syncope] branch master updated: Upgrading ConnId REST

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 79c3ed8  Upgrading ConnId REST
79c3ed8 is described below

commit 79c3ed840793f753ce208ae49ff4a4bb5bd05c1a
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 5ac1cd7..e6e2b827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ under the License.
 
     <connid.version>1.5.0.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>