You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/07 13:42:54 UTC

[turbine-fulcrum-intake] branch master updated: prepare for git, update scm

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-fulcrum-intake.git


The following commit(s) were added to refs/heads/master by this push:
     new 35794a4  prepare for git, update scm
35794a4 is described below

commit 35794a4cf3e1c55fb7b80701587ca9b90ca0b1e6
Author: gemkall <ge...@fu-berlin.de>
AuthorDate: Tue Sep 7 15:42:32 2021 +0200

    prepare for git, update scm
---
 .gitignore | 9 +++++++++
 pom.xml    | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4dd87bc..3da00e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,14 @@
 target
 *.log
+
 .classpath
 .project
+.settings
+
+# Idea IntelliJ
+*.ipr
+*.iws
 *.iml
+.idea/
+
+pom.xml.*
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d25d5d8..5d07f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,9 @@
   </distributionManagement>
 		
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/intake/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/intake/</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git</url>
   </scm>
 
   <developers>