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 2021/11/13 18:13:19 UTC

[maven-site] branch master updated: Fix link for dev list

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

slachiewicz 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 65a7569  Fix link for dev list
65a7569 is described below

commit 65a75693f237e8c5e45f642145de2f224ca212e5
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Nov 13 16:08:44 2021 +0100

    Fix link for dev list
---
 content/apt/developers/conventions/code.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/developers/conventions/code.apt b/content/apt/developers/conventions/code.apt
index edcd50e..5bc7ff9 100644
--- a/content/apt/developers/conventions/code.apt
+++ b/content/apt/developers/conventions/code.apt
@@ -227,7 +227,7 @@ public class MyMojo
 
 ** {POM Code Convention}
 
- The team has {{{https://maven.40175.n5.nabble.com/Proposal-Pom-Code-Style-WAS-svn-commit-r670264-maven-plugins-trunk-maven-site-plugin-pom-xml-td210642.html#a210643}voted}}
+ The team has {{{https://lists.apache.org/thread/h8px5t6f3q59cnkzpj1t02wsoynr3ygk}voted}}
  during the end of June 2008 to follow a specific POM convention to ordering POM elements.
  The consequence of this vote is that the {{{https://maven.apache.org/ref/current/maven-model/maven.html}Maven project descriptor}}
  is <<no more>> considered as the reference for the ordering.