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 2022/01/03 08:38:56 UTC

[syncope] branch master updated: Upgrading CAS, Wicket jQuery UI and maven-archetype-plugin

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 5dd91bb  Upgrading CAS, Wicket jQuery UI and maven-archetype-plugin
5dd91bb is described below

commit 5dd91bb416cd23c4399e9178469e4c6bd338194f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 3 09:38:44 2022 +0100

    Upgrading CAS, Wicket jQuery UI and maven-archetype-plugin
---
 archetype/pom.xml | 2 +-
 pom.xml           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetype/pom.xml b/archetype/pom.xml
index 499f45a..e16e0bf 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -51,7 +51,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.2.1</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>
diff --git a/pom.xml b/pom.xml
index f53453e..5141c34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -448,7 +448,7 @@ under the License.
 
     <pac4j.version>5.2.1</pac4j.version>
 
-    <cas.version>6.5.0-SNAPSHOT</cas.version>
+    <cas.version>6.5.0-RC4</cas.version>
     <cas-client.version>3.6.2</cas-client.version>
 
     <h2.version>1.4.200</h2.version>
@@ -470,7 +470,7 @@ under the License.
 
     <wicket.version>9.7.0</wicket.version>
     <wicketstuff.version>9.6.0</wicketstuff.version>
-    <wicket-jqueryui.version>9.5.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>9.6.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>