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 905f604d2a Upgrading ConnId
905f604d2a is described below
commit 905f604d2a1837ea7e2cb2341956c01898151838
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Sep 24 11:04:48 2024 +0200
Upgrading ConnId
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index efdb8e98b9..906ea6e6ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@ under the License.
<project.build.outputTimestamp>2022-12-26T08:35:28Z</project.build.outputTimestamp>
<syncope.version>${project.version}</syncope.version>
- <connid.version>1.6.0.0-SNAPSHOT</connid.version>
+ <connid.version>1.6.0.0-RC1</connid.version>
<connid.soap.version>1.5.0-SNAPSHOT</connid.soap.version>
<connid.rest.version>1.1.0-SNAPSHOT</connid.rest.version>
<connid.db.version>2.3.0</connid.db.version>