You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/04/13 08:26:44 UTC

[maven-site] branch master updated: Fixed Release date of Maven Core.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74e21a7  Fixed Release date of Maven Core.
74e21a7 is described below

commit 74e21a7e629bb1f26051374c8d770042086a4cbc
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 13 10:26:32 2019 +0200

    Fixed Release date of Maven Core.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 783c3c0..09fee08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
   <properties>
     <maven.site.path>maven-site</maven.site.path>
     <currentStableVersion>3.6.1</currentStableVersion>
-    <currentStableReleaseDate>2019-04-04</currentStableReleaseDate>
+    <currentStableReleaseDate>2019-04-12</currentStableReleaseDate>
     <currentStableVersionDetails>d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00</currentStableVersionDetails>
     <current36xVersion>3.6.1</current36xVersion>
     <current35xVersion>3.5.4</current35xVersion>