do you really think it's an improvement for end users? personally, I thought having both some GitBox and some GitHub links in the scm report was better to let users choose where they want to have a look
now, if we decide to change, let's change for all components in a row Regards, Hervé Le dimanche 1 avril 2018, 17:36:05 CEST [email protected] a écrit : > This is an automated email from the ASF dual-hosted git repository. > > khmarbaise pushed a commit to branch MPH-150 > in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git > > commit b93205797cab493f9d485a9f76ec4e71767c12bc > Author: Karl Heinz Marbaise <[email protected]> > AuthorDate: Sat Mar 31 11:58:07 2018 +0200 > > [MPH-150] - Reference of scm url to gitbox instead of github > --- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pom.xml b/pom.xml > index fc0e995..dc9ae9a 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -51,7 +51,7 @@ > <scm> > > <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.g > it</connection> > <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-help > -plugin.git</developerConnection> - > <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</u > rl> + > <url>https://gitbox.apache.org/repos/asf?p=maven-help-plugin.git;a=tag;h=re > fs/tags/${project.scm.tag}</url> <tag>HEAD</tag> > </scm> > <issueManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
