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:14:09 UTC

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


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

commit 2428b3a8682521da02ee342955fc18c2ea29aa42
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 0539007..b479807 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>