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 master updated: Version update for OpenJPA

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 71e9848  Version update for OpenJPA
71e9848 is described below

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

    Version update for OpenJPA
---
 pom.xml                                                             | 6 +++---
 .../reference-guide/workingwithapachesyncope/customization.adoc     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8bccf62..ad2ee5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,11 +393,11 @@ 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>
     <spring-boot.version>2.1.3.RELEASE</spring-boot.version>
 
-    <openjpa.version>3.0.1-SNAPSHOT</openjpa.version>
+    <openjpa.version>3.1.0-SNAPSHOT</openjpa.version>
     <hikaricp.version>3.3.1</hikaricp.version>
     <hibernate-validator.version>6.0.13.Final</hibernate-validator.version>
 
@@ -2516,7 +2516,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 cc67b40..6802673 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]