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/28 17:52:59 UTC

[uima-uimaj] 01/01: [UIMA-6138] initial work on scm mods and release plugin

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

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

commit ed95d23606ca7ff6954df2f6ad03e7581d92f87c
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Mon Oct 28 13:48:30 2019 -0400

    [UIMA-6138] initial work on scm mods and release plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d55d00f..ce49d5e 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/uv3/uimaj-v3/trunk/
+      scm:git:https://github.com/apache/uima-uimaj/
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uv3/uimaj-v3/trunk/
+      scm:git:https://github.com/apache/uima-uimaj/
     </developerConnection>
     <url>
-      https://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/
+      https://github.com/apache/uima-uimaj/
     </url>
   </scm>