You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/11/02 11:12:05 UTC

[syncope] branch master updated: NOJIRA: upgrade WA to build against 6.3 RC4 (#226)

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

mmoayyed 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 0d0737b  NOJIRA: upgrade WA to build against 6.3 RC4 (#226)
0d0737b is described below

commit 0d0737b44c8e7e0d1041368c7e468cfc8e0e36f2
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Mon Nov 2 15:11:55 2020 +0400

    NOJIRA: upgrade WA to build against 6.3 RC4 (#226)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index db8711f..17ff904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,8 +449,8 @@ under the License.
 
     <pac4j.version>4.1.0</pac4j.version>
 
-    <cas.version>6.3.0-SNAPSHOT</cas.version>
-    <cas-client.version>3.6.1</cas-client.version>
+    <cas.version>6.3.0-RC4</cas.version>
+    <cas-client.version>3.6.2</cas-client.version>
 
     <h2.version>1.4.200</h2.version>