You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/05/06 09:29:16 UTC

[maven-deploy-plugin] branch master updated (6eb066e -> dd39f5d)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


    from 6eb066e  [MDEPLOY-291] Update POM parent and Maven (#22)
     new d4bdd05  (doc) drop obsolete Google tracking code
     new dd39f5d  (doc) Update Fluido Skin to 1.10.0

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:
 src/site/site.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[maven-deploy-plugin] 01/02: (doc) drop obsolete Google tracking code

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit d4bdd053f2e5e8bd9a3c8301f04d6b227ceb6410
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri May 6 11:26:36 2022 +0200

    (doc) drop obsolete Google tracking code
---
 src/site/site.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6541e2e..eb26a82 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -40,7 +40,6 @@ under the License.
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
-      <googlePlusOne />
       <googleSearch>
         <sitesearch>maven.apache.org/plugins/maven-deploy-plugin/</sitesearch>
       </googleSearch>


[maven-deploy-plugin] 02/02: (doc) Update Fluido Skin to 1.10.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit dd39f5d12cb604ae674c9669425255116b1b72d4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri May 6 11:28:45 2022 +0200

    (doc) Update Fluido Skin to 1.10.0
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index eb26a82..6df80c4 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -34,7 +34,7 @@ under the License.
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.7</version>
+    <version>1.10.0</version>
   </skin>
 
   <custom>