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

rfscholte 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 e5087dd  Apache Maven 3.8.1 release
e5087dd is described below

commit e5087ddb105c0e9852ea5226d3bad12f8250a52c
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Sun Apr 4 14:47:17 2021 +0200

    Apache Maven 3.8.1 release
---
 content/markdown/docs/history.md.vm | 3 ++-
 pom.xml                             | 9 +++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/content/markdown/docs/history.md.vm 
b/content/markdown/docs/history.md.vm
index 4595f51..5664c0f 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -73,7 +73,8 @@ 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( "2019-11-25" "3.6.3" 
"announce/201911.mbox/%3CMailbird-b8a76b15-cad9-4f81-b834-17c4e8b4d6b8%40apache.org%3E"
 "true" "Java 7" "13" )
+#release( "2021-04-04" "3.8.1" "" "true" "Java 7" "14" )
+#release( "2019-11-25" "3.6.3" 
"announce/201911.mbox/%3CMailbird-b8a76b15-cad9-4f81-b834-17c4e8b4d6b8%40apache.org%3E"
 "true" "" "" )
 #release( "2019-08-27" "3.6.2" 
"announce/201909.mbox/%3CCACcefgc8DBFwq5vQ7EuZNGSeBxemz6Hd_2n%3DMV9T%3DpYgdUM5EA%40mail.gmail.com%3E"
 "" "" "" )
 #release( "2019-04-04" "3.6.1" 
"announce/201904.mbox/%3Cop.zz6k0iklkdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E"
 "" "" "" )
 #release( "2018-10-24" "3.6.0" 
"announce/201811.mbox/%3C20181101115259.168F4187BA%40minotaur.apache.org%3E" "" 
"" "" )
diff --git a/pom.xml b/pom.xml
index f482520..0452605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,9 +55,10 @@
 
   <properties>
     <maven.site.path>maven-site</maven.site.path>
-    <currentStableVersion>3.6.3</currentStableVersion>
-    <currentStableReleaseDate>2019-11-26</currentStableReleaseDate>
-    
<currentStableVersionDetails>cecedd343002696d0abb50b32b541b8a6ba2883f</currentStableVersionDetails>
+    <currentStableVersion>3.8.1</currentStableVersion>
+    <currentStableReleaseDate>2021-04-04</currentStableReleaseDate>
+    
<currentStableVersionDetails>0ec48eb515d93f8515d4abe465570dfded6fa13a3ceb9aab8031428442d9912ec20f066b2afbf56964ffe1ceb56f80321b50db73cf77a0e2445ad0211fb8e38d</currentStableVersionDetails>
+       <current38xVersion>3.8.1</current38xVersion>
     <current36xVersion>3.6.3</current36xVersion>
     <current35xVersion>3.5.4</current35xVersion>
     <current33xVersion>3.3.9</current33xVersion>
@@ -67,7 +68,7 @@
     <currentAntTasksVersion>2.1.3</currentAntTasksVersion>
     <currentAntTasksReleaseDate>2011-04-17</currentAntTasksReleaseDate>
     
<versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x>
-    
<versions3x>3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
+    
<versions3x>3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.9.1-SNAPSHOT</fluidoVersion><!-- used by 
src/xdoc/errors/404.xml.vm -->
     <doxiaVersion>1.9.1</doxiaVersion>

Reply via email to