This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new 65e2b3d changing scm developer connection to ssh as with 2-factor
authentication git does not support http without personal token,
https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication,
https://maven.apache.org/scm/git.html
65e2b3d is described below
commit 65e2b3d0e910a08fa87bbfe04e6bf303c488fc2c
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Sep 9 15:11:18 2022 +0200
changing scm developer connection to ssh as with 2-factor authentication
git does not support http without personal token,
https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication,
https://maven.apache.org/scm/git.html
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 876deb5..9234a78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<scm>
<connection>scm:git:https://github.com/apache/turbine-archetypes</connection>
-
<developerConnection>scm:git:https://github.com/apache/turbine-archetypes</developerConnection>
+
<developerConnection>scm:git:ssh://github.com/apache/turbine-archetypes</developerConnection>
<url>scm:git:https://github.com/apache/turbine-archetypes</url>
<tag>HEAD</tag>
</scm>