You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/01/20 16:31:11 UTC

[maven-deploy-plugin] branch master updated: fixed date format for Doxia parsing

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7057a02  fixed date format for Doxia parsing
7057a02 is described below

commit 7057a0266c23d4413435f4c697638cfddfbba31f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jan 20 17:31:10 2019 +0100

    fixed date format for Doxia parsing
---
 src/site/apt/examples/deploy-ftp.apt                     | 2 +-
 src/site/apt/examples/deploy-ssh-external.apt            | 2 +-
 src/site/apt/examples/deploying-in-legacy-layout.apt.vm  | 2 +-
 src/site/apt/examples/deploying-sources-javadoc.apt.vm   | 2 +-
 src/site/apt/examples/deploying-with-classifiers.apt.vm  | 2 +-
 src/site/apt/examples/deploying-with-customed-pom.apt.vm | 2 +-
 src/site/apt/examples/disabling-generic-pom.apt.vm       | 2 +-
 src/site/apt/file-deployment.apt                         | 2 +-
 src/site/apt/project-deployment.apt                      | 2 +-
 src/site/apt/usage.apt                                   | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/site/apt/examples/deploy-ftp.apt b/src/site/apt/examples/deploy-ftp.apt
index e7654b3..efb4119 100644
--- a/src/site/apt/examples/deploy-ftp.apt
+++ b/src/site/apt/examples/deploy-ftp.apt
@@ -3,7 +3,7 @@
  ------
  Jason van Zyl
  ------
- 12 October 2005
+ 2005-10-12
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/deploy-ssh-external.apt b/src/site/apt/examples/deploy-ssh-external.apt
index e424a74..4536d79 100644
--- a/src/site/apt/examples/deploy-ssh-external.apt
+++ b/src/site/apt/examples/deploy-ssh-external.apt
@@ -3,7 +3,7 @@
  ------
  Jason van Zyl
  ------
- 12 October 2005
+ 2005-10-12
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/deploying-in-legacy-layout.apt.vm b/src/site/apt/examples/deploying-in-legacy-layout.apt.vm
index c87ae35..bc9a88b 100644
--- a/src/site/apt/examples/deploying-in-legacy-layout.apt.vm
+++ b/src/site/apt/examples/deploying-in-legacy-layout.apt.vm
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  June 2006
+  2006-06-21
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/deploying-sources-javadoc.apt.vm b/src/site/apt/examples/deploying-sources-javadoc.apt.vm
index 69630b2..4a7a406 100644
--- a/src/site/apt/examples/deploying-sources-javadoc.apt.vm
+++ b/src/site/apt/examples/deploying-sources-javadoc.apt.vm
@@ -2,7 +2,7 @@
   Deploy sources and javadocs for an artifact
   ------
   ------
-  February 2011
+  20011-02-23
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/deploying-with-classifiers.apt.vm b/src/site/apt/examples/deploying-with-classifiers.apt.vm
index c0b5870..ca4b5fa 100644
--- a/src/site/apt/examples/deploying-with-classifiers.apt.vm
+++ b/src/site/apt/examples/deploying-with-classifiers.apt.vm
@@ -3,7 +3,7 @@
   ------
   Robert Scholte 
   ------
-  September 2013
+  2013-09-01
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/deploying-with-customed-pom.apt.vm b/src/site/apt/examples/deploying-with-customed-pom.apt.vm
index b86caf8..1773a94 100644
--- a/src/site/apt/examples/deploying-with-customed-pom.apt.vm
+++ b/src/site/apt/examples/deploying-with-customed-pom.apt.vm
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  June 2006
+  2006-06-21
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/disabling-generic-pom.apt.vm b/src/site/apt/examples/disabling-generic-pom.apt.vm
index 17a0342..2d23e9f 100644
--- a/src/site/apt/examples/disabling-generic-pom.apt.vm
+++ b/src/site/apt/examples/disabling-generic-pom.apt.vm
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  June 2006
+  2006-06-21
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/file-deployment.apt b/src/site/apt/file-deployment.apt
index a886cbf..4775897 100644
--- a/src/site/apt/file-deployment.apt
+++ b/src/site/apt/file-deployment.apt
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  July 2006
+  2006-07-14
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/project-deployment.apt b/src/site/apt/project-deployment.apt
index e74a029..c462e70 100644
--- a/src/site/apt/project-deployment.apt
+++ b/src/site/apt/project-deployment.apt
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  July 2006
+  2006-07-14
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
index 8eafe93..2a222ff 100644
--- a/src/site/apt/usage.apt
+++ b/src/site/apt/usage.apt
@@ -4,7 +4,7 @@
   Jerome Lacoste
   John Casey
   ------
-  January 29 2006
+  2006-01-29
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one