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 2022/01/23 09:23:07 UTC

[syncope] 02/02: Fixing image links in generated docs

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

commit b5b17eb7e5629566f39fdbeedb857d58d99333a8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Jan 23 10:22:51 2022 +0100

    Fixing image links in generated docs
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5aa165d..62b8014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
     <pac4j.version>5.2.1</pac4j.version>
 
     <cas.version>6.5.0-RC4</cas.version>
-    <cas-client.version>3.6.2</cas-client.version>
+    <cas-client.version>3.6.4</cas-client.version>
 
     <h2.version>1.4.200</h2.version>
 
@@ -1910,7 +1910,7 @@ under the License.
     </repository>
     <repository>
       <id>shibboleth</id>
-      <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+      <url>https://build.shibboleth.net/maven/releases</url>
       <releases>
         <enabled>true</enabled>
       </releases>
@@ -2707,7 +2707,7 @@ under the License.
                   <backend>html</backend>
                   <attributes>
                     <title>Apache Syncope ${project.version} - Getting Started</title>
-                    <imagesdir>${rootpom.basedir}/target/generated-docs/images</imagesdir>
+                    <imagesdir>images</imagesdir>
                   </attributes>
                 </configuration>
               </execution>
@@ -2740,7 +2740,7 @@ under the License.
                   <backend>html</backend>
                   <attributes>
                     <title>Apache Syncope ${project.version} - Reference Guide</title>
-                    <imagesdir>${rootpom.basedir}/target/generated-docs/images</imagesdir>
+                    <imagesdir>images</imagesdir>
                   </attributes>
                 </configuration>
               </execution>