This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch maven-3.9.6-relnotes in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 34f25ac5216e8c52b0f45210793a7be053ff23e8 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Dec 1 12:31:38 2023 +0100 Add the other bits --- content/markdown/docs/history.md.vm | 3 ++- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm index 1971a43b..73e2db53 100644 --- a/content/markdown/docs/history.md.vm +++ b/content/markdown/docs/history.md.vm @@ -99,7 +99,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( "2023-10-04" "3.9.5" "https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo" "true" "Java 8" "6" ) +#release( "2023-12-01" "3.9.6" "https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo" "true" "Java 8" "7" ) +#release( "2023-10-04" "3.9.5" "https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo" "" "" "" ) #release( "2023-08-03" "3.9.4" "https://lists.apache.org/thread/8lj6byvgoo9939mt5xm0d0wsy2m5j2k9" "" "" "" ) #release( "2023-06-26" "3.9.3" "https://lists.apache.org/thread/ydxl67r7ddh6tkhckkj51j8tksd8ok0m" "" "" "" ) #release( "2023-05-11" "3.9.2" "https://lists.apache.org/thread/6bjn6hkwo612qsd9dt6qx4ob9q2q261k" "" "" "" ) diff --git a/pom.xml b/pom.xml index cfc95f9e..7e4af603 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,10 @@ <maven.site.path>maven-site</maven.site.path> <project.build.outputTimestamp>x</project.build.outputTimestamp> <!-- disable Reproducible Builds that makes the site build time fixed at last release time --> - <currentStableVersion>3.9.5</currentStableVersion> - <currentStableVersionDetails>57804ffe001d7215b5e7bcb531cf83df38f93546</currentStableVersionDetails> + <currentStableVersion>3.9.6</currentStableVersion> + <currentStableVersionDetails>bc0240f3c744dd6b6ec2920b3cd08dcc295161ae</currentStableVersionDetails> <current4xVersion>4.0.0-alpha-8</current4xVersion> - <current39xVersion>3.9.5</current39xVersion> + <current39xVersion>3.9.6</current39xVersion> <current38xVersion>3.8.8</current38xVersion> <current36xVersion>3.6.3</current36xVersion> <current35xVersion>3.5.4</current35xVersion> @@ -71,7 +71,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.9.5,3.9.4,3.9.3,3.9.2,3.9.1,3.9.0,3.8.8,3.8.7,3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,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> + <versions3x>3.9.6,3.9.5,3.9.4,3.9.3,3.9.2,3.9.1,3.9.0,3.8.8,3.8.7,3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,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> <version4x>4.0.0-alpha-8,4.0.0-alpha-7,4.0.0-alpha-5,4.0.0-alpha-4,4.0.0-alpha-3,4.0.0-alpha-2</version4x> <site.output>${project.build.directory}/site</site.output> <!-- used by src/xdoc/errors/404.xml.vm -->