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:12:26 UTC

[flink] branch release-1.6 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.6
in repository https://gitbox.apache.org/repos/asf/flink.git


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

commit 27c45402a4c00f8ca70861277728fbf0d7b33361
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 69ff8e1..4b251eb 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>