This is an automated email from the ASF dual-hosted git repository. stain pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-taverna-maven-parent.git
commit c989c60ef7a28c9ae09380946063fb2fe8f37926 Author: Stian Soiland-Reyes <[email protected]> AuthorDate: Mon Jan 14 10:10:05 2019 +0000 Updated <scm> --- pom.xml | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b4caf43..109de41 100644 --- a/pom.xml +++ b/pom.xml @@ -437,15 +437,34 @@ <scm> <!-- While this section will also be inherited, it should be - overridden within each Taverna module with specific repositories. + overridden within each Taverna module with specific repositories + following the below template. + + ASF's GitBox is mirrored two-ways with GitHub. + GitHub allows SSH keys that is good for <developerConnection> + to work with mvn release:prepare without password prompts. + See https://taverna.incubator.apache.org/download/code/ + + To override to use https://github.com/ with mvn release, add to equivalent of ~/.gitconfig + + [url "https://github.com/"] + insteadOf = [email protected] + pushInsteadOf = [email protected] + + or to force use of GitBox: + + [url "https://gitbox.apache.org/repos/asf/"] + insteadOf = [email protected]:apache + pushInsteadOf = [email protected]:apache + + See https://git-scm.com/docs/git-push/2.4.4#_git_urls_a_id_urls_a + --> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git</developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-taverna-maven-parent.git</connection> + <developerConnection>scm:git:[email protected]:apache/incubator-taverna-maven-parent.git</developerConnection> <url>https://github.com/apache/incubator-taverna-maven-parent/</url> <tag>HEAD</tag> -</scm> - - + </scm> <properties> <!-- override java version from Apache parent -->
