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

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

commit 4733a631d44b92be1d7dc6c516a273f7929ea3c7
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue Mar 14 17:00:46 2023 +0100

    Prepare 3.9.1 site changes
---
 content/markdown/docs/3.9.0/release-notes.md       |  2 +-
 .../docs/{3.9.0 => 3.9.1}/release-notes.md         | 46 ++++++----------------
 content/markdown/docs/history.md.vm                |  3 +-
 pom.xml                                            |  8 ++--
 4 files changed, 18 insertions(+), 41 deletions(-)

diff --git a/content/markdown/docs/3.9.0/release-notes.md 
b/content/markdown/docs/3.9.0/release-notes.md
index 4f6b5053..a1d54796 100644
--- a/content/markdown/docs/3.9.0/release-notes.md
+++ b/content/markdown/docs/3.9.0/release-notes.md
@@ -45,7 +45,7 @@ If you have any questions, please consult:
 * Cutting ties with Maven 2 backward compatibility, preparing grounds for 
Maven 4.
 * General fixes and improvements.
 
-### Potentially Breaking Core Changes
+### Potentially Breaking Core Changes (if migrating from 3.8.x)
 
 * The Maven Resolver transport has changed from Wagon to "native HTTP", see 
[Resolver Transport guide](/guides/mini/guide-resolver-transport.html).
 * Maven 2.x was auto-injecting an ancient version of `plexus-utils` dependency 
into the plugin classpath, and Maven 3.x continued doing this to preserve 
backward compatibility. Starting with Maven 3.9, it does not happen anymore. 
This change may lead to plugin breakage. The fix for affected plugin 
maintainers is to explicitly declare a dependency on `plexus-utils`. The 
workaround for affected plugin users is to add this dependency to plugin 
dependencies until issue is fixed by the affect [...]
diff --git a/content/markdown/docs/3.9.0/release-notes.md 
b/content/markdown/docs/3.9.1/release-notes.md
similarity index 57%
copy from content/markdown/docs/3.9.0/release-notes.md
copy to content/markdown/docs/3.9.1/release-notes.md
index 4f6b5053..4b7c98b5 100644
--- a/content/markdown/docs/3.9.0/release-notes.md
+++ b/content/markdown/docs/3.9.1/release-notes.md
@@ -20,11 +20,11 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 
-# Release Notes &#x2013; Maven 3.9.0
+# Release Notes &#x2013; Maven 3.9.1
 
-The Apache Maven team would like to announce the release of Maven 3.9.0.
+The Apache Maven team would like to announce the release of Maven 3.9.1.
 
-Maven 3.9.0 is [available for download][0].
+Maven 3.9.1 is [available for download][0].
 
 Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting, and documentation from a central place.
 
@@ -34,49 +34,25 @@ If you have any questions, please consult:
 
 - the web site: [https://maven.apache.org/][2]
 - the maven-user mailing list: 
[https://maven.apache.org/mailing-lists.html](/mailing-lists.html)
-- the reference documentation: 
[https://maven.apache.org/ref/3.9.0/](/ref/3.9.0/)
+- the reference documentation: 
[https://maven.apache.org/ref/3.9.1/](/ref/3.9.1/)
 
 ## Overview About the Changes
 
-* Minimum Java version to use with Maven 3.9.0 is raised to Java 8.
-* With Java 8, upgrade of several key dependencies became possible as well.
-* Several backports from Maven 4.x line.
-* Long outstanding issue fixes from Maven 3.x line.
-* Cutting ties with Maven 2 backward compatibility, preparing grounds for 
Maven 4.
-* General fixes and improvements.
+* Regression fixes from Maven 3.9.0
+* General performance and other fixes
 
-### Potentially Breaking Core Changes
+The full list of changes can be found in our [issue management system][4].
+
+### Potentially Breaking Core Changes (if migrating from 3.8.x)
 
 * The Maven Resolver transport has changed from Wagon to "native HTTP", see 
[Resolver Transport guide](/guides/mini/guide-resolver-transport.html).
 * Maven 2.x was auto-injecting an ancient version of `plexus-utils` dependency 
into the plugin classpath, and Maven 3.x continued doing this to preserve 
backward compatibility. Starting with Maven 3.9, it does not happen anymore. 
This change may lead to plugin breakage. The fix for affected plugin 
maintainers is to explicitly declare a dependency on `plexus-utils`. The 
workaround for affected plugin users is to add this dependency to plugin 
dependencies until issue is fixed by the affect [...]
 * Mojos are prevented to boostrap new instance of `RepositorySystem` (for 
example by using deprecated `ServiceLocator`), they should reuse 
`RepositorySystem` instance provided by Maven instead. See 
[MNG-7471](https://issues.apache.org/jira/browse/MNG-7471).
 * Each line in `.mvn/maven.config` is now interpreted as a single argument. 
That is, if the file contains multiple arguments, these must now be placed on 
separate lines, see [MNG-7684](https://issues.apache.org/jira/browse/MNG-7684).
 
-### Notable Core Improvements
-
-* Help with projects maintenance: Maven now warns about use of deprecated 
plugins, goals, parameters, etc.
-* Add support for "mvn pluginPrefix:version:goal" invocation, and align 
console logging as well (make it copy-paste-able).
-* Add profile activation by packaging.
-* Maven 3.9.0 is now fully compatible with new 3.x line of install and deploy 
plugins (previous versions warns about this).
-
-### Notable Resolver 1.9.x Improvements
-
-* Shared local repository (advisory file locking, Hazelcast or Redis, see 
[documentation](https://maven.apache.org/resolver/local-repository.html#shared-access-to-local-repository)).
-* Split local repository, plus "workspace" support for branched development 
(see 
[documentation](https://maven.apache.org/resolver/local-repository.html#split-local-repository)).
-* Switchable and alternative resolver transports included, with default 
switched to native transport.
-* Pluggable checksum algorithms API (is not tied to MessageDigest anymore, see 
[documentation](https://maven.apache.org/resolver/about-checksums.html)).
-* Choice of resolver collectors: a new BF collector (with parallel POM 
downloads) has been added along the existing DF one.
-* Remote repository filtering (see 
[documentation](https://maven.apache.org/resolver/remote-repository-filtering.html)).
-* Trusted checksum sources (ability to provide some or all artifact checksums 
ahead of time).
-* Pluggable artifact resolver post-processor, with "trustedChecksums" 
implementation.
-* Chained local repository (for IT isolation between "outer" and "inner" 
builds).
-* Recording reverse dependency tree tracking information into local repository.
-
-The full list of changes can be found in our [issue management system][4].
-
 ## Known Issues
 
-* Observed roughly 10% slow-down on large builds when compared to Maven 3.8.7, 
tracked on [MNG-7677](https://issues.apache.org/jira/browse/MNG-7677).
+None.
 
 ## Complete Release Notes
 
@@ -85,5 +61,5 @@ See [complete release notes for all versions][5]
 [0]: ../../download.html
 [1]: ../../plugins/index.html
 [2]: https://maven.apache.org/
-[4]: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12350913
+[4]: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12352872
 [5]: ../../docs/history.html
diff --git a/content/markdown/docs/history.md.vm 
b/content/markdown/docs/history.md.vm
index 1f48015e..c2e4e80e 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -89,7 +89,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-01-31" "3.9.0" 
"https://lists.apache.org/thread/0tfr7t2j2ddbv4gjvxm47yohtk3dg6b3"; "true" "Java 
8" "1" )
+#release( "2023-03-14" "3.9.1" 
"https://lists.apache.org/thread/0tfr7t2j2ddbv4gjvxm47yohtk3dg6b3"; "true" "Java 
8" "2" )
+#release( "2023-01-31" "3.9.0" 
"https://lists.apache.org/thread/0tfr7t2j2ddbv4gjvxm47yohtk3dg6b3"; "" "" "" )
 #release( "2023-03-08" "3.8.8" "announce/202303.mbox/%3C{uuid}@apache.org%3E" 
"true" "Java 7" "21" )
 #release( "2022-12-24" "3.8.7" 
"announce/202212.mbox/%3c27650d65-28f1-f3d8-472d-7d1939e1c...@apache.org%3E" "" 
"" "" )
 #release( "2022-06-06" "3.8.6" 
"announce/202206.mbox/%3c850c94d3-c7d3-81a3-b6e2-5b6f0d268...@apache.org%3E" "" 
"" "" )
diff --git a/pom.xml b/pom.xml
index 32da02ea..885fa877 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,10 +55,10 @@
 
   <properties>
     <maven.site.path>maven-site</maven.site.path>
-    <currentStableVersion>3.9.0</currentStableVersion>
-    
<currentStableVersionDetails>9b58d2bad23a66be161c4664ef21ce219c2c8584</currentStableVersionDetails>
+    <currentStableVersion>3.9.1</currentStableVersion>
+    
<currentStableVersionDetails>wannabe-commit-hash</currentStableVersionDetails>
     <current4xVersion>4.0.0-alpha-4</current4xVersion>
-    <current39xVersion>3.9.0</current39xVersion>
+    <current39xVersion>3.9.1</current39xVersion>
     <current38xVersion>3.8.8</current38xVersion>
     <current36xVersion>3.6.3</current36xVersion>
     <current35xVersion>3.5.4</current35xVersion>
@@ -69,7 +69,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.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.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-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 -->

Reply via email to