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/07/03 15:54:43 UTC

svn commit: r1862488 - in /uima/uimaj/trunk: ./ PearPackagingMavenPlugin/ aggregate-uimaj-docbooks/ aggregate-uimaj-eclipse-plugins/ aggregate-uimaj/ jVinci/ jcasgen-maven-plugin/ jcasgen-maven-plugin/src/it/m2e/ uima-docbook-overview-and-setup/ uima-d...

Author: schor
Date: Wed Jul  3 15:54:43 2019
New Revision: 1862488

URL: http://svn.apache.org/viewvc?rev=1862488&view=rev
Log:
[UIMA-6087] switch to using https from http where reasonable

Modified:
    uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
    uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
    uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml
    uima/uimaj/trunk/aggregate-uimaj/pom.xml
    uima/uimaj/trunk/jVinci/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml
    uima/uimaj/trunk/pom.xml
    uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml
    uima/uimaj/trunk/uima-docbook-references/pom.xml
    uima/uimaj/trunk/uima-docbook-tools/pom.xml
    uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml
    uima/uimaj/trunk/uimaj-adapter-soap/pom.xml
    uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml
    uima/uimaj/trunk/uimaj-bootstrap/pom.xml
    uima/uimaj/trunk/uimaj-component-test-util/pom.xml
    uima/uimaj/trunk/uimaj-core/pom.xml
    uima/uimaj/trunk/uimaj-cpe/pom.xml
    uima/uimaj/trunk/uimaj-document-annotation/pom.xml
    uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml
    uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml
    uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
    uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml
    uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
    uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
    uima/uimaj/trunk/uimaj-ep-debug/pom.xml
    uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
    uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
    uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml
    uima/uimaj/trunk/uimaj-ep-runtime/pom.xml
    uima/uimaj/trunk/uimaj-examples/pom.xml
    uima/uimaj/trunk/uimaj-json/pom.xml
    uima/uimaj/trunk/uimaj-test-util/pom.xml
    uima/uimaj/trunk/uimaj-tools/pom.xml

Modified: uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml (original)
+++ uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml Wed Jul  3 15:54:43 2019
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/aggregate-uimaj/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/jVinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jVinci/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/jVinci/pom.xml (original)
+++ uima/uimaj/trunk/jVinci/pom.xml Wed Jul  3 15:54:43 2019
@@ -46,13 +46,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/jVinci
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/jVinci
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/jcasgen-maven-plugin
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jcasgen-maven-plugin
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jcasgen-maven-plugin
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml Wed Jul  3 15:54:43 2019
@@ -32,11 +32,11 @@
 		<repository>
 			<id>juno</id>
 			<layout>p2</layout>
-			<url>http://download.eclipse.org/releases/juno</url>
+			<url>https://download.eclipse.org/releases/juno</url>
 		</repository>
 		<repository>
 			<id>m2e</id>
-			<url>http://download.eclipse.org/technology/m2e/releases/1.2</url>
+			<url>https://download.eclipse.org/technology/m2e/releases/1.2</url>
 			<layout>p2</layout>
 		</repository>
 	</repositories>
@@ -57,6 +57,21 @@
             <target>1.7</target>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-surefire-plugin</artifactId>
+          <version>${tycho-version}</version>
+          <configuration>
+            <!-- useUIHarness>true</useUIHarness -->
+            <includes>
+              <include>**/*Test.java</include>
+            </includes>
+            <argLine>${tycho.test.jvmArgs}</argLine>
+            <!-- kill test JVM it tests take more than 10 minutes (600 seconds)
+                         to finish -->
+            <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
 		<plugins>
@@ -108,26 +123,6 @@
 				</executions>
 			</plugin>
 		</plugins>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.eclipse.tycho</groupId>
-					<artifactId>tycho-surefire-plugin</artifactId>
-					<version>${tycho-version}</version>
-					<configuration>
-						<!-- useUIHarness>true</useUIHarness -->
-						<includes>
-							<include>**/*Test.java</include>
-						</includes>
-						<argLine>${tycho.test.jvmArgs}</argLine>
-						<!-- kill test JVM it tests take more than 10 minutes (600 seconds)
-                         to finish -->
-						<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-
 	</build>
 	<profiles>
 		<profile>
@@ -135,7 +130,7 @@
 			<activation>
 				<property>
 					<name>java.vendor.url</name>
-					<value>http://java.sun.com/</value>
+					<value>https://java.sun.com/</value>
 				</property>
 			</activation>
 			<properties>
@@ -147,7 +142,7 @@
 			<activation>
 				<property>
 					<name>java.vendor.url</name>
-					<value>http://www.apple.com/</value>
+					<value>https://www.apple.com/</value>
 				</property>
 			</activation>
 			<properties>

Modified: uima/uimaj/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Wed Jul  3 15:54:43 2019
@@ -49,13 +49,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml Wed Jul  3 15:54:43 2019
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-overview-and-setup
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uima-docbook-references/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-references/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-references/pom.xml Wed Jul  3 15:54:43 2019
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uima-docbook-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tools/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tools/pom.xml Wed Jul  3 15:54:43 2019
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml Wed Jul  3 15:54:43 2019
@@ -42,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/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
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-adapter-soap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-soap/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-adapter-soap/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-adapter-soap/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-soap
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-soap
     </url>
   </scm>
   
@@ -85,7 +85,7 @@
 			<scope>compile</scope>
 		</dependency-->
     <!-- based on community feedback, switching to this apache-licensed version of the above.
-         See http://article.gmane.org/gmane.comp.apache.incubator.general/17889 -->
+         See https://article.gmane.org/gmane.comp.apache.incubator.general/17889 -->
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-activation_1.0.2_spec</artifactId>

Modified: uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-bootstrap/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-bootstrap/pom.xml Wed Jul  3 15:54:43 2019
@@ -36,13 +36,13 @@
   
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-component-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-component-test-util/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-component-test-util/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-component-test-util/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-component-test-util
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-component-test-util
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-core/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-cpe/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-cpe/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-document-annotation/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-document-annotation/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-document-annotation/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml Wed Jul  3 15:54:43 2019
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml Wed Jul  3 15:54:43 2019
@@ -37,13 +37,13 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-update-site
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-update-site
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-update-site
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-configurator/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator
     </url>
   </scm>
   
@@ -127,7 +127,7 @@
 
     <!-- ui -->
         <!-- next one causes NPE with maven 2.0.7.
-      Might be related to http://jira.codehaus.org/browse/MNG-3086
+      Might be related to https://jira.codehaus.org/browse/MNG-3086
       Workaround - change version from 3.2.0 to 3.2.1  as of 2/2008 is OK-->
     <!--dependency>
       <groupId>org.eclipse.ui</groupId>

Modified: uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-debug/pom.xml Wed Jul  3 15:54:43 2019
@@ -45,13 +45,13 @@ UIMA data structures to the Eclipse Debu
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug
     </url>
   </scm>
   
@@ -82,7 +82,7 @@ UIMA data structures to the Eclipse Debu
     </dependency>
     
     <!-- next dependency is commented out due to Maven 2.0.7 throwing NPE 
-         Might be related to http://jira.codehaus.org/browse/MNG-3086 -->
+         Might be related to https://jira.codehaus.org/browse/MNG-3086 -->
 		<!--dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>org.eclipse.ui</artifactId>

Modified: uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-launcher
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-launcher
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-launcher
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher
     </url>
   </scm>
   
@@ -81,7 +81,7 @@
     </dependency>
     
     <!-- next dependency is commented out due to Maven 2.0.7 throwing NPE 
-         Might be related to http://jira.codehaus.org/browse/MNG-3086 -->
+         Might be related to https://jira.codehaus.org/browse/MNG-3086 -->
 		<!--dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>org.eclipse.ui</artifactId>

Modified: uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager
     </url>
   </scm>
   
@@ -108,7 +108,7 @@
       <version>3.2.0</version>      
       <scope>provided</scope>
     </dependency>
-    <!-- next one causes NPE with maven 2.0.7.  Might be related to http://jira.codehaus.org/browse/MNG-3086 -->   
+    <!-- next one causes NPE with maven 2.0.7.  Might be related to https://jira.codehaus.org/browse/MNG-3086 -->   
     <!--dependency>
       <groupId>org.eclipse.ui</groupId>
       <artifactId>org.eclipse.ui</artifactId>

Modified: uima/uimaj/trunk/uimaj-ep-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-runtime/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-examples/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-json/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-json/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-json/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-json/pom.xml Wed Jul  3 15:54:43 2019
@@ -30,9 +30,9 @@
   <description>JSON support for UIMA SDK</description>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-json</connection>
+    <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>http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-json</url>
+    <url>https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-json</url>
   </scm>
   
   <properties>

Modified: uima/uimaj/trunk/uimaj-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-test-util/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-test-util/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-test-util/pom.xml Wed Jul  3 15:54:43 2019
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/jvinci
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/jvinci
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools/pom.xml?rev=1862488&r1=1862487&r2=1862488&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-tools/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-tools/pom.xml Wed Jul  3 15:54:43 2019
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools
     </url>
   </scm>