You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2018/08/15 21:08:53 UTC

[uima-uimafit] branch feature/UIMA-5854-Switch-SCM-info-from-SVN-to-GIT-v3 created (now d4102c2)

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

rec pushed a change to branch feature/UIMA-5854-Switch-SCM-info-from-SVN-to-GIT-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


      at d4102c2  [UIMA-5854] Switch SCM info from SVN to GIT

This branch includes the following new commits:

     new d4102c2  [UIMA-5854] Switch SCM info from SVN to GIT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimafit] 01/01: [UIMA-5854] Switch SCM info from SVN to GIT

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch feature/UIMA-5854-Switch-SCM-info-from-SVN-to-GIT-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit d4102c2d12ce0c402e56acf6c711ef338241f632
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Aug 15 23:06:47 2018 +0200

    [UIMA-5854] Switch SCM info from SVN to GIT
    
    - Updated SCM information
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index faf6b22..19960e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,12 +34,12 @@
 	<properties>
 		<jiraVersion>12332459</jiraVersion>
 	</properties>
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/uimafit/trunk/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/uimafit/trunk/</developerConnection>
-		<url>http://svn.apache.org/repos/asf/uima/uimafit/trunk/</url>
-	</scm>
-
+  <scm>
+    <connection>scm:git:git://github.com/apache/uima-uimafit</connection>
+    <developerConnection>scm:git:git@github.com:apache/uima-uimafit.git</developerConnection>
+    <url>https://github.com/apache/uima-uimafit</url>
+    <tag>HEAD</tag>
+  </scm>
 	<licenses>
 		<license>
 			<name>Apache License, Version 2.0</name>
@@ -64,9 +64,9 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <source>${maven.compiler.source}</source>
-                </configuration>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+          </configuration>
 				<executions>
 					<execution>
 						<id>javadocs-distr</id> <!-- name should match one in parent-pom -->