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 2018/06/13 14:06:33 UTC

[1/2] syncope git commit: Upgrading Spring, Spring Security and commons-text

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 0261056bf -> 102606fb9
  refs/heads/master 3e48002cb -> 72ca184f5


Upgrading Spring, Spring Security and commons-text


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/72ca184f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/72ca184f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/72ca184f

Branch: refs/heads/master
Commit: 72ca184f5406678b913c9eae3c450ea7afce52df
Parents: 3e48002
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jun 13 16:03:54 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jun 13 16:03:54 2018 +0200

----------------------------------------------------------------------
 CONTRIBUTING.md | 22 ++++++++++++++++++++++
 pom.xml         |  6 +++---
 2 files changed, 25 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/72ca184f/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..7bc7e4b
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+**Apache Syncope** is an Open Source system for managing digital identities in enterprise environments, 
+implemented in Java EE technology and released under Apache 2.0 license.
+
+Would you like to contribute? Visit http://syncope.apache.org/contributing.html

http://git-wip-us.apache.org/repos/asf/syncope/blob/72ca184f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c9b83d..11f5327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,8 +372,8 @@ under the License.
 
     <jackson.version>2.9.6</jackson.version>
 
-    <spring.version>5.0.6.RELEASE</spring.version>
-    <spring-security.version>5.0.5.RELEASE</spring-security.version>
+    <spring.version>5.0.7.RELEASE</spring.version>
+    <spring-security.version>5.0.6.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>
     <hikaricp.version>3.2.0</hikaricp.version>
@@ -403,7 +403,7 @@ under the License.
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.7</commons-lang.version>
-    <commons-text.version>1.3</commons-text.version>
+    <commons-text.version>1.4</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
     <tika.version>1.18</tika.version>


[2/2] syncope git commit: Upgrading Spring, Spring Security and commons-text

Posted by il...@apache.org.
Upgrading Spring, Spring Security and commons-text


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/102606fb
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/102606fb
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/102606fb

Branch: refs/heads/2_0_X
Commit: 102606fb93c77356cf7e9341fa62b5fb0f740bf1
Parents: 0261056
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jun 13 16:06:26 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jun 13 16:06:26 2018 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/102606fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d23a2f..64685a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,8 +372,8 @@ under the License.
 
     <jackson.version>2.9.6</jackson.version>
 
-    <spring.version>4.3.17.RELEASE</spring.version>
-    <spring-security.version>4.2.6.RELEASE</spring-security.version>
+    <spring.version>4.3.18.RELEASE</spring.version>
+    <spring-security.version>4.2.7.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.3</openjpa.version>
     <hikaricp.version>2.4.13</hikaricp.version>
@@ -405,7 +405,7 @@ under the License.
     <commons-codec.version>1.11</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.7</commons-lang.version>
-    <commons-text.version>1.3</commons-text.version>
+    <commons-text.version>1.4</commons-text.version>
     <commons-collection.version>4.1</commons-collection.version>
     <commons-logging.version>1.1.3</commons-logging.version>