You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by ma...@apache.org on 2019/09/28 17:56:55 UTC

[drat] 02/04: Use SSH.

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

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git

commit 89fe69f77d0e143f6304b13e0ac3f07aaa0383ae
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Sat Sep 28 10:54:16 2019 -0700

    Use SSH.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 802543a..9f96b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,10 +118,10 @@
 
 
   <scm>
-    <connection>scm:git:https://github.com/apache/drat.git</connection>
-    <developerConnection>scm:git:https://github.com/apache/drat.git</developerConnection>
+    <connection>scm:git:ssh:https://github.com/apache/drat.git</connection>
+    <developerConnection>scm:git:ssh:https://github.com/apache/drat.git</developerConnection>
     <url>http://github.com/apache/drat</url>
-    <tag>release-1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
 </project>