You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/10/04 07:45:30 UTC

[maven-site] branch elharo-patch-6 updated (c6c39c2 -> 06037e0)

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

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


    omit c6c39c2  [MNGSITE-419] 3.3.9 or later is required to build
     add 4372b80  grammar nit: subject verb agreement
     add 08f40f2  Merge pull request #190 from apache/elharo-patch-7
     add b968791  Maven Shared Utils 3.3.3
     add ed0007a  Merge pull request #189 from dennisl/patch-1
     add c97271c  Update index.apt
     add ea01b9f  Merge pull request #192 from dennisl/patch-3
     add 8ef3eb0  maven-filtering-3.2.0
     add 29dda8c  Merge pull request #193 from dennisl/patch-2
     add 477ed1a  On branch edburns-section-heading-for-bom Introduce section heading for BOM pattern modified:   content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
     add fb022a8  Merge pull request #188 from edburns/edburns-section-heading-for-bom
     add 1d1d45c  docs: git migration is complete
     add bba5468  Bump maven-site-plugin from 3.9.0 to 3.9.1
     add 14749b9  Bump ant from 1.10.7 to 1.10.8
     add 7566bf8  Bump doxiaToolsVersion from 1.9.1 to 1.9.2
     add 3d2ec55  Track dependency updates with Dependabot
     add 205fcc5  Update Dependabot config
     add 07a1601  [MNGSITE-426] update Jenkins URL
     add 268d8c4  Merge pull request #194 from apache/elharo-patch-5
     add d3ce922  add missing details, update CI link to new ci-builds.a.o
     add 1d5494c  update line reference of Maven conf in svnwcsub.conf
     add 95644ee  add example of "link between main content and components reference doc"
     add 84a1e57  one additional little detail
     add 2112798  manual run in case of CI unavailable (like currently no website builder)
     add af44d8a  multiple components.links files (one per directory)
     add 1dfd7c0  improve readability
     add 96fa7d3  update dist tool url to the new ci-builds.a.o
     add f8a0832  docs: listing a release requires PMC membership
     add d78a759  Merge pull request #195 from apache/elharo-patch-5
     add d547fcd  update dist-tool CI url
     add f5ee8dd  updated dist-tool reports names
     add 3cb7e2d  docs: maven-dependency-analyzer 1.11.3 released
     add 1955df3  Merge pull request #196 from apache/elharo-patch-5
     add 0bb43b9  update ASF CI url
     add f35fa4e  Document Maven Project Info Reports Plugin 3.1.1
     add 1c99016  Add 'Customise the Maven Release process' blog
     add 0bcb597  Merge pull request #197 from mthmulders/add-blog-customise-the-maven-release-process
     add 8cc4e46  releasing anything else than a plugin requires to adapt message
     add 4356128  fix typo
     add 4ed5b58  Added CycloneDX maven plugin
     add d0f6511  Merge pull request #201 from stevespringett/patch-1
     add 81a8453  Maven EAR Plugin 3.1.0 released
     add addd60a  Bump ant from 1.10.8 to 1.10.9
     add 1cf74d2  Hacktoberfest 2020
     add 2ed88af  avoid run-on sentences
     add 4b36ed1  [ARCHETYPE-594] recommend Mockito
     new 06037e0  [MNGSITE-419] 3.3.9 or later is required to build

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c6c39c2)
            \
             N -- N -- N   refs/heads/elharo-patch-6 (06037e0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .asf.yaml                                          |  3 +-
 .github/dependabot.yml                             | 26 ++++++++++++++
 README.md                                          |  4 +--
 content/apt/developers/conventions/git.apt         |  9 ++---
 content/apt/developers/index.apt                   |  2 +-
 .../release/maven-project-release-procedure.apt    | 18 ++++++----
 .../deploy-component-reference-documentation.apt   |  5 +--
 content/apt/developers/website/index.apt           | 19 ++++++----
 .../guides/development/guide-maven-development.apt |  9 +++++
 .../introduction-to-dependency-mechanism.apt       | 42 ++++++++++++----------
 ...troduction-to-the-standard-directory-layout.apt |  6 ++--
 content/apt/plugins/index.apt                      |  8 +++--
 content/apt/shared/index.apt                       |  6 ++--
 content/xdoc/articles.xml                          |  6 ++++
 pom.xml                                            |  6 ++--
 15 files changed, 112 insertions(+), 57 deletions(-)
 create mode 100644 .github/dependabot.yml


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

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

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

commit 06037e0632882cbb96c3c6c2cf3c96115079f3b6
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
---
 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 d38f9e1..ee430ec 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}}.