You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/11/11 13:06:02 UTC

[cayenne] branch master updated: fix asciidoc config

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94e6b9dd6 fix asciidoc config
94e6b9dd6 is described below

commit 94e6b9dd69e21b5131de365749c1e16c44776f1f
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Fri Nov 11 16:05:57 2022 +0300

    fix asciidoc config
---
 docs/asciidoc/cayenne-guide/pom.xml            | 4 ++--
 docs/asciidoc/getting-started-db-first/pom.xml | 4 ++--
 docs/asciidoc/upgrade-guide/pom.xml            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/asciidoc/cayenne-guide/pom.xml b/docs/asciidoc/cayenne-guide/pom.xml
index 5bf45370c..321a9471a 100644
--- a/docs/asciidoc/cayenne-guide/pom.xml
+++ b/docs/asciidoc/cayenne-guide/pom.xml
@@ -89,10 +89,10 @@
                                 </goals>
                                 <configuration>
                                     <backend>html5</backend>
-                                    <sourceHighlighter>coderay</sourceHighlighter>
                                     <embedAssets>true</embedAssets>
                                     <attributes>
                                         <toc>left</toc>
+                                        <source-highlighter>coderay</source-highlighter>
                                     </attributes>
                                 </configuration>
                             </execution>
@@ -106,10 +106,10 @@
                                 </goals>
                                 <configuration>
                                     <backend>pdf</backend>
-                                    <sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
                                         <pagenums />
                                         <toc />
+                                        <source-highlighter>coderay</source-highlighter>
                                     </attributes>
                                 </configuration>
                             </execution>
diff --git a/docs/asciidoc/getting-started-db-first/pom.xml b/docs/asciidoc/getting-started-db-first/pom.xml
index d94b2c56a..51167ea80 100644
--- a/docs/asciidoc/getting-started-db-first/pom.xml
+++ b/docs/asciidoc/getting-started-db-first/pom.xml
@@ -91,10 +91,10 @@
                                 </goals>
                                 <configuration>
                                     <backend>html5</backend>
-                                    <sourceHighlighter>coderay</sourceHighlighter>
                                     <embedAssets>true</embedAssets>
                                     <attributes>
                                         <toc>left</toc>
+                                        <source-highlighter>coderay</source-highlighter>
                                     </attributes>
                                 </configuration>
                             </execution>
@@ -108,10 +108,10 @@
                                 </goals>
                                 <configuration>
                                     <backend>pdf</backend>
-                                    <sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
                                         <pagenums />
                                         <toc />
+                                        <source-highlighter>coderay</source-highlighter>
                                     </attributes>
                                 </configuration>
                             </execution>
diff --git a/docs/asciidoc/upgrade-guide/pom.xml b/docs/asciidoc/upgrade-guide/pom.xml
index 24b6586ba..5e95e037a 100644
--- a/docs/asciidoc/upgrade-guide/pom.xml
+++ b/docs/asciidoc/upgrade-guide/pom.xml
@@ -87,10 +87,10 @@
                                 </goals>
                                 <configuration>
                                     <backend>html5</backend>
-                                    <sourceHighlighter>coderay</sourceHighlighter>
                                     <embedAssets>true</embedAssets>
                                     <attributes>
                                         <toc>left</toc>
+                                        <source-highlighter>coderay</source-highlighter>
                                     </attributes>
                                 </configuration>
                             </execution>
@@ -104,10 +104,10 @@
                                 </goals>
                                 <configuration>
                                     <backend>pdf</backend>
-                                    <sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
                                         <pagenums />
                                         <toc />
+                                        <source-highlighter>coderay</source-highlighter>
                                     </attributes>
                                 </configuration>
                             </execution>