You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/31 11:19:14 UTC

[maven-site] branch elharo-patch-6 created (now c6c39c2)

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

elharo pushed a change to branch elharo-patch-6
in repository https://gitbox.apache.org/repos/asf/maven-site.git.


      at c6c39c2  [MNGSITE-419] 3.3.9 or later is required to build

This branch includes the following new commits:

     new c6c39c2  [MNGSITE-419] 3.3.9 or later is required to build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-site] 01/01: [MNGSITE-419] 3.3.9 or later is required to build

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c6c39c20c7b132ae6ae6226106f4bb6966f02868
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Jul 31 11:19:09 2020 +0000

    [MNGSITE-419] 3.3.9 or later is required to build
    
    @dennisl
---
 content/apt/developers/release/maven-project-release-procedure.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/developers/release/maven-project-release-procedure.apt b/content/apt/developers/release/maven-project-release-procedure.apt
index 1f55207..913a88d 100644
--- a/content/apt/developers/release/maven-project-release-procedure.apt
+++ b/content/apt/developers/release/maven-project-release-procedure.apt
@@ -39,7 +39,7 @@ Performing a Maven Project Release
 
   * if you receive an OutOfMemoryError during the build, make sure to have set the environment variable <<<MAVEN_OPTS=-Xmx512m>>>
 
-  * you must use Maven 3.0.5+.
+  * you must use Maven 3.3.9+.
   
   * follow Apache environment configuration steps outlined at: {{{https://www.apache.org/dev/publishing-maven-artifacts.html#dev-env}Publishing Maven Artifacts}}.