This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
commit 1e144ad6a703695a7c02559b7e465c0119886034 Author: Zhengguo Yang <yangz...@gmail.com> AuthorDate: Thu Jan 6 23:23:33 2022 +0800 [chore][docs] add deploy spark/flink connectors to maven release repo docs (#7616) --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a819733..11f2b20 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ under the License. </license> </licenses> <scm> - <connection>scm:git:g...@github.com:apache/incubator-doris.git</connection> - <developerConnection>scm:git:g...@github.com:apache/incubator-doris.git</developerConnection> - <url>scm:git:g...@github.com:apache/incubator-doris.git</url> + <connection>scm:git:https://g...@github.com/apache/incubator-doris.git</connection> + <developerConnection>scm:git:https://g...@github.com/apache/incubator-doris.git</developerConnection> + <url>scm:git:https://g...@github.com/apache/incubator-doris.git</url> <tag>HEAD</tag> </scm> <issueManagement> @@ -76,6 +76,7 @@ under the License. <maven-source-plugin.version>3.2.1</maven-source-plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty> + <project.scm.id>github</project.scm.id> </properties> <profiles> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org