You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/28 23:57:46 UTC

[maven-doxia-sitetools] branch master updated (dfc7b1a -> f4b5fdc)

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

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


    from dfc7b1a  [DOXIASITETOOLS-280] Upgrade to Doxia 2.0.0-M5
     new a080668  Fix typo
     new f4b5fdc  Remove link references to Maven 2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doxia-decoration-model/src/main/mdo/decoration.mdo                      | 2 +-
 .../test/resources/unit/site-tool-locales-test/full/src/site/site.xml   | 2 +-
 .../unit/site-tool-locales-test/full/src/site/site_de_DE_BY.xml         | 2 +-
 .../resources/unit/site-tool-locales-test/language/src/site/site.xml    | 2 +-
 .../resources/unit/site-tool-locales-test/language/src/site/site_de.xml | 2 +-
 .../unit/site-tool-locales-test/language_country/src/site/site.xml      | 2 +-
 .../site-tool-locales-test/language_country/src/site/site_de_DE.xml     | 2 +-
 .../src/test/resources/unit/site-tool-test/src/site/site.xml            | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)


[maven-doxia-sitetools] 01/02: Fix typo

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit a080668dba23c987924d63a450fdbe702a6287cd
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 29 00:56:24 2023 +0100

    Fix typo
---
 doxia-decoration-model/src/main/mdo/decoration.mdo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-decoration-model/src/main/mdo/decoration.mdo b/doxia-decoration-model/src/main/mdo/decoration.mdo
index db3aead..ce1aa61 100644
--- a/doxia-decoration-model/src/main/mdo/decoration.mdo
+++ b/doxia-decoration-model/src/main/mdo/decoration.mdo
@@ -741,7 +741,7 @@ under the License.
 
     <class java.clone="deep">
       <name>Skin</name>
-      <description>An skin artifact declaration.</description>
+      <description>A skin artifact declaration.</description>
       <version>1.0.0+</version>
       <fields>
         <field>


[maven-doxia-sitetools] 02/02: Remove link references to Maven 2

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit f4b5fdc9519c63204deac1fb7e23e2f81d744f46
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 29 00:57:28 2023 +0100

    Remove link references to Maven 2
---
 .../test/resources/unit/site-tool-locales-test/full/src/site/site.xml   | 2 +-
 .../unit/site-tool-locales-test/full/src/site/site_de_DE_BY.xml         | 2 +-
 .../resources/unit/site-tool-locales-test/language/src/site/site.xml    | 2 +-
 .../resources/unit/site-tool-locales-test/language/src/site/site_de.xml | 2 +-
 .../unit/site-tool-locales-test/language_country/src/site/site.xml      | 2 +-
 .../site-tool-locales-test/language_country/src/site/site_de_DE.xml     | 2 +-
 .../src/test/resources/unit/site-tool-test/src/site/site.xml            | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site.xml
index f3fbf35..a65c9a9 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview from site.xml">
diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site_de_DE_BY.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site_de_DE_BY.xml
index 5c5b74d..849863c 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site_de_DE_BY.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/full/src/site/site_de_DE_BY.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview from site_de_DE_BY.xml">
diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site.xml
index f3fbf35..a65c9a9 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview from site.xml">
diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site_de.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site_de.xml
index 3a99020..e330ea1 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site_de.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language/src/site/site_de.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview from site_de.xml">
diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site.xml
index aaa2bae..dec2ea7 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview">
diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site_de_DE.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site_de_DE.xml
index aaa2bae..dec2ea7 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site_de_DE.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-locales-test/language_country/src/site/site_de_DE.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview">
diff --git a/doxia-integration-tools/src/test/resources/unit/site-tool-test/src/site/site.xml b/doxia-integration-tools/src/test/resources/unit/site-tool-test/src/site/site.xml
index aaa2bae..dec2ea7 100644
--- a/doxia-integration-tools/src/test/resources/unit/site-tool-test/src/site/site.xml
+++ b/doxia-integration-tools/src/test/resources/unit/site-tool-test/src/site/site.xml
@@ -34,7 +34,7 @@ under the License.
   </skin>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
     </links>
 
     <menu name="Overview">