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 9b1c9f8 Upgrading Swagger UI, asciidoctor-maven-plugin and
asciidoctorj-pdf
9b1c9f8 is described below
commit 9b1c9f8676b973e60a9d1be0b576090214f52cde
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jun 22 08:35:04 2020 +0200
Upgrading Swagger UI, asciidoctor-maven-plugin and asciidoctorj-pdf
---
pom.xml | 20 +++++++++++---------
src/main/asciidoc/getting-started/obtain.adoc | 6 +++---
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1eb67bf..95deb34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,7 +456,7 @@ under the License.
<mockito.version>3.3.0</mockito.version>
<swagger-core.version>2.1.2</swagger-core.version>
- <swagger-ui.version>3.26.1</swagger-ui.version>
+ <swagger-ui.version>3.27.0</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -2759,18 +2759,16 @@ under the License.
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>2.0.0</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
- <version>1.5.2</version>
+ <version>1.5.3</version>
</dependency>
</dependencies>
<configuration>
- <skip>${skipTests}</skip>
<doctype>book</doctype>
- <relativeBaseDir>true</relativeBaseDir>
<sourceHighlighter>highlightjs</sourceHighlighter>
<attributes>
<docVersion>${project.version}</docVersion>
@@ -2800,10 +2798,11 @@ under the License.
</goals>
<configuration>
<sourceDocumentName>getting-started/getting-started.adoc</sourceDocumentName>
+
<baseDir>${rootpom.basedir}/src/main/asciidoc/getting-started</baseDir>
<backend>html</backend>
- <imagesDir>./images</imagesDir>
<attributes>
<title>Apache Syncope ${project.version} - Getting
Started</title>
+ <imagesdir>images</imagesdir>
</attributes>
</configuration>
</execution>
@@ -2815,11 +2814,12 @@ under the License.
</goals>
<configuration>
<sourceDocumentName>getting-started/getting-started.adoc</sourceDocumentName>
+
<baseDir>${rootpom.basedir}/src/main/asciidoc/getting-started</baseDir>
<backend>pdf</backend>
- <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir>
<attributes>
<pdf-stylesdir>${basedir}/src/main/asciidoc</pdf-stylesdir>
<pdf-style>syncope</pdf-style>
+ <imagesdir>${basedir}/src/main/asciidoc/images</imagesdir>
</attributes>
</configuration>
</execution>
@@ -2831,10 +2831,11 @@ under the License.
</goals>
<configuration>
<sourceDocumentName>reference-guide/reference-guide.adoc</sourceDocumentName>
+
<baseDir>${rootpom.basedir}/src/main/asciidoc/reference-guide</baseDir>
<backend>html</backend>
- <imagesDir>./images</imagesDir>
<attributes>
<title>Apache Syncope ${project.version} - Reference
Guide</title>
+ <imagesdir>images</imagesdir>
</attributes>
</configuration>
</execution>
@@ -2846,11 +2847,12 @@ under the License.
</goals>
<configuration>
<sourceDocumentName>reference-guide/reference-guide.adoc</sourceDocumentName>
+
<baseDir>${rootpom.basedir}/src/main/asciidoc/reference-guide</baseDir>
<backend>pdf</backend>
- <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir>
<attributes>
<pdf-stylesdir>${basedir}/src/main/asciidoc</pdf-stylesdir>
<pdf-style>syncope</pdf-style>
+ <imagesdir>${basedir}/src/main/asciidoc/images</imagesdir>
</attributes>
</configuration>
</execution>
diff --git a/src/main/asciidoc/getting-started/obtain.adoc
b/src/main/asciidoc/getting-started/obtain.adoc
index cedd1a0..4f7f32b 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -105,7 +105,7 @@ https://docs.docker.com/compose/[Docker Compose^] or
https://kubernetes.io/[Kube
===== Core
-Apache Syncope Core, see <<a-bird-s-eye-view-on-the-architecture,above>> for
information.
+Apache Syncope Core, see <<a-birds-eye-view-on-the-architecture,above>> for
information.
Port exposed: `8080`.
@@ -125,7 +125,7 @@
http://openjpa.apache.org/builds/3.0.0/apache-openjpa/docs/ref_guide_event.html[
===== Console
-Apache Syncope Admin UI, see <<a-bird-s-eye-view-on-the-architecture,above>>
for information.
+Apache Syncope Admin UI, see <<a-birds-eye-view-on-the-architecture,above>>
for information.
Port exposed: `8080`.
@@ -137,7 +137,7 @@ Environment variables:
===== Enduser
-Apache Syncope Enduser UI, see <<a-bird-s-eye-view-on-the-architecture,above>>
for information.
+Apache Syncope Enduser UI, see <<a-birds-eye-view-on-the-architecture,above>>
for information.
Port exposed: `8080`.