You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/04/01 10:54:02 UTC

[syncope] branch 2_1_X updated: Upgrading Spring, commons-httpclient and asciidoctor-maven-plugin

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new bef507c  Upgrading Spring, commons-httpclient and asciidoctor-maven-plugin
bef507c is described below

commit bef507ce4955c4ccac93007fdeaca29ce4df76d9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 1 12:42:14 2019 +0200

    Upgrading Spring, commons-httpclient and asciidoctor-maven-plugin
---
 installer/src/main/resources/izpack/install.xml                     | 3 +--
 pom.xml                                                             | 6 +++---
 .../reference-guide/workingwithapachesyncope/customization.adoc     | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/installer/src/main/resources/izpack/install.xml b/installer/src/main/resources/izpack/install.xml
index 2f15e1c..2cc95f4 100644
--- a/installer/src/main/resources/izpack/install.xml
+++ b/installer/src/main/resources/izpack/install.xml
@@ -135,8 +135,7 @@ under the License.
   <jar src="lib/commons-lang3-@{commons-lang.version}.jar"/>
   <jar src="lib/httpclient-@{httpclient.version}.jar"/>
   <jar src="lib/httpmime-@{httpclient.version}.jar"/>
-  <jar src="lib/httpcore-4.4.10.jar"/>
-  <jar src="lib/commons-codec-1.10.jar"/>
+  <jar src="lib/httpcore-4.4.11.jar"/>
   <jar src="lib/jackson-databind-@{jackson.version}.jar"/>
   <jar src="lib/jackson-core-@{jackson.version}.jar"/>
   <jar src="lib/jackson-annotations-@{jackson.version}.jar"/>
diff --git a/pom.xml b/pom.xml
index c560095..7344b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
 
     <jackson.version>2.9.8</jackson.version>
 
-    <spring.version>5.1.5.RELEASE</spring.version>
+    <spring.version>5.1.6.RELEASE</spring.version>
     <spring-security.version>5.1.4.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>
@@ -485,7 +485,7 @@ under the License.
     <fileSaver.version>0.0.2</fileSaver.version>
     
     <izpack.version>5.1.3</izpack.version>
-    <httpclient.version>4.5.6</httpclient.version>
+    <httpclient.version>4.5.8</httpclient.version>
     <maven-invoker.version>3.0.1</maven-invoker.version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
@@ -2509,7 +2509,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>1.5.7.1</version>
+            <version>1.5.8</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index 0f23ec7..ae63c4b 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -853,7 +853,7 @@ An empty `attributes` field translates to skip filtering and show all attributes
 ```
 shows all `PLAIN` attributes.
 
-If all attributes are to be hidden, please use [[customization-enduser-template]] to hide the full wizard step, instead.
+If all attributes are to be hidden, please use <<customization-enduser-template>> to hide the full wizard step, instead.
 ====
 
 [NOTE]