You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/07/26 16:11:25 UTC

[flink] branch release-1.5 updated: [FLINK-9951][build] Update scm developerConnection

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

chesnay pushed a commit to branch release-1.5
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.5 by this push:
     new ce149ba  [FLINK-9951][build] Update scm developerConnection
ce149ba is described below

commit ce149bac7e821e09453c5fb8954f687bc73e14fa
Author: zentol <ch...@apache.org>
AuthorDate: Wed Jul 25 16:05:07 2018 +0200

    [FLINK-9951][build] Update scm developerConnection
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4f88aaf..b62ffef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@ under the License.
 	<scm>
 		<url>https://github.com/apache/flink</url>
 		<connection>git@github.com:apache/flink.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flink.git</developerConnection>
+		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/flink.git</developerConnection>
 	</scm>
 
 	<modules>