[2/3] syncope git commit: Upgrading Tomcat

2018-09-11 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 1106f4916859f16d9755cc41911e68687d964b61
Parents: 46332ac
Author: Francesco Chicchiriccò 
Authored: Tue Sep 11 16:09:34 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Sep 11 16:09:34 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/1106f491/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ceb0d0b..c538716 100644
--- a/pom.xml
+++ b/pom.xml
@@ -517,7 +517,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.33
+8.5.34
 
 v8.11.4
 5.4.0



[1/3] syncope git commit: Upgrading Tomcat and junit-platform-surefire-provider

2018-09-11 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 46332ac68 -> 1106f4916
  refs/heads/2_1_X f068df313 -> c2b3ed7b6
  refs/heads/master e22cdf76d -> ab489cb9d


Upgrading Tomcat and junit-platform-surefire-provider


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

Branch: refs/heads/2_1_X
Commit: c2b3ed7b6cdd5f6ab156c734ed0f4125da7514ae
Parents: f068df3
Author: Francesco Chicchiriccò 
Authored: Tue Sep 11 15:59:22 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Sep 11 15:59:22 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c2b3ed7b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index cca54bd..74ee0c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,7 +513,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.11
+9.0.12
 
 v8.11.4
 5.4.0
@@ -1898,7 +1898,7 @@ under the License.
 
   org.junit.platform
   junit-platform-surefire-provider
-  1.3.0
+  1.3.1
 
   
 
@@ -1916,7 +1916,7 @@ under the License.
 
   org.junit.platform
   junit-platform-surefire-provider
-  1.3.0
+  1.3.1
 
   
   



[3/3] syncope git commit: Upgrading Tomcat and junit-platform-surefire-provider

2018-09-11 Thread ilgrosso
Upgrading Tomcat and junit-platform-surefire-provider


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

Branch: refs/heads/master
Commit: ab489cb9d756afe12780c45f77322c4a47f1eda3
Parents: e22cdf7
Author: Francesco Chicchiriccò 
Authored: Tue Sep 11 15:59:22 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Sep 11 16:09:54 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ab489cb9/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ed7fd6c..03e9c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,7 +513,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.11
+9.0.12
 
 v8.11.4
 5.4.0
@@ -1898,7 +1898,7 @@ under the License.
 
   org.junit.platform
   junit-platform-surefire-provider
-  1.3.0
+  1.3.1
 
   
 
@@ -1916,7 +1916,7 @@ under the License.
 
   org.junit.platform
   junit-platform-surefire-provider
-  1.3.0
+  1.3.1
 
   
   



[1/2] syncope git commit: Upgrading Tomcat

2018-08-22 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_1_X 01bd38302 -> 21b937811
  refs/heads/master bde77d873 -> ae6c4bc75


Upgrading Tomcat


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

Branch: refs/heads/2_1_X
Commit: 21b937811332ff19f38751447275ebed8a2c42e6
Parents: 01bd383
Author: Francesco Chicchiriccò 
Authored: Wed Aug 22 14:27:39 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 22 14:27:39 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/21b93781/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4136d28..695a55a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.10
+9.0.11
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat

2018-08-22 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: ae6c4bc75cf0d0ac494b91529470142b4dd8
Parents: bde77d8
Author: Francesco Chicchiriccò 
Authored: Wed Aug 22 14:27:39 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 22 14:27:49 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ae6c4bc7/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f08fd41..3ce6d83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.10
+9.0.11
 
 1.2.0
 2.1.1



[1/3] syncope git commit: Upgrading Tomcat and Commons Lang 3

2018-08-22 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 4b3707755 -> 63e1cfd15
  refs/heads/2_1_X 95220f06f -> a27cbdedc
  refs/heads/master 3424a1b5f -> 3c6e810db


Upgrading Tomcat and Commons Lang 3


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

Branch: refs/heads/2_0_X
Commit: 63e1cfd150fd75aa10e415efee40472ed17f2a3e
Parents: 4b37077
Author: Francesco Chicchiriccò 
Authored: Wed Aug 22 09:06:21 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 22 09:06:21 2018 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/63e1cfd1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5a24ba3..80fd31d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@ under the License.
 1.5
 1.11
 3.1
-3.7
+3.8
 1.3
 4.1
 1.1.3
@@ -514,7 +514,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.32
+8.5.33
 
 1.2.0
 2.1.1



[1/3] syncope git commit: Upgrading Tomcat

2018-07-02 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 04971109b -> b06f0a6f1
  refs/heads/master c09def901 -> 9d36c7f84


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: a8fbcd2aa0fd28308243a3750a19672c9bce8da1
Parents: c09def9
Author: Francesco Chicchiriccò 
Authored: Mon Jul 2 16:54:22 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 2 16:54:22 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/a8fbcd2a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f1331a6..f477063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,7 +487,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.8
+9.0.10
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat and Camel

2018-05-06 Thread ilgrosso
Upgrading Tomcat and Camel


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

Branch: refs/heads/master
Commit: f66bcc34b5fd7264f95a44b6373210e10ed20814
Parents: 797fd1c
Author: Francesco Chicchiriccò 
Authored: Mon May 7 08:23:22 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon May 7 08:23:22 2018 +0200

--
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/f66bcc34/pom.xml
--
diff --git a/pom.xml b/pom.xml
index e20e477..af12507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,7 @@ under the License.
 
 6.3.0
 
-2.21.0  
+2.21.1  
 
 1.7.25
 3.3.0
@@ -485,7 +485,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.7
+9.0.8
 
 1.2.0
 2.1.1
@@ -2253,8 +2253,8 @@ under the License.
 
http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/
 
http://fasterxml.github.io/jackson-dataformat-yaml/javadoc/2.9.pr1/
 
http://fasterxml.github.io/jackson-datatype-joda/javadoc/2.9/
-
http://www.javadoc.io/doc/org.apache.camel/camel-core/2.21.0/
-
http://www.javadoc.io/doc/org.apache.camel/camel-spring/2.21.0/
+
http://www.javadoc.io/doc/org.apache.camel/camel-core/2.21.1/
+
http://www.javadoc.io/doc/org.apache.camel/camel-spring/2.21.1/
 https://ci.apache.org/projects/wicket/apidocs/7.x/
 
https://commons.apache.org/proper/commons-lang/javadocs/api-release/
 
https://commons.apache.org/proper/commons-io/javadocs/api-2.6/



[1/2] syncope git commit: Upgrading Tomcat

2018-05-06 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 1d0180330 -> c5d2595d0
  refs/heads/master 797fd1cbd -> f66bcc34b


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: c5d2595d0cdb0c4cf767fea8df205572932fcaf6
Parents: 1d01803
Author: Francesco Chicchiriccò 
Authored: Mon May 7 08:20:10 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon May 7 08:20:10 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c5d2595d/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8a11868..c75d278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.30
+8.5.31
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2018-04-09 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 792aea9c8 -> cef777988


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: cef777988752f58be6c1cdaf06ba896601b0c5c3
Parents: 792aea9
Author: Francesco Chicchiriccò 
Authored: Tue Apr 10 08:41:54 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Apr 10 08:41:54 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/cef77798/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8e554b1..c14b9da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -490,7 +490,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.29
+8.5.30
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2018-04-09 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 3467037e8 -> fba78f070


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: fba78f0702d74c275786c3434de1fa1673b92030
Parents: 3467037
Author: Francesco Chicchiriccò 
Authored: Mon Apr 9 13:13:19 2018 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Apr 9 13:13:19 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/fba78f07/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7e3ea61..957e109 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.6
+9.0.7
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat

2018-03-12 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 0216116ea -> 6aee50988
  refs/heads/master 66cab60ca -> 696a098e5


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 696a098e5ad5b648cb72f04ce335e131330eb98a
Parents: 66cab60
Author: Francesco Chicchiriccò 
Authored: Mon Mar 12 11:44:42 2018 +0100
Committer: Francesco Chicchiriccò 
Committed: Mon Mar 12 11:44:42 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/696a098e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 83abda4..2ee2310 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.5
+9.0.6
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat

2018-03-12 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 6aee50988dc78686a97e19a6bdad6e1b8cecd850
Parents: 0216116
Author: Francesco Chicchiriccò 
Authored: Mon Mar 12 11:54:15 2018 +0100
Committer: Francesco Chicchiriccò 
Committed: Mon Mar 12 11:54:15 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6aee5098/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f24dff6..dde70e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.28
+8.5.29
 
 1.2.0
 2.1.1



[06/10] syncope git commit: Upgrading Tomcat

2018-02-13 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: e93047e9c56469e9e59e66d8cac4e4c6c464426e
Parents: 8038b05
Author: Francesco Chicchiriccò 
Authored: Tue Feb 13 13:21:51 2018 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Feb 13 13:21:51 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/e93047e9/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 2964f52..8ea3260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.27
+8.5.28
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2017-12-01 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X c66d6de4e -> 69e0c702d


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 69e0c702d1532ce49af6e63c5ec36f44409dcb71
Parents: c66d6de
Author: Francesco Chicchiriccò 
Authored: Fri Dec 1 15:57:57 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Dec 1 15:57:57 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/69e0c702/pom.xml
--
diff --git a/pom.xml b/pom.xml
index e75da56..20d7b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,7 +487,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.23
+8.5.24
 
 1.2.0
 2.1.1



[3/3] syncope git commit: Upgrading Tomcat

2017-12-01 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 8ba67067cda8062a33c5187bf3b067d0d3462241
Parents: 87354d8
Author: Francesco Chicchiriccò 
Authored: Fri Dec 1 15:20:59 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Dec 1 15:20:59 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8ba67067/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ad062a0..c6a4dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-9.0.1
+9.0.2
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2017-10-04 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 627d460de -> ce250c73b


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: ce250c73bf8f6e7d9c0d23f371e713ca6d7a75f7
Parents: 627d460
Author: Francesco Chicchiriccò 
Authored: Wed Oct 4 12:06:35 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 4 12:06:35 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ce250c73/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 17cafb0..fded32e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.81
+7.0.82
 
 1.9.2
  



[2/2] syncope git commit: Upgrading Tomcat

2017-10-03 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: a1210cffd652ac8c348815095785446e05f39556
Parents: a23abdf
Author: Francesco Chicchiriccò 
Authored: Tue Oct 3 17:01:56 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Oct 3 17:02:08 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/a1210cff/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a349edc..a81a7b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,7 +481,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.20
+8.5.23
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat

2017-10-03 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 271451d51 -> 2fccffd95
  refs/heads/master a23abdf3e -> a1210cffd


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 2fccffd953ed132cb8bf0485a3c6ebac31550b86
Parents: 271451d
Author: Francesco Chicchiriccò 
Authored: Tue Oct 3 17:01:56 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Oct 3 17:01:56 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2fccffd9/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c37e680..f4d3ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.20
+8.5.23
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2017-08-17 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X d4edbaa81 -> 6774e007a


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 6774e007a05e936787a1c714dd5a2dd8f3b858f1
Parents: d4edbaa
Author: Francesco Chicchiriccò 
Authored: Fri Aug 18 08:33:20 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Fri Aug 18 08:33:20 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6774e007/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 1a1eb61..7952fc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.79
+7.0.81
 
 1.9.2
  



syncope git commit: Upgrading Tomcat

2017-07-03 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 2365de754 -> 42b1b5f8d


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 42b1b5f8dd7902d977226b4ec8e3dd5b51789dbf
Parents: 2365de7
Author: Francesco Chicchiriccò 
Authored: Mon Jul 3 11:19:26 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Jul 3 11:19:26 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/42b1b5f8/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 1c878e7..1a1eb61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.78
+7.0.79
 
 1.9.2
  



[1/4] syncope git commit: Upgrading Tomcat

2017-06-28 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X b38b51e93 -> 11a428cfb
  refs/heads/master e96d9c57c -> f09caa082


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 8261c4102f605854d51e0903130ff5ff1aa862d3
Parents: e96d9c5
Author: Francesco Chicchiriccò 
Authored: Wed Jun 28 09:34:30 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Jun 28 10:34:13 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8261c410/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 198152c..d9ee1fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -470,7 +470,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.15
+8.5.16
 
 1.2.0
 2.1.1



[3/4] syncope git commit: Upgrading Tomcat

2017-06-28 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 035557b2aa70358715f41ffb17c7afef19c7c2c0
Parents: b38b51e
Author: Francesco Chicchiriccò 
Authored: Wed Jun 28 09:34:30 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Jun 28 10:34:29 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/035557b2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 417d59e..5f7da9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,7 +472,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.15
+8.5.16
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2017-05-18 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 8c9d912a1 -> 64308b004


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 64308b00452f235c679fc575160a3ea073239047
Parents: 8c9d912
Author: Francesco Chicchiriccò 
Authored: Thu May 18 10:25:41 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Thu May 18 10:25:41 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/64308b00/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a38821a..bddba17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.77
+7.0.78
 
 1.9.2
  



[1/2] syncope git commit: Upgrading Tomcat and PDFBox

2017-05-17 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X f77f4f7f4 -> aa93a35f7
  refs/heads/master 9fc62b668 -> 74bf00b47


Upgrading Tomcat and PDFBox


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

Branch: refs/heads/2_0_X
Commit: aa93a35f7105ed1ff9a852e9f85a1895e9c1c307
Parents: f77f4f7
Author: Francesco Chicchiriccò 
Authored: Wed May 17 09:38:55 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed May 17 09:38:55 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/aa93a35f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8d32416..667d8b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -470,7 +470,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.14
+8.5.15
 
 1.2.0
 2.1.1
@@ -1297,7 +1297,7 @@ under the License.
   
 org.apache.pdfbox
 pdfbox
-2.0.5
+2.0.6
   
   
   



[2/2] syncope git commit: Upgrading Tomcat and PDFBox

2017-05-17 Thread ilgrosso
Upgrading Tomcat and PDFBox


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

Branch: refs/heads/master
Commit: 74bf00b470d44824d0dd2e539afb4015552b36ec
Parents: 9fc62b6
Author: Francesco Chicchiriccò 
Authored: Wed May 17 09:38:55 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed May 17 09:39:04 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/74bf00b4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 70a26e2..2e9cbfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.14
+8.5.15
 
 1.2.0
 2.1.1
@@ -1242,7 +1242,7 @@ under the License.
   
 org.apache.pdfbox
 pdfbox
-2.0.5
+2.0.6
   
   
   



[1/4] syncope git commit: Upgrading Tomcat

2017-04-20 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 8f3037823 -> 388101802
  refs/heads/master 40f401c27 -> 822ad873c


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: abc5d00d361c0885f113211203add1e94e537b3c
Parents: 8f30378
Author: Francesco Chicchiriccò 
Authored: Thu Apr 20 15:24:41 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Thu Apr 20 15:24:41 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/abc5d00d/pom.xml
--
diff --git a/pom.xml b/pom.xml
index cfa0ba0..a01560b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.12
+8.5.14
 
 1.2.0
 2.1.1



[3/4] syncope git commit: Upgrading Tomcat

2017-04-20 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: b81f9e4283be396fd2e322d12d140a71c6ef0d33
Parents: 40f401c
Author: Francesco Chicchiriccò 
Authored: Thu Apr 20 15:24:41 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Thu Apr 20 15:26:43 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b81f9e42/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 532c0d4..2eed4c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.12
+8.5.14
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat (for JRebel profiles)

2017-04-03 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X e985d3248 -> c7779a14c
  refs/heads/master eb69eb8dd -> 0f51a1ac5


Upgrading Tomcat (for JRebel profiles)


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

Branch: refs/heads/2_0_X
Commit: c7779a14c16833c97ec65d7f35cda6a5f307
Parents: e985d32
Author: Francesco Chicchiriccò 
Authored: Tue Apr 4 08:20:48 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Apr 4 08:20:48 2017 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/c7779a14/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 4790a1d..1d61983 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -352,7 +352,7 @@ under the License.
   jrebel
   
   
-8.0.42
+8.0.43
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/c7779a14/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 5daa5a8..656c695 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -908,7 +908,7 @@ under the License.
   jrebel
   
   
-8.0.42
+8.0.43
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/c7779a14/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 0354f8a..83ea720 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -503,7 +503,7 @@ under the License.
   jrebel
   
   
-8.0.42  
+8.0.43  
 
 
   



[2/2] syncope git commit: Upgrading Tomcat (for JRebel profiles)

2017-04-03 Thread ilgrosso
Upgrading Tomcat (for JRebel profiles)


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

Branch: refs/heads/master
Commit: 0f51a1ac59fbc736399adefc12b99ee90dde007b
Parents: eb69eb8
Author: Francesco Chicchiriccò 
Authored: Tue Apr 4 08:20:48 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Apr 4 08:21:06 2017 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/0f51a1ac/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 284e870..dd61d9f 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -352,7 +352,7 @@ under the License.
   jrebel
   
   
-8.0.42
+8.0.43
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/0f51a1ac/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index f4c9c85..da0a2f6 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -908,7 +908,7 @@ under the License.
   jrebel
   
   
-8.0.42
+8.0.43
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/0f51a1ac/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 3d243f2..bc87362 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -503,7 +503,7 @@ under the License.
   jrebel
   
   
-8.0.42  
+8.0.43  
 
 
   



syncope git commit: Upgrading Tomcat

2017-04-03 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 155953821 -> 30e0117c3


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 30e0117c3ffe98c1d9ca6b186804160f93cc1453
Parents: 1559538
Author: Francesco Chicchiriccò 
Authored: Tue Apr 4 08:19:24 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Apr 4 08:19:24 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/30e0117c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c5a051b..27b4b4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.76
+7.0.77
 
 1.9.2
  



[2/2] syncope git commit: Upgrading Tomcat

2017-03-17 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 13fa1426fd3c8c6bbf3072e8796e030d1ac44f36
Parents: d84b539
Author: Francesco Chicchiriccò 
Authored: Fri Mar 17 15:35:15 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Mar 17 15:35:30 2017 +0100

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/13fa1426/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 8687a76..3c9c1de 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -346,7 +346,7 @@ under the License.
   jrebel
   
   
-8.0.41
+8.0.42
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/13fa1426/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index f702680..ab0c3b8 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -898,7 +898,7 @@ under the License.
   jrebel
   
   
-8.0.41
+8.0.42
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/13fa1426/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 214074e..f1dd63a 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -497,7 +497,7 @@ under the License.
   jrebel
   
   
-8.0.41  
+8.0.42  
 
 
   



[1/2] syncope git commit: Upgrading Tomcat

2017-03-17 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X acf8106f5 -> 1e72e268c
  refs/heads/master d84b539cb -> 13fa1426f


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 1e72e268cb67bc06500a5fdbbcde8962e83b789f
Parents: acf8106
Author: Francesco Chicchiriccò 
Authored: Fri Mar 17 15:35:15 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Mar 17 15:35:15 2017 +0100

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/1e72e268/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index cd6f32c..8115369 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -346,7 +346,7 @@ under the License.
   jrebel
   
   
-8.0.41
+8.0.42
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/1e72e268/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 19867f8..b9646ba 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -898,7 +898,7 @@ under the License.
   jrebel
   
   
-8.0.41
+8.0.42
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/1e72e268/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 2b723e9..fe389ff 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -497,7 +497,7 @@ under the License.
   jrebel
   
   
-8.0.41  
+8.0.42  
 
 
   



syncope git commit: Upgrading Tomcat

2017-03-17 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X fa048d434 -> 155953821


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 1559538215bb4ab3bd820fa7e5073179b2b35aab
Parents: fa048d4
Author: Francesco Chicchiriccò 
Authored: Fri Mar 17 15:34:22 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Mar 17 15:34:22 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/15595382/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 437b13b..c5a051b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.75
+7.0.76
 
 1.9.2
  



[1/2] syncope git commit: Upgrading Tomcat

2017-03-14 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 55b8e181d -> 3242894f7
  refs/heads/master 24a71aa96 -> 5299a526a


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 3242894f759d146964fbd546f2c36d9b1b80307d
Parents: 55b8e18
Author: Francesco Chicchiriccò 
Authored: Tue Mar 14 13:32:00 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Mar 14 13:32:00 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/3242894f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a668e87..d2c39a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.11
+8.5.12
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat

2017-03-14 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 5299a526a0436b0ee7deddee49fd0ff2c62caeca
Parents: 24a71aa
Author: Francesco Chicchiriccò 
Authored: Tue Mar 14 13:32:00 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Mar 14 13:32:10 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/5299a526/pom.xml
--
diff --git a/pom.xml b/pom.xml
index de9aa41..2f45e1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.11
+8.5.12
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2017-01-27 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X c1a356ef9 -> 90c379f54


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 90c379f5467988a8b3d97137dec8aa7934eda51f
Parents: c1a356e
Author: Francesco Chicchiriccò 
Authored: Fri Jan 27 14:48:24 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Jan 27 14:48:24 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/90c379f5/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5cc5dd8..afd3eb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.73
+7.0.75
 
 1.9.2
  



[1/3] syncope git commit: Upgrading Tomcat for JRebel, Log4J, modernizer-maven-plugin, codemirror

2017-01-25 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X fb6bc75d2 -> d560b9f86
  refs/heads/master 5bb61d482 -> b44d4c4d6


Upgrading Tomcat for JRebel, Log4J, modernizer-maven-plugin, codemirror


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

Branch: refs/heads/2_0_X
Commit: d560b9f86240fc698f487c5fccb699c42f499df1
Parents: fb6bc75
Author: Francesco Chicchiriccò 
Authored: Wed Jan 25 15:30:52 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Wed Jan 25 15:30:52 2017 +0100

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/d560b9f8/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 649a813..9f37bbd 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -346,7 +346,7 @@ under the License.
   jrebel
   
   
-8.0.39
+8.0.41
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/d560b9f8/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 753430f..aa578ae 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -898,7 +898,7 @@ under the License.
   jrebel
   
   
-8.0.39
+8.0.41
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/d560b9f8/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 44ddc37..e5dc7b5 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -497,7 +497,7 @@ under the License.
   jrebel
   
   
-8.0.39  
+8.0.41  
 
 
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/d560b9f8/pom.xml
--
diff --git a/pom.xml b/pom.xml
index bc37e1e..da29e20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@ under the License.
 5.22.0
 
 1.7.22
-2.7
+2.8
 3.3.6
 
 2.5
@@ -417,7 +417,7 @@ under the License.
 4.7.0
 2.0.1
 9.8.0
-5.22.0
+5.23.0-1
 2.0.7
 
 7.6.0
@@ -1632,7 +1632,7 @@ under the License.
   
 org.gaul
 modernizer-maven-plugin
-1.4.0
+1.5.0
 
   ${targetJdk}
   



[2/3] syncope git commit: Upgrading Tomcat for JRebel, Log4J, modernizer-maven-plugin, codemirror

2017-01-25 Thread ilgrosso
Upgrading Tomcat for JRebel, Log4J, modernizer-maven-plugin, codemirror


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

Branch: refs/heads/master
Commit: 0992d8c1632a9ecee4a4df3899cceeeb7597655d
Parents: 5bb61d4
Author: Francesco Chicchiriccò 
Authored: Wed Jan 25 15:30:52 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Wed Jan 25 15:31:04 2017 +0100

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/0992d8c1/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index cbb29ac..8687a76 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -346,7 +346,7 @@ under the License.
   jrebel
   
   
-8.0.39
+8.0.41
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/0992d8c1/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 992fa25..70b9715 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -898,7 +898,7 @@ under the License.
   jrebel
   
   
-8.0.39
+8.0.41
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/0992d8c1/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 77003b3..214074e 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -497,7 +497,7 @@ under the License.
   jrebel
   
   
-8.0.39  
+8.0.41  
 
 
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/0992d8c1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 2210c4a..a9dd37e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@ under the License.
 5.22.0
 
 1.7.22
-2.7
+2.8
 3.3.6
 
 2.5
@@ -417,7 +417,7 @@ under the License.
 4.7.0
 2.0.1
 9.8.0
-5.22.0
+5.23.0-1
 2.0.7
 
 7.6.0
@@ -1627,7 +1627,7 @@ under the License.
   
 org.gaul
 modernizer-maven-plugin
-1.4.0
+1.5.0
 
   ${targetJdk}
   



[2/2] syncope git commit: Upgrading Tomcat

2017-01-20 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 7525dc125ddde2565ff9fe41f3af4e92651a4b01
Parents: 2db3570
Author: Francesco Chicchiriccò 
Authored: Fri Jan 20 11:27:52 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Jan 20 11:28:04 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/7525dc12/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a25707a..13486f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.9
+8.5.11
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat

2017-01-20 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 98ac66801 -> d1eb8dcf4
  refs/heads/master 2db3570d2 -> 7525dc125


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: d1eb8dcf4775088f1f8b51b49b25212c8196d1a7
Parents: 98ac668
Author: Francesco Chicchiriccò 
Authored: Fri Jan 20 11:27:52 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Jan 20 11:27:52 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/d1eb8dcf/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 1ace363..2fdd11a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.9
+8.5.11
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat

2016-12-09 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 1ea6d8309 -> ef51d65f9
  refs/heads/master eb36682a6 -> b73d93118


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: ef51d65f9547810abac4f7d6f2d47bdeb6dbee2d
Parents: 1ea6d83
Author: Francesco Chicchiriccò 
Authored: Fri Dec 9 16:05:38 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Dec 9 16:05:38 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ef51d65f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7050ddb..425ffd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.8
+8.5.9
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat

2016-12-09 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: b73d931181bef8abeced12e1e7a8808be1184dcc
Parents: eb36682
Author: Francesco Chicchiriccò 
Authored: Fri Dec 9 16:05:38 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Dec 9 16:06:01 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b73d9311/pom.xml
--
diff --git a/pom.xml b/pom.xml
index fe7fbda..c3ea055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.8
+8.5.9
 
 1.2.0
 2.1.1



[2/4] syncope git commit: Upgrading Tomcat for JRebel

2016-11-15 Thread ilgrosso
Upgrading Tomcat for JRebel


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

Branch: refs/heads/master
Commit: 93ee7f0c0018c06ee2ea16715d31124c17e47883
Parents: 8c0b200
Author: Francesco Chicchiriccò 
Authored: Tue Nov 15 16:00:03 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Nov 15 16:00:12 2016 +0100

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/93ee7f0c/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 8f44dc2..7fc1c44 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.38
+8.0.39
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/93ee7f0c/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 65be6d7..789e6f9 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.38
+8.0.39
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/93ee7f0c/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 12590f7..e4ba8d8 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
   jrebel
   
   
-8.0.38  
+8.0.39  
 true
 
 



[1/4] syncope git commit: Upgrading Tomcat for JRebel

2016-11-15 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 44d99e0a9 -> d2c195c89
  refs/heads/master 8c0b2004e -> d675e1b6d


Upgrading Tomcat for JRebel


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

Branch: refs/heads/2_0_X
Commit: 500ab9040f3c67fe7e9b5def8ec742d7b1d67d1c
Parents: 44d99e0
Author: Francesco Chicchiriccò 
Authored: Tue Nov 15 16:00:03 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Nov 15 16:00:03 2016 +0100

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/500ab904/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index fc4decf..057928e 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.38
+8.0.39
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/500ab904/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 30587b1..8b11e04 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.38
+8.0.39
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/500ab904/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index ccd11f7..c72263a 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
   jrebel
   
   
-8.0.38  
+8.0.39  
 true
 
 



syncope git commit: Upgrading Tomcat

2016-11-15 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 4efd003fc -> bea721ed3


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: bea721ed34379e4ae788e059fd3f560e6db7b296
Parents: 4efd003
Author: Francesco Chicchiriccò 
Authored: Tue Nov 15 15:56:44 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Nov 15 15:56:44 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/bea721ed/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ecaeabc..c36d2c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.72
+7.0.73
 
 1.9.2
  



[1/2] syncope git commit: Upgrading Tomcat

2016-11-10 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 4e298b0fe -> 1841006c8
  refs/heads/master 31699b0c3 -> e2b69a041


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 1841006c8c199e1c76407def93ce34a506bb7977
Parents: 4e298b0
Author: Francesco Chicchiriccò 
Authored: Thu Nov 10 12:50:03 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Nov 10 12:50:03 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/1841006c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 866dd4b..edc5a57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.6
+8.5.8
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat

2016-11-10 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: e2b69a0410d4b077f2ac28fce3b309b46075d5e0
Parents: 31699b0
Author: Francesco Chicchiriccò 
Authored: Thu Nov 10 12:50:03 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Nov 10 12:50:17 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/e2b69a04/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4140697..4cbd46d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.6
+8.5.8
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat (again)"

2016-10-12 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X ce87663a3 -> 692565a8c
  refs/heads/master 60a043380 -> 19adae0a4


Upgrading Tomcat (again)"

This reverts commit ce87663a3dc4533b3a6c80c94ef295d9d27433a2.


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

Branch: refs/heads/2_0_X
Commit: 692565a8ce4adfed69a7c95a8c5e9912c2eb1a27
Parents: ce87663
Author: Francesco Chicchiriccò 
Authored: Wed Oct 12 11:30:23 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 12 11:30:23 2016 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/692565a8/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 85049de..d62d3c9 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/692565a8/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 8a1df76..c818825 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/692565a8/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index e9bfeb6..d970fe7 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
   jrebel
   
   
-8.0.37  
+8.0.38  
 true
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/692565a8/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 443695a..0d6c34b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.5
+8.5.6
 
 1.2.0
 2.1.1



[2/2] syncope git commit: "Upgrading Tomcat (again)"

2016-10-12 Thread ilgrosso
"Upgrading Tomcat (again)"

This reverts commit 60a043380448578a692a1e34cc11fdd30b92ba96.


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

Branch: refs/heads/master
Commit: 19adae0a4b8f738deb4d0074d6ca829ece4a6103
Parents: 60a0433
Author: Francesco Chicchiriccò 
Authored: Wed Oct 12 11:31:06 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 12 11:31:06 2016 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 1b17ee4..8f44dc2 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index a81ff1e..d9bb26d 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 788228b..12590f7 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
   jrebel
   
   
-8.0.37  
+8.0.38  
 true
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/19adae0a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4122eb8..a19d9e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.5
+8.5.6
 
 1.2.0
 2.1.1



[2/2] syncope git commit: Upgrading Tomcat

2016-10-11 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 6de1c1be705a6c7dcc8964e326a850a1ac55b561
Parents: 6bb7095
Author: Francesco Chicchiriccò 
Authored: Wed Oct 12 08:51:27 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 12 08:51:37 2016 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/6de1c1be/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 1b17ee4..8f44dc2 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/6de1c1be/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index a81ff1e..d9bb26d 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/6de1c1be/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index 788228b..12590f7 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
   jrebel
   
   
-8.0.37  
+8.0.38  
 true
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/6de1c1be/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4122eb8..a19d9e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.5
+8.5.6
 
 1.2.0
 2.1.1



[1/2] syncope git commit: Upgrading Tomcat

2016-10-11 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 895e8430c -> 221531fd0
  refs/heads/master 6bb7095e0 -> 6de1c1be7


Upgrading Tomcat


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

Branch: refs/heads/2_0_X
Commit: 221531fd08b4383f3e85a42965298e99c280e5f1
Parents: 895e843
Author: Francesco Chicchiriccò 
Authored: Wed Oct 12 08:51:27 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 12 08:51:27 2016 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/221531fd/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 85049de..d62d3c9 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/221531fd/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 8a1df76..c818825 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.37
+8.0.38
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/221531fd/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index e9bfeb6..d970fe7 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -485,7 +485,7 @@ under the License.
   jrebel
   
   
-8.0.37  
+8.0.38  
 true
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/221531fd/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 443695a..0d6c34b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.5
+8.5.6
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2016-09-20 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 1b50d578b -> 057f01135


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 057f01135e2edb23def18e65e438ba3696463501
Parents: 1b50d57
Author: Francesco Chicchiriccò 
Authored: Tue Sep 20 13:02:47 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Sep 20 13:02:47 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/057f0113/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 49e32ce..e490bf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.70
+7.0.72
 
 1.9.2
  



syncope git commit: Upgrading Tomcat

2016-09-06 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master b6e1de43c -> 20aa1d77c


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 20aa1d77c007b0bc2d7927c12855088dcc7affe6
Parents: b6e1de4
Author: Francesco Chicchiriccò 
Authored: Tue Sep 6 12:33:42 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Sep 6 12:33:42 2016 +0200

--
 fit/console-reference/pom.xml | 2 +-
 fit/core-reference/pom.xml| 2 +-
 fit/enduser-reference/pom.xml | 2 +-
 pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/20aa1d77/fit/console-reference/pom.xml
--
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index f41b452..fac959b 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -360,7 +360,7 @@ under the License.
   jrebel
   
   
-8.0.36
+8.0.37
   
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/20aa1d77/fit/core-reference/pom.xml
--
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index b8c8e1b..64e8f5f 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -858,7 +858,7 @@ under the License.
   jrebel
   
   
-8.0.36
+8.0.37
 true
   
   

http://git-wip-us.apache.org/repos/asf/syncope/blob/20aa1d77/fit/enduser-reference/pom.xml
--
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index a49b071..4184841 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -513,7 +513,7 @@ under the License.
   jrebel
   
   
-8.0.36  
+8.0.37  
 true
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/20aa1d77/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 3bc913c..6085707 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.5.4
+8.5.5
 
 1.2.0
 2.1.1



syncope git commit: Upgrading Tomcat

2016-06-21 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X db0837aee -> 5c2d4080c


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 5c2d4080cfde9424356450c71dde18f5c56336a5
Parents: db0837a
Author: Francesco Chicchiriccò 
Authored: Tue Jun 21 10:56:32 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Jun 21 10:56:32 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/5c2d4080/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9e585e3..0e80101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.69
+7.0.70
 
 1.9.2
  



[01/13] syncope git commit: Upgrading Tomcat

2016-06-14 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 47cdb82e5 -> 89ae8b0fa


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 89ae8b0fa2f905be34b4e0b881bcce4027901658
Parents: d751777
Author: Francesco Chicchiriccò 
Authored: Tue Jun 14 18:21:25 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Tue Jun 14 18:21:53 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/89ae8b0f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 15be564..2a73c9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.33
+8.5.3
 
 admin
 anonymous



[1/2] syncope git commit: Upgrading Tomcat

2016-05-26 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 98673c0ee -> 64c5cd9ea


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 01dd46f83022218ced5281d871422634c9553b9c
Parents: 98673c0
Author: Francesco Chicchiriccò 
Authored: Thu May 26 10:04:50 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Thu May 26 10:04:50 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/01dd46f8/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b66a0c0..234af97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.33
+8.0.35
 
 admin
 anonymous



syncope git commit: Upgrading Tomcat

2016-04-18 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 3ee9d70dc -> db159beb4


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: db159beb4f0fba46717386791d123cde6b831758
Parents: 3ee9d70
Author: Francesco Chicchiriccò 
Authored: Mon Apr 18 15:27:41 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Apr 18 15:27:41 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/db159beb/pom.xml
--
diff --git a/pom.xml b/pom.xml
index d0651bd..2955da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.68
+7.0.69
 
 1.9.2
  



syncope git commit: Upgrading Tomcat

2016-03-25 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 75900f2d8 -> 91c5103dc


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 91c5103dccc4204b5ddc576e2e12533f371bf902
Parents: 75900f2
Author: Francesco Chicchiriccò 
Authored: Sat Mar 26 07:18:10 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Sat Mar 26 07:18:10 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/91c5103d/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4447341..69b2110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.32
+8.0.33
 
 anonymous
 



[2/2] syncope git commit: Upgrading Tomcat

2016-02-18 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 254a7b6320ec77bb850c9a77740883e8a0991c9e
Parents: 702c3d7
Author: Francesco Chicchiriccò 
Authored: Thu Feb 18 09:11:59 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Feb 18 09:11:59 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/254a7b63/pom.xml
--
diff --git a/pom.xml b/pom.xml
index d1ef544..14a343e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.67
+7.0.68
 
 1.9.2
  



syncope git commit: Upgrading Tomcat

2016-02-10 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 208abe18a -> de58845e4


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: de58845e40f7cbdbf23766ed76522937cb4436f1
Parents: 208abe1
Author: Francesco Chicchiriccò 
Authored: Wed Feb 10 15:27:59 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Wed Feb 10 15:27:59 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/de58845e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 701d895..f0b4c7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.30
+8.0.32
 
 anonymous
 



syncope git commit: Upgrading Tomcat

2015-12-11 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X eedc5e502 -> 640b016b3


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 640b016b3d50df82dcd23b490473cd5e028872b9
Parents: eedc5e5
Author: Francesco Chicchiriccò 
Authored: Fri Dec 11 11:38:44 2015 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Dec 11 11:38:44 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/640b016b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 1a7fe09..dc15e37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.65
+7.0.67
 
 1.9.2
  



syncope git commit: Upgrading Tomcat

2015-12-07 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master f5ebfe1a4 -> ccdf612cf


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: ccdf612cf4c0af952e82aa7c4fd24997364a060a
Parents: f5ebfe1
Author: Francesco Chicchiriccò 
Authored: Mon Dec 7 14:02:22 2015 +0100
Committer: Francesco Chicchiriccò 
Committed: Mon Dec 7 14:02:22 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ccdf612c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index fd563ac..a1d410c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.29
+8.0.30
 
 anonymous
 



syncope git commit: Upgrading Tomcat

2015-11-26 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master ca2628647 -> 7334152c7


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 7334152c75f2afa5263c880bd16efabcdc97b1b0
Parents: ca26286
Author: Francesco Chicchiriccò 
Authored: Thu Nov 26 09:02:55 2015 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Nov 26 09:02:55 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/7334152c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f1fdcd9..2a7ca21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.28
+8.0.29
 
 anonymous
 



[02/50] [abbrv] syncope git commit: Upgrading Tomcat

2015-10-30 Thread fmartelli
Upgrading Tomcat


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

Branch: refs/heads/SYNCOPE-156
Commit: d2f57abd7840fe912f5a4cb07a6a78455b78d6da
Parents: 4dd3455
Author: Francesco Chicchiriccò 
Authored: Wed Oct 21 12:22:58 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 21 12:22:58 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/d2f57abd/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7c0e39a..3b74d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.64
+7.0.65
 
 1.9.2
  



[04/10] syncope git commit: Upgrading Tomcat

2015-10-29 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: d2f57abd7840fe912f5a4cb07a6a78455b78d6da
Parents: 4dd3455
Author: Francesco Chicchiriccò 
Authored: Wed Oct 21 12:22:58 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 21 12:22:58 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/d2f57abd/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7c0e39a..3b74d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.64
+7.0.65
 
 1.9.2
  



[09/54] [abbrv] syncope git commit: Upgrading Tomcat

2015-10-23 Thread fmartelli
Upgrading Tomcat


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

Branch: refs/heads/SYNCOPE-156
Commit: 56e05c641cbb4a39eee7c3825bf751d7efa5d070
Parents: 36ad4ac
Author: Francesco Chicchiriccò 
Authored: Thu Oct 15 14:29:03 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Thu Oct 15 14:29:03 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/56e05c64/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f12e9b5..84a791a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.27
+8.0.28
 
 anonymous
 



syncope git commit: Upgrading Tomcat

2015-10-21 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 4dd345565 -> d2f57abd7


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: d2f57abd7840fe912f5a4cb07a6a78455b78d6da
Parents: 4dd3455
Author: Francesco Chicchiriccò 
Authored: Wed Oct 21 12:22:58 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Oct 21 12:22:58 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/d2f57abd/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7c0e39a..3b74d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.64
+7.0.65
 
 1.9.2
  



syncope git commit: Upgrading Tomcat

2015-10-15 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 36ad4ace0 -> 56e05c641


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 56e05c641cbb4a39eee7c3825bf751d7efa5d070
Parents: 36ad4ac
Author: Francesco Chicchiriccò 
Authored: Thu Oct 15 14:29:03 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Thu Oct 15 14:29:03 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/56e05c64/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f12e9b5..84a791a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.27
+8.0.28
 
 anonymous
 



syncope git commit: Upgrading Tomcat and Codemirror

2015-10-05 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 279888cae -> ed9d02f26


Upgrading Tomcat and Codemirror


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

Branch: refs/heads/master
Commit: ed9d02f269e3040cf8d547a440f3bd282004fbf8
Parents: 279888c
Author: Francesco Chicchiriccò 
Authored: Mon Oct 5 09:52:36 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Oct 5 09:52:36 2015 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/ed9d02f2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c1cdb33..a22bb74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,7 +382,7 @@ under the License.
 4.4.0
 2.0.1
 8.7
-5.6
+5.7
 1.7.5
 
 7.0.0
@@ -411,7 +411,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.26
+8.0.27
 
 anonymous
 



[23/33] syncope git commit: Upgrading Tomcat and CodeMirror

2015-08-27 Thread mdisabatino
Upgrading Tomcat and CodeMirror


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

Branch: refs/heads/SYNCOPE-156
Commit: 3559e694b91667da1ca474cecd207740a05bb127
Parents: 5da611d
Author: Francesco Chicchiriccò 
Authored: Wed Aug 26 08:46:41 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 26 08:46:41 2015 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/3559e694/pom.xml
--
diff --git a/pom.xml b/pom.xml
index fb27973..adc785d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ under the License.
 4.4.0
 2.0.1
 8.7
-5.5
+5.6
 1.7.5
 
 7.0.0
@@ -408,7 +408,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.24
+8.0.26
 
 anonymous
 



[31/33] syncope git commit: Upgrading Tomcat

2015-08-27 Thread mdisabatino
Upgrading Tomcat


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

Branch: refs/heads/SYNCOPE-156
Commit: 39eb5756b0da87327109322b6404cb0b14d1d995
Parents: a1737d3
Author: Francesco Chicchiriccò 
Authored: Wed Aug 26 17:39:16 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 26 17:39:16 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/39eb5756/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a952b3c..6cee0c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.63
+7.0.64
 
 1.9.2
  



[2/3] syncope git commit: Upgrading Tomcat

2015-08-26 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 39eb5756b0da87327109322b6404cb0b14d1d995
Parents: a1737d3
Author: Francesco Chicchiriccò 
Authored: Wed Aug 26 17:39:16 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 26 17:39:16 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/39eb5756/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a952b3c..6cee0c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.63
+7.0.64
 
 1.9.2
  



[1/3] syncope git commit: Upgrading Tomcat

2015-08-26 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X a1737d35a -> 39eb5756b
  refs/heads/master 4412ac7b8 -> e54592850


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: 39eb5756b0da87327109322b6404cb0b14d1d995
Parents: a1737d3
Author: Francesco Chicchiriccò 
Authored: Wed Aug 26 17:39:16 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 26 17:39:16 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/39eb5756/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a952b3c..6cee0c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.63
+7.0.64
 
 1.9.2
  



syncope git commit: Upgrading Tomcat and CodeMirror

2015-08-25 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 5da611de2 -> 3559e694b


Upgrading Tomcat and CodeMirror


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

Branch: refs/heads/master
Commit: 3559e694b91667da1ca474cecd207740a05bb127
Parents: 5da611d
Author: Francesco Chicchiriccò 
Authored: Wed Aug 26 08:46:41 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Aug 26 08:46:41 2015 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/3559e694/pom.xml
--
diff --git a/pom.xml b/pom.xml
index fb27973..adc785d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ under the License.
 4.4.0
 2.0.1
 8.7
-5.5
+5.6
 1.7.5
 
 7.0.0
@@ -408,7 +408,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.24
+8.0.26
 
 anonymous
 



syncope git commit: Upgrading Tomcat

2015-07-08 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 6ad26949a -> aac331491


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: aac331491a4d4ec95563437e48d3ce53c001a224
Parents: 6ad2694
Author: Francesco Chicchiriccò 
Authored: Wed Jul 8 17:03:41 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Jul 8 17:03:41 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/aac33149/pom.xml
--
diff --git a/pom.xml b/pom.xml
index cbe9981..706b944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.23
+8.0.24
 
 anonymous
 



[2/3] syncope git commit: Upgrading Tomcat

2015-07-08 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: a298dadddbf854f943a98a92d3ddd814206cd652
Parents: 33d8fab
Author: Francesco Chicchiriccò 
Authored: Wed Jul 8 09:33:17 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Jul 8 09:33:17 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/a298dadd/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b4779c2..d0a5e48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.62
+7.0.63
 
 1.9.2
  



[1/3] syncope git commit: Upgrading Tomcat

2015-07-08 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 33d8fabfb -> a298daddd
  refs/heads/master ac1968847 -> 003909d25


Upgrading Tomcat


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

Branch: refs/heads/1_2_X
Commit: a298dadddbf854f943a98a92d3ddd814206cd652
Parents: 33d8fab
Author: Francesco Chicchiriccò 
Authored: Wed Jul 8 09:33:17 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed Jul 8 09:33:17 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/a298dadd/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b4779c2..d0a5e48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ under the License.
 
 4.3.6
 
-7.0.62
+7.0.63
 
 1.9.2
  



[1/7] syncope git commit: Upgrading Tomcat

2015-05-27 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/1_2_X 13abc8331 -> f672ce492
  refs/heads/SYNCOPE-666 63108c8f8 -> c608b5854
  refs/heads/master c74d19809 -> 8ea1e6acc


Upgrading Tomcat


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

Branch: refs/heads/SYNCOPE-666
Commit: c74d198098eecc3c21e50749de6ec505dc0898a1
Parents: 55d846e
Author: Francesco Chicchiriccò 
Authored: Wed May 27 11:42:03 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed May 27 11:42:03 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c74d1980/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5253fd0..13f4ac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.22
+8.0.23
 
 anonymous
 



syncope git commit: Upgrading Tomcat

2015-05-27 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 55d846eee -> c74d19809


Upgrading Tomcat


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

Branch: refs/heads/master
Commit: c74d198098eecc3c21e50749de6ec505dc0898a1
Parents: 55d846e
Author: Francesco Chicchiriccò 
Authored: Wed May 27 11:42:03 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Wed May 27 11:42:03 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c74d1980/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5253fd0..13f4ac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.22
+8.0.23
 
 anonymous
 



[9/9] syncope git commit: Upgrading Tomcat

2015-05-08 Thread ilgrosso
Upgrading Tomcat


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

Branch: refs/heads/master
Commit: 84028f11520152cbb2da560c9c241d95d6391019
Parents: bc3cc30
Author: Francesco Chicchiriccò 
Authored: Fri May 8 16:08:29 2015 +0200
Committer: Francesco Chicchiriccò 
Committed: Fri May 8 16:08:29 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/84028f11/pom.xml
--
diff --git a/pom.xml b/pom.xml
index fa2e49a..122aec1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.21
+8.0.22
 
 anonymous
 



syncope git commit: Upgrading Tomcat and Commons DBCP2

2015-02-24 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master 311840cfd -> 8193efd56


Upgrading Tomcat and Commons DBCP2


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

Branch: refs/heads/master
Commit: 8193efd567a474ffed2881a4c4bdab12bbff334b
Parents: 311840c
Author: Francesco Chicchiriccò 
Authored: Wed Feb 25 08:50:33 2015 +0100
Committer: Francesco Chicchiriccò 
Committed: Wed Feb 25 08:50:33 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8193efd5/pom.xml
--
diff --git a/pom.xml b/pom.xml
index d76fdbf..94ca0e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@ under the License.
 3.2.5.RELEASE
 
 2.3.0
-2.0.1
+2.1
 5.1.3.Final
 
 1.9.2
@@ -400,7 +400,7 @@ under the License.
 ${log.directory}/cargo.log
 ${log.directory}/cargo-output.log
 
-8.0.18
+8.0.20
 
 anonymous
 
@@ -1469,9 +1469,11 @@ under the License.
 
 
   skipTests
+
   
 true
   
+
   
 clean install