This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/no-issue-fix-scm in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git
commit f5f18d9a8f75da3b1d1493da5f10dc3c40ca3c7d Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed Nov 8 10:48:57 2023 +0100 No issue: Fix SCM entry in POM --- pom.xml | 6 +++--- uimafit-parent/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4779b53..6257623 100644 --- a/pom.xml +++ b/pom.xml @@ -35,10 +35,10 @@ <jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}uimaFIT</jiraVersion> </properties> <scm> - <connection>scm:git:git://github.com/apache/uima-uimafit</connection> - <developerConnection>scm:git:[email protected]:apache/uima-uimafit.git</developerConnection> - <url>https://github.com/apache/uima-uimafit</url> <tag>HEAD</tag> + <connection>scm:git:https://github.com/apache/uima-uimafit/</connection> + <developerConnection>scm:git:https://github.com/apache/uima-uimafit/</developerConnection> + <url>https://github.com/apache/uima-uimafit/</url> </scm> <licenses> <license> diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml index 69d2366..4be9000 100644 --- a/uimafit-parent/pom.xml +++ b/uimafit-parent/pom.xml @@ -41,9 +41,9 @@ <scm> <tag>HEAD</tag> - <connection>scm:git:git://github.com/apache/uima-uimafit</connection> - <developerConnection>scm:git:[email protected]:apache/uima-uimafit.git</developerConnection> - <url>https://github.com/apache/uima-uimafit</url> + <connection>scm:git:https://github.com/apache/uima-uimafit/</connection> + <developerConnection>scm:git:https://github.com/apache/uima-uimafit/</developerConnection> + <url>https://github.com/apache/uima-uimafit/</url> </scm> <repositories>
