You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/10/31 17:47:47 UTC

[uima-uimaj] branch UIMA-6138-v2 updated: [UIMA-6138] change scm in pom for git

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

schor pushed a commit to branch UIMA-6138-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/UIMA-6138-v2 by this push:
     new 30ad3e3  [UIMA-6138] change scm in pom for git
30ad3e3 is described below

commit 30ad3e3d91bcba8e4fe8c2a7d40baab3a9b68793
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Thu Oct 31 13:46:16 2019 -0400

    [UIMA-6138] change scm in pom for git
---
 PearPackagingMavenPlugin/pom.xml                | 6 +++---
 aggregate-uimaj-docbooks/pom.xml                | 6 +++---
 aggregate-uimaj-eclipse-plugins/pom.xml         | 6 +++---
 aggregate-uimaj/pom.xml                         | 6 +++---
 jVinci/pom.xml                                  | 6 +++---
 jcasgen-maven-plugin/pom.xml                    | 6 +++---
 pom.xml                                         | 6 +++---
 uima-docbook-overview-and-setup/pom.xml         | 6 +++---
 uima-docbook-references/pom.xml                 | 6 +++---
 uima-docbook-tools/pom.xml                      | 6 +++---
 uima-docbook-tutorials-and-users-guides/pom.xml | 6 +++---
 uimaj-adapter-soap/pom.xml                      | 6 +++---
 uimaj-adapter-vinci/pom.xml                     | 6 +++---
 uimaj-bootstrap/pom.xml                         | 6 +++---
 uimaj-component-test-util/pom.xml               | 6 +++---
 uimaj-core/pom.xml                              | 6 +++---
 uimaj-cpe/pom.xml                               | 6 +++---
 uimaj-document-annotation/pom.xml               | 6 +++---
 uimaj-eclipse-feature-runtime/pom.xml           | 6 +++---
 uimaj-eclipse-feature-tools/pom.xml             | 6 +++---
 uimaj-eclipse-update-site/pom.xml               | 6 +++---
 uimaj-ep-cas-editor-ide/pom.xml                 | 6 +++---
 uimaj-ep-cas-editor/pom.xml                     | 6 +++---
 uimaj-ep-configurator/pom.xml                   | 6 +++---
 uimaj-ep-debug/pom.xml                          | 6 +++---
 uimaj-ep-jcasgen/pom.xml                        | 6 +++---
 uimaj-ep-launcher/pom.xml                       | 6 +++---
 uimaj-ep-pear-packager/pom.xml                  | 6 +++---
 uimaj-ep-runtime/pom.xml                        | 6 +++---
 uimaj-examples/pom.xml                          | 6 +++---
 uimaj-json/pom.xml                              | 6 +++---
 uimaj-parent/pom.xml                            | 6 +++---
 uimaj-test-util/pom.xml                         | 6 +++---
 uimaj-tools/pom.xml                             | 6 +++---
 34 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index 5b37385..e226131 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/PearPackagingMavenPlugin
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/PearPackagingMavenPlugin
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin
+      https://github.com/apache/uima-uimaj/tree/master-v2/PearPackagingMavenPlugin
     </url>
   </scm>
   
diff --git a/aggregate-uimaj-docbooks/pom.xml b/aggregate-uimaj-docbooks/pom.xml
index 41023fc..d758609 100644
--- a/aggregate-uimaj-docbooks/pom.xml
+++ b/aggregate-uimaj-docbooks/pom.xml
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj-docbooks
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj-docbooks
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj-docbooks
     </url>
   </scm>
   
diff --git a/aggregate-uimaj-eclipse-plugins/pom.xml b/aggregate-uimaj-eclipse-plugins/pom.xml
index 212312f..8782e94 100644
--- a/aggregate-uimaj-eclipse-plugins/pom.xml
+++ b/aggregate-uimaj-eclipse-plugins/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj-eclipse-plugins
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj-eclipse-plugins
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj-eclipse-plugins
     </url>
   </scm>
 
diff --git a/aggregate-uimaj/pom.xml b/aggregate-uimaj/pom.xml
index 85b6f23..81e3852 100644
--- a/aggregate-uimaj/pom.xml
+++ b/aggregate-uimaj/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj
+      https://github.com/apache/uima-uimaj/tree/master-v2/aggregate-uimaj
     </url>
   </scm>
   
diff --git a/jVinci/pom.xml b/jVinci/pom.xml
index 9557531..c76218a 100644
--- a/jVinci/pom.xml
+++ b/jVinci/pom.xml
@@ -46,13 +46,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/jVinci
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/jVinci
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/jVinci
+      https://github.com/apache/uima-uimaj/tree/master-v2/jVinci
     </url>
   </scm>
   
diff --git a/jcasgen-maven-plugin/pom.xml b/jcasgen-maven-plugin/pom.xml
index 12277a8..589c3a5 100644
--- a/jcasgen-maven-plugin/pom.xml
+++ b/jcasgen-maven-plugin/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jcasgen-maven-plugin
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/jcasgen-maven-plugin
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jcasgen-maven-plugin
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/jcasgen-maven-plugin
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin
+      https://github.com/apache/uima-uimaj/tree/master-v2/jcasgen-maven-plugin
     </url>
   </scm>
 
diff --git a/pom.xml b/pom.xml
index 2e6a465..8ba103b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,13 +49,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/
+      https://github.com/apache/uima-uimaj/tree/master-v2/
     </url>
   </scm>
 
diff --git a/uima-docbook-overview-and-setup/pom.xml b/uima-docbook-overview-and-setup/pom.xml
index 6d6bc57..e989264 100644
--- a/uima-docbook-overview-and-setup/pom.xml
+++ b/uima-docbook-overview-and-setup/pom.xml
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-overview-and-setup
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-overview-and-setup
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-overview-and-setup
     </url>
   </scm>
   
diff --git a/uima-docbook-references/pom.xml b/uima-docbook-references/pom.xml
index 58ed3c9..14b707f 100644
--- a/uima-docbook-references/pom.xml
+++ b/uima-docbook-references/pom.xml
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-references
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-references
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references
+      https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-references
     </url>
   </scm>
   
diff --git a/uima-docbook-tools/pom.xml b/uima-docbook-tools/pom.xml
index 20d70fe..0ebf115 100644
--- a/uima-docbook-tools/pom.xml
+++ b/uima-docbook-tools/pom.xml
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-tools
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-tools
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools
+      https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-tools
     </url>
   </scm>
   
diff --git a/uima-docbook-tutorials-and-users-guides/pom.xml b/uima-docbook-tutorials-and-users-guides/pom.xml
index a4d8af8..2b542ea 100644
--- a/uima-docbook-tutorials-and-users-guides/pom.xml
+++ b/uima-docbook-tutorials-and-users-guides/pom.xml
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-tutorials-and-users-guides
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-tutorials-and-users-guides
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      https://github.com/apache/uima-uimaj/tree/master-v2/uima-docbook-tutorials-and-users-guides
     </url>
   </scm>
   
diff --git a/uimaj-adapter-soap/pom.xml b/uimaj-adapter-soap/pom.xml
index 519d10c..fb38db3 100644
--- a/uimaj-adapter-soap/pom.xml
+++ b/uimaj-adapter-soap/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-adapter-soap
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-adapter-soap
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-soap
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-adapter-soap
     </url>
   </scm>
   
diff --git a/uimaj-adapter-vinci/pom.xml b/uimaj-adapter-vinci/pom.xml
index c64aa74..6ae9a75 100644
--- a/uimaj-adapter-vinci/pom.xml
+++ b/uimaj-adapter-vinci/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-adapter-vinci
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-adapter-vinci
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-adapter-vinci
     </url>
   </scm>
   
diff --git a/uimaj-bootstrap/pom.xml b/uimaj-bootstrap/pom.xml
index 329555b..3e82220 100644
--- a/uimaj-bootstrap/pom.xml
+++ b/uimaj-bootstrap/pom.xml
@@ -36,13 +36,13 @@
   
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-bootstrap
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-bootstrap
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-bootstrap
     </url>
   </scm>
   
diff --git a/uimaj-component-test-util/pom.xml b/uimaj-component-test-util/pom.xml
index 500b240..b0dd27c 100644
--- a/uimaj-component-test-util/pom.xml
+++ b/uimaj-component-test-util/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-component-test-util
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-component-test-util
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-component-test-util
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-component-test-util
     </url>
   </scm>
   
diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index 4dc7e1e..d78951f 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-core
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-core
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-core
     </url>
   </scm>
   
diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index 5fd97ff..fbc687c 100644
--- a/uimaj-cpe/pom.xml
+++ b/uimaj-cpe/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-cpe
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-cpe
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-cpe
     </url>
   </scm>
   
diff --git a/uimaj-document-annotation/pom.xml b/uimaj-document-annotation/pom.xml
index 2775acb..5776158 100644
--- a/uimaj-document-annotation/pom.xml
+++ b/uimaj-document-annotation/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-document-annotation
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-document-annotation
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-document-annotation
     </url>
   </scm>
   
diff --git a/uimaj-eclipse-feature-runtime/pom.xml b/uimaj-eclipse-feature-runtime/pom.xml
index d2d0092..9e90b62 100644
--- a/uimaj-eclipse-feature-runtime/pom.xml
+++ b/uimaj-eclipse-feature-runtime/pom.xml
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-feature-runtime
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-feature-runtime
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-feature-runtime
     </url>
   </scm>
   
diff --git a/uimaj-eclipse-feature-tools/pom.xml b/uimaj-eclipse-feature-tools/pom.xml
index ced9bea..cec4f7a 100644
--- a/uimaj-eclipse-feature-tools/pom.xml
+++ b/uimaj-eclipse-feature-tools/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-feature-tools
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-feature-tools
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-feature-tools
     </url>
   </scm>
   
diff --git a/uimaj-eclipse-update-site/pom.xml b/uimaj-eclipse-update-site/pom.xml
index c73e69d..edc8d3c 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -37,13 +37,13 @@
 
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-update-site
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-update-site
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-update-site
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-update-site
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-eclipse-update-site
     </url>
   </scm>
 
diff --git a/uimaj-ep-cas-editor-ide/pom.xml b/uimaj-ep-cas-editor-ide/pom.xml
index 81a7d9c..20a36e9 100644
--- a/uimaj-ep-cas-editor-ide/pom.xml
+++ b/uimaj-ep-cas-editor-ide/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-cas-editor-ide
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-cas-editor-ide
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-cas-editor-ide
     </url>
   </scm>
   
diff --git a/uimaj-ep-cas-editor/pom.xml b/uimaj-ep-cas-editor/pom.xml
index 51defa6..828d87c 100644
--- a/uimaj-ep-cas-editor/pom.xml
+++ b/uimaj-ep-cas-editor/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-cas-editor
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-cas-editor
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-cas-editor
     </url>
   </scm>
   
diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index f16adf7..9fd05d0 100644
--- a/uimaj-ep-configurator/pom.xml
+++ b/uimaj-ep-configurator/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-configurator
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-configurator
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-configurator
     </url>
   </scm>
   
diff --git a/uimaj-ep-debug/pom.xml b/uimaj-ep-debug/pom.xml
index b1ec5c3..783cac2 100644
--- a/uimaj-ep-debug/pom.xml
+++ b/uimaj-ep-debug/pom.xml
@@ -45,13 +45,13 @@ UIMA data structures to the Eclipse Debug displays</description>
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-debug
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-debug
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-debug
     </url>
   </scm>
   
diff --git a/uimaj-ep-jcasgen/pom.xml b/uimaj-ep-jcasgen/pom.xml
index 7be4c37..72e17bf 100644
--- a/uimaj-ep-jcasgen/pom.xml
+++ b/uimaj-ep-jcasgen/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-jcasgen
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-jcasgen
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-jcasgen
     </url>
   </scm>
   
diff --git a/uimaj-ep-launcher/pom.xml b/uimaj-ep-launcher/pom.xml
index f210b3d..6cadf41 100644
--- a/uimaj-ep-launcher/pom.xml
+++ b/uimaj-ep-launcher/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-launcher
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-launcher
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-launcher
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-launcher
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-launcher
     </url>
   </scm>
   
diff --git a/uimaj-ep-pear-packager/pom.xml b/uimaj-ep-pear-packager/pom.xml
index 38d6a6a..ae748f4 100644
--- a/uimaj-ep-pear-packager/pom.xml
+++ b/uimaj-ep-pear-packager/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-pear-packager
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-pear-packager
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-pear-packager
     </url>
   </scm>
   
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 5607329..02accb0 100644
--- a/uimaj-ep-runtime/pom.xml
+++ b/uimaj-ep-runtime/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-runtime
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-runtime
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-ep-runtime
     </url>
   </scm>
   
diff --git a/uimaj-examples/pom.xml b/uimaj-examples/pom.xml
index cc1536f..f4a2a4c 100644
--- a/uimaj-examples/pom.xml
+++ b/uimaj-examples/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-examples
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-examples
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-examples
     </url>
   </scm>
   
diff --git a/uimaj-json/pom.xml b/uimaj-json/pom.xml
index 74fc8b8..75e557d 100644
--- a/uimaj-json/pom.xml
+++ b/uimaj-json/pom.xml
@@ -30,9 +30,9 @@
   <description>JSON support for UIMA SDK</description>
   
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-json</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-json</developerConnection>
-    <url>https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-json</url>
+    <connection>scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-json</connection>
+    <developerConnection>scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-json</developerConnection>
+    <url>https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-json</url>
   </scm>
   
   <properties>
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index cab2802..8542d52 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -53,13 +53,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-parent
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-parent
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-parent
     </url>
   </scm>
 
diff --git a/uimaj-test-util/pom.xml b/uimaj-test-util/pom.xml
index 017c701..287659b 100644
--- a/uimaj-test-util/pom.xml
+++ b/uimaj-test-util/pom.xml
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/jvinci
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/jvinci
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/jvinci
+      https://github.com/apache/uima-uimaj/tree/master-v2/jvinci
     </url>
   </scm>
   
diff --git a/uimaj-tools/pom.xml b/uimaj-tools/pom.xml
index 1ada63d..c1be6d0 100644
--- a/uimaj-tools/pom.xml
+++ b/uimaj-tools/pom.xml
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-tools
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
+      scm:git:https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-tools
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools
+      https://github.com/apache/uima-uimaj/tree/master-v2/uimaj-tools
     </url>
   </scm>