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 2019/07/26 12:10:07 UTC

[flink] 03/03: [hotfix][build] Use HTTPS URLs

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

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

commit 372c14389a40301a3299fb8c59c6763c7d1a12a7
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu May 23 09:29:43 2019 +0200

    [hotfix][build] Use HTTPS URLs
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ced31af..6d77568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,13 +32,13 @@ under the License.
 
 	<name>flink</name>
 	<packaging>pom</packaging>
-	<url>http://flink.apache.org</url>
+	<url>https://flink.apache.org</url>
 	<inceptionYear>2014</inceptionYear>
 
 	<licenses>
 		<license>
 			<name>The Apache Software License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
 			<distribution>repo</distribution>
 		</license>
 	</licenses>