From 033e9ca6bc61c7acf3bc3aea5702f88cb890b8ce Mon Sep 17 00:00:00 2001
From: JeremyMcCormick <jermccormick@gmail.com>
Date: Mon, 26 Jun 2017 18:06:02 -0700
Subject: [PATCH] update scm info to github

---
 aida/pom.xml               | 10 +++++-----
 analysis/pom.xml           |  9 ++++-----
 cal-calib/pom.xml          |  9 ++++-----
 cal-recon/pom.xml          |  9 ++++-----
 conditions/pom.xml         |  9 ++++-----
 detector-data/pom.xml      |  9 ++++-----
 detector-framework/pom.xml | 10 +++++-----
 distribution/pom.xml       | 10 +++++-----
 event-heprep/pom.xml       |  9 ++++-----
 event-model/pom.xml        |  9 ++++-----
 event-processing/pom.xml   |  9 ++++-----
 integration-tests/pom.xml  |  9 ++++-----
 job-manager/pom.xml        |  9 ++++-----
 math/pom.xml               |  9 ++++-----
 mc/pom.xml                 |  9 ++++-----
 parent/pom.xml             | 19 ++++++++++++++-----
 plugin/pom.xml             |  7 +++++++
 recon-drivers/pom.xml      |  9 ++++-----
 steering-files/pom.xml     |  8 +++-----
 tracking/pom.xml           |  9 ++++-----
 trf/pom.xml                | 10 +++++-----
 users/pom.xml              |  9 ++++-----
 util/pom.xml               |  9 ++++-----
 vertexing/pom.xml          |  9 ++++-----
 24 files changed, 112 insertions(+), 115 deletions(-)

diff --git a/aida/pom.xml b/aida/pom.xml
index a8c467f..15cbb73 100644
--- a/aida/pom.xml
+++ b/aida/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-aida</artifactId>
   <name>aida</name>
   <description>AIDA utilities</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/aida/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.freehep</groupId>
@@ -45,6 +43,7 @@
       <artifactId>commons-cli</artifactId>
     </dependency>
   </dependencies>
+
   <build>
     <plugins>
       <plugin>
@@ -58,4 +57,5 @@
       </plugin>
     </plugins>
   </build>
+
 </project>
diff --git a/analysis/pom.xml b/analysis/pom.xml
index 7176ba5..126a83e 100644
--- a/analysis/pom.xml
+++ b/analysis/pom.xml
@@ -1,21 +1,19 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-analysis</artifactId>
   <groupId>org.lcsim</groupId>
   <name>analysis</name>
   <description>analysis code</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/analysis/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/analysis/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/analysis/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -26,4 +24,5 @@
       <artifactId>lcsim-cal-recon</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/cal-calib/pom.xml b/cal-calib/pom.xml
index 56233a8..07b8042 100644
--- a/cal-calib/pom.xml
+++ b/cal-calib/pom.xml
@@ -1,25 +1,24 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-cal-calib</artifactId>
   <groupId>org.lcsim</groupId>
   <name>cal-calib</name>
   <description>calorimeter calibration algorithms</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/cal-calib/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-calib/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-calib/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
       <artifactId>lcsim-cal-recon</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/cal-recon/pom.xml b/cal-recon/pom.xml
index cb71545..9310f51 100644
--- a/cal-recon/pom.xml
+++ b/cal-recon/pom.xml
@@ -1,22 +1,20 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-cal-recon</artifactId>
   <groupId>org.lcsim</groupId>
   <packaging>jar</packaging>
   <name>cal-recon</name>
   <description>calorimeter reconstruction tools such as clustering algorithms</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/cal-recon/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-recon/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-recon/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -27,4 +25,5 @@
       <artifactId>lcsim-aida</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/conditions/pom.xml b/conditions/pom.xml
index e9b59e9..3ac6026 100644
--- a/conditions/pom.xml
+++ b/conditions/pom.xml
@@ -1,24 +1,23 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-conditions</artifactId>
   <name>conditions</name>
   <description>runtime access to conditions and detector description data</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/conditions/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/conditions/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/conditions/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
       <artifactId>lcsim-util</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/detector-data/pom.xml b/detector-data/pom.xml
index 73d7ffc..48a2fb6 100644
--- a/detector-data/pom.xml
+++ b/detector-data/pom.xml
@@ -1,21 +1,19 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.lcsim</groupId>
   <artifactId>lcsim-detector-data</artifactId>
   <name>detector-data</name>
   <description>detector conditions data</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/detector-data/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-data/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-data/</developerConnection>
-  </scm>
+
   <build>
     <resources>
       <resource>
@@ -28,4 +26,5 @@
       </resource>
     </resources>
   </build>
+
 </project>
diff --git a/detector-framework/pom.xml b/detector-framework/pom.xml
index 5943b2e..a1d5614 100644
--- a/detector-framework/pom.xml
+++ b/detector-framework/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-detector-framework</artifactId>
   <name>detector-framework</name>
   <description>geometry and detector description framework (formerly GeomConverter)</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/detector-framework/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-framework/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-framework/</developerConnection>
-  </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -59,6 +57,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -107,4 +106,5 @@
       <version>0.9.9</version>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 3cfe0c2..dac24de 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-distribution</artifactId>
   <name>distribution</name>
   <description>distribution package for generating the standalone runnable bin jar</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/distribution/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/distribution/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/distribution/</developerConnection>
-  </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -42,6 +40,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -132,4 +131,5 @@
       <artifactId>lcsim-steering-files</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/event-heprep/pom.xml b/event-heprep/pom.xml
index 73ea8a2..f845140 100644
--- a/event-heprep/pom.xml
+++ b/event-heprep/pom.xml
@@ -1,24 +1,23 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-event-heprep</artifactId>
   <name>event-heprep</name>
   <description>utilities for converting event classes to HepRep</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-heprep/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-heprep/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-heprep/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
       <artifactId>lcsim-tracking</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/event-model/pom.xml b/event-model/pom.xml
index 0960702..ef60905 100644
--- a/event-model/pom.xml
+++ b/event-model/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-event-model</artifactId>
   <name>event-model</name>
   <description>physics event packages including interfaces, base classes and LCIO implementation</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-model/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-model/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-model/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.freehep</groupId>
@@ -26,4 +24,5 @@
       <artifactId>lcsim-detector-framework</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/event-processing/pom.xml b/event-processing/pom.xml
index a81407c..68fd21e 100644
--- a/event-processing/pom.xml
+++ b/event-processing/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-event-processing</artifactId>
   <name>event-processing</name>
   <description>physics event processing including Driver implementation and adapters to Freehep record framework</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-processing/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-processing/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-processing/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -48,4 +46,5 @@
       <artifactId>freehep-record</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 12aea97..b179c98 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-integration-tests</artifactId>
   <name>integration-tests</name>
   <description>Integration test suite for org.lcsim</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>3.0.4-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/integration-tests/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -22,4 +20,5 @@
       <type>pom</type>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/job-manager/pom.xml b/job-manager/pom.xml
index e9b780d..7dc2d32 100644
--- a/job-manager/pom.xml
+++ b/job-manager/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-job-manager</artifactId>
   <name>job-manager</name>
   <description>job manager allowing XML steering using a command line utility</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/job-manager/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/job-manager/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/job-manager/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -29,4 +27,5 @@
       <artifactId>commons-cli</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/math/pom.xml b/math/pom.xml
index ee43df9..2dd95eb 100644
--- a/math/pom.xml
+++ b/math/pom.xml
@@ -1,24 +1,23 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-math</artifactId>
   <name>math</name>
   <description>math utilities</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/math/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/math/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/math/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.freehep</groupId>
       <artifactId>freehep-physics</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/mc/pom.xml b/mc/pom.xml
index a8f096a..370a3b5 100644
--- a/mc/pom.xml
+++ b/mc/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-mc</artifactId>
   <name>mc</name>
   <description>Monte Carlo packages including the MCFast event simulation</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/mc/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/mc/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/mc/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -31,4 +29,5 @@
       <version>1.0</version>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/parent/pom.xml b/parent/pom.xml
index dc15ede..f1ce592 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
@@ -10,15 +11,12 @@
   <name>parent</name>
   <description>parent POM file for lcsim modules</description>
   <version>4.0-SNAPSHOT</version>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
   </properties>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/parent/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/parent/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/parent/</developerConnection>
-  </scm>
+
   <repositories>
     <repository>
       <id>freehep-repo-public</id>
@@ -65,6 +63,7 @@
       <url>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim/</url>
     </site>
   </distributionManagement>
+
   <dependencyManagement>
     <dependencies>
       <!-- Do not edit org.lcsim dependencies manually. 
@@ -198,6 +197,7 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -210,6 +210,7 @@
       <version>1.1</version>
     </dependency>
   </dependencies>
+
   <build>
     <defaultGoal>install</defaultGoal>
     <extensions>
@@ -334,6 +335,7 @@
       </plugin>
     </plugins>
   </build>
+
   <reporting>
     <plugins>
       <plugin>
@@ -386,6 +388,7 @@
       </plugin>
     </plugins>
   </reporting>
+
   <profiles>
     <profile>
       <id>skipTests</id>
@@ -402,6 +405,7 @@
       </build>
     </profile>
   </profiles>
+
   <developers>
     <developer>
       <name>Jeremy McCormick</name>
@@ -489,18 +493,22 @@
       <timezone>1</timezone>
     </developer>
   </developers>
+
   <organization>
     <name>Linear Collider Detector (LCD)</name>
     <url>http://www.lcsim.org/</url>
   </organization>
+
   <ciManagement>
     <system>Jenkins</system>
     <url>http://srs.slac.stanford.edu/hudson/view/lcsim/</url>
   </ciManagement>
+
   <issueManagement>
     <system>JIRA</system>
     <url>https://jira.slac.stanford.edu/browse/LCSIM</url>
   </issueManagement>
+
   <mailingLists>
     <mailingList>
       <name>lcd-dev</name>
@@ -510,4 +518,5 @@
       <archive>https://listserv.slac.stanford.edu/cgi-bin/wa?A0=LCD-DEV</archive>
     </mailingList>
   </mailingLists>
+
 </project>
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 31cd918..8306866 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -1,20 +1,24 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-plugin</artifactId>
   <name>plugin</name>
   <description>org.lcsim JAS3 Plugin</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
+
   <scm>
     <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/plugin/</url>
     <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</connection>
     <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</developerConnection>
   </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -22,6 +26,7 @@
       <type>pom</type>
     </dependency>
   </dependencies>
+
   <build>
     <resources>
       <resource>
@@ -74,6 +79,7 @@
       </plugin>
     </plugins>
   </build>
+
   <profiles>
     <profile>
       <id>submit-plugin-descriptor</id>
@@ -101,4 +107,5 @@
       </build>
     </profile>
   </profiles>
+
 </project>
diff --git a/recon-drivers/pom.xml b/recon-drivers/pom.xml
index 5f3c049..fe272d4 100644
--- a/recon-drivers/pom.xml
+++ b/recon-drivers/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-recon-drivers</artifactId>
   <name>recon-drivers</name>
   <description>recon drivers used in production steering files for SiD and CLiC</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/recon-drivers/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/recon-drivers/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/recon-drivers/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -26,4 +24,5 @@
       <version>2.2</version>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/steering-files/pom.xml b/steering-files/pom.xml
index f7e8c16..06758ee 100644
--- a/steering-files/pom.xml
+++ b/steering-files/pom.xml
@@ -1,19 +1,17 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-steering-files</artifactId>
   <groupId>org.lcsim</groupId>
   <name>steering-files</name>
   <description>LCSim XML steering file repository</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/steering-files/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/steering-files/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/steering-files/</developerConnection>
-  </scm>
+
 </project>
diff --git a/tracking/pom.xml b/tracking/pom.xml
index 755cc69..90a5206 100644
--- a/tracking/pom.xml
+++ b/tracking/pom.xml
@@ -1,20 +1,18 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-tracking</artifactId>
   <name>tracking</name>
   <description>tracking including digitization package sisim and track finding with seedtracker</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/tracking/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/tracking/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/tracking/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
@@ -34,4 +32,5 @@
       <version>2.2</version>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/trf/pom.xml b/trf/pom.xml
index 76b70cd..da7b817 100644
--- a/trf/pom.xml
+++ b/trf/pom.xml
@@ -1,21 +1,19 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-trf</artifactId>
   <groupId>org.lcsim</groupId>
   <name>trf</name>
   <description>trf track finding and ftf fitting packages</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/trf/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/trf/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/trf/</developerConnection>
-  </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -29,6 +27,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -40,4 +39,5 @@
       <artifactId>lcsim-math</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/users/pom.xml b/users/pom.xml
index 49dc643..db7c8f1 100644
--- a/users/pom.xml
+++ b/users/pom.xml
@@ -1,25 +1,24 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-users</artifactId>
   <groupId>org.lcsim</groupId>
   <name>users</name>
   <description>User code packages</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <relativePath>../parent/pom.xml</relativePath>
     <version>4.0-SNAPSHOT</version>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/users/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/users/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/users/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
       <artifactId>lcsim-analysis</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/util/pom.xml b/util/pom.xml
index 687c4f4..606351a 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -1,21 +1,19 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-util</artifactId>
   <name>util</name>
   <description>miscellaneous utility classes</description>
   <packaging>jar</packaging>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/util/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/util/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/util/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.gnu</groupId>
@@ -27,4 +25,5 @@
       <artifactId>freehep-physics</artifactId>
     </dependency>
   </dependencies>
+
 </project>
diff --git a/vertexing/pom.xml b/vertexing/pom.xml
index 3abde63..17438d3 100644
--- a/vertexing/pom.xml
+++ b/vertexing/pom.xml
@@ -1,24 +1,23 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>lcsim-vertexing</artifactId>
   <name>vertexing</name>
   <description>vertex reconstruction</description>
+
   <parent>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
     <version>4.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
-  <scm>
-    <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/vertexing/</url>
-    <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/vertexing/</connection>
-    <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/vertexing/</developerConnection>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.lcsim</groupId>
       <artifactId>lcsim-event-processing</artifactId>
     </dependency>
   </dependencies>
+
 </project>
-- 
GitLab