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 2021/04/12 06:39:18 UTC

[syncope] branch 2_1_X updated (6a3bf77 -> 8fc953f)

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

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


    from 6a3bf77  MySQL JDBC Driver back to 8.0.22 as 8.0.23 is causing LocalTime ClassCastException
     new 1c02998  Updating Jenkins coordinates
     new 8fc953f  Upgrading BootBox

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                       | 4 ++--
 src/site/xdoc/integration.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

[syncope] 01/02: Updating Jenkins coordinates

Posted by il...@apache.org.
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

commit 1c02998c2fb8942d237acbb705dd2690fd0b2247
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 9 09:31:35 2021 +0200

    Updating Jenkins coordinates
---
 pom.xml                       | 2 +-
 src/site/xdoc/integration.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 379196c..13ee31e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ under the License.
 
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/view/S-Z/view/Syncope/</url>
+    <url>https://ci-builds.apache.org./job/Syncope/</url>
   </ciManagement>
 
   <distributionManagement>
diff --git a/src/site/xdoc/integration.xml b/src/site/xdoc/integration.xml
index e37d5dd..c15b7cb 100644
--- a/src/site/xdoc/integration.xml
+++ b/src/site/xdoc/integration.xml
@@ -28,7 +28,7 @@ under the License.
   <body>    
     <section name="Jenkins">
       <p>
-        <source><a href="https://builds.apache.org/view/S-Z/view/Syncope/">https://builds.apache.org/view/S-Z/view/Syncope/</a></source>
+        <source><a href="https://ci-builds.apache.org./job/Syncope/">https://ci-builds.apache.org./job/Syncope/</a></source>
       </p>
     </section>
 

[syncope] 02/02: Upgrading BootBox

Posted by il...@apache.org.
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

commit 8fc953f33ae14c64f21b4fceb65e80a468f6ab08
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 12 08:38:46 2021 +0200

    Upgrading BootBox
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 13ee31e..bde782e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@ under the License.
     <bootstrap.version>3.4.1</bootstrap.version>
     <bootstrap-select.version>1.12.4</bootstrap-select.version>
     <bootstrap-fileinput.version>4.4.8</bootstrap-fileinput.version>
-    <bootbox.version>5.4.0</bootbox.version>
+    <bootbox.version>5.5.2</bootbox.version>
     <font-awesome.version>4.7.0</font-awesome.version>
     <font-awesome.filename>font-awesome.min.css</font-awesome.filename>
     <ionicons.version>2.0.1</ionicons.version>