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/01 14:35:52 UTC

svn commit: r1862386 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: schor
Date: Mon Jul  1 14:35:52 2019
New Revision: 1862386

URL: http://svn.apache.org/viewvc?rev=1862386&view=rev
Log:
[UIMA-6087]

Modified:
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1862386&r1=1862385&r2=1862386&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Mon Jul  1 14:35:52 2019
@@ -32,7 +32,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>12</version>
+    <version>13</version>
   </parent>
 
   <groupId>org.apache.uima</groupId>
@@ -53,13 +53,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
     </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent
+      https://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent
     </url>
   </scm>
 
@@ -76,7 +76,7 @@
       <id>eclipsePlugins</id>
       <name>Eclipse components</name>
       <layout>default</layout>
-      <url>http://repo1.maven.org/eclipse</url>
+      <url>https://repo1.maven.org/eclipse</url>
       
       <releases>
         <updatePolicy>never</updatePolicy>
@@ -94,7 +94,7 @@
       <id>central</id>
       <name>Maven Repository Switchboard</name>
       <layout>default</layout>
-      <url>http://repo1.maven.org/maven2</url>
+      <url>https://repo1.maven.org/maven2</url>
 
       <releases>
         <enabled>true</enabled>
@@ -111,7 +111,7 @@
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
@@ -123,7 +123,7 @@
     <pluginRepository>
       <id>apache.snapshots.plugins</id>
       <name>Apache Snapshot Repository - Maven plugins</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
       <layout>default</layout>
       <releases>
         <enabled>false</enabled>