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 aa40bf2  fix username: All connections, including those for remote 
URLs, must be made as the git user, 
https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey
aa40bf2 is described below

commit aa40bf225f19a9f8602c780d155cc8c5c3998a6d
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Sep 9 15:17:03 2022 +0200

    fix username: All connections, including those for remote URLs, must be 
made as the git user, 
https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9234a78..510be1c 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:ssh://github.com/apache/turbine-archetypes</developerConnection>
+    
<developerConnection>scm:git:ssh://[email protected]/apache/turbine-archetypes</developerConnection>
     <url>scm:git:https://github.com/apache/turbine-archetypes</url>
     <tag>HEAD</tag>
   </scm>

Reply via email to