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 2_1_X updated: Upgrading ConnId REST

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

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


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

commit a2680b7bd716623c4bc8fde315ee0738ca515d42
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 2df46e8..5550288 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>