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 2021/09/27 20:03:58 UTC

[maven-site] branch maven-3.8.3 updated: Fix release date

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

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


The following commit(s) were added to refs/heads/maven-3.8.3 by this push:
     new 2dc4b1a  Fix release date
2dc4b1a is described below

commit 2dc4b1acf03513e7c5189448be62f6985209c7d0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 27 22:03:54 2021 +0200

    Fix release date
---
 content/markdown/docs/history.md.vm | 2 +-
 pom.xml                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm
index 7f6dbad..a33c4c6 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -73,7 +73,7 @@ Date format is: YYYY-MM-DD
 <!--  release( date version announce latest-minor jdk rowspan ) -->
 <!-- The following two lines needs to be fixed in x days if the archive picks up the announcement mail. -->
 
-#release( "2021-10-04" "3.8.3" "announce/202110.mbox/%3CUUID@apache.org%3E" "true" "Java 7" "16" )
+#release( "2021-09-27" "3.8.3" "announce/202110.mbox/%3CUUID@apache.org%3E" "true" "Java 7" "16" )
 #release( "2021-08-04" "3.8.2" "announce/202108.mbox/%3C85a7a3d4-c4ae-8e1e-f5c4-832017b79ca3@apache.org%3E" "" "" "" )
 #release( "2021-04-04" "3.8.1" "announce/202104.mbox/%3CMailbird-0918dc43-dc18-4008-b83b-8bc8b1528177%40apache.org%3E" "" "" "" )
 #release( "2019-11-25" "3.6.3" "announce/201911.mbox/%3CMailbird-b8a76b15-cad9-4f81-b834-17c4e8b4d6b8%40apache.org%3E" "true" "" "" )
diff --git a/pom.xml b/pom.xml
index b8d34ea..dc77265 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
   <properties>
     <maven.site.path>maven-site</maven.site.path>
     <currentStableVersion>3.8.3</currentStableVersion>
-    <currentStableReleaseDate>2021-10-04</currentStableReleaseDate>
+    <currentStableReleaseDate>2021-09-27</currentStableReleaseDate>
     <currentStableVersionDetails>SHA-1</currentStableVersionDetails>
     <current38xVersion>3.8.3</current38xVersion>
     <current36xVersion>3.6.3</current36xVersion>