summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD. Can Celasun <can@dcc.im>2020-01-15 21:12:53 +0000
committerD. Can Celasun <can@dcc.im>2020-01-15 21:13:50 +0000
commit70c4e7a7c7b2a2b4146372868702b7ea0d143e05 (patch)
treec5490ea8f9afd11eeac314ac4bff879ee5343ce2
parent45a94594ff50ad51a18f6ad1900209e978e5921b (diff)
downloadthrift-70c4e7a7c7b2a2b4146372868702b7ea0d143e05.tar.gz
Use HTTPS for repo1.maven.org
Upstream no longer supports plain HTTP as of today [1]. [1] https://support.sonatype.com/hc/en-us/articles/360041287334
-rw-r--r--contrib/fb303/java/build.properties2
-rw-r--r--lib/as3/gradle.properties4
-rw-r--r--lib/java/gradle.properties4
-rw-r--r--lib/js/test/build.properties2
-rw-r--r--lib/json/test/build.properties2
5 files changed, 7 insertions, 7 deletions
diff --git a/contrib/fb303/java/build.properties b/contrib/fb303/java/build.properties
index 84636683c..845048cad 100644
--- a/contrib/fb303/java/build.properties
+++ b/contrib/fb303/java/build.properties
@@ -1,5 +1,5 @@
# Maven Ant tasks Jar details
mvn.ant.task.version=2.1.3
-mvn.repo=http://repo1.maven.org/maven2
+mvn.repo=https://repo1.maven.org/maven2
mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version}
mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar
diff --git a/lib/as3/gradle.properties b/lib/as3/gradle.properties
index d918a23f5..9ace27538 100644
--- a/lib/as3/gradle.properties
+++ b/lib/as3/gradle.properties
@@ -14,10 +14,10 @@ install.javadoc.path=/usr/local/lib
testPort=9090
# Maven dependency download locations
-mvn.repo=http://repo1.maven.org/maven2
+mvn.repo=https://repo1.maven.org/maven2
apache.repo=https://repository.apache.org/content/repositories/releases
# Apache Maven publish
-license=http://www.apache.org/licenses/LICENSE-2.0.txt
+license=https://www.apache.org/licenses/LICENSE-2.0.txt
maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
maven-repository-id=apache.releases.https
diff --git a/lib/java/gradle.properties b/lib/java/gradle.properties
index 1cdf095b5..8a7acb10d 100644
--- a/lib/java/gradle.properties
+++ b/lib/java/gradle.properties
@@ -16,11 +16,11 @@ testPort=9090
cloverEnabled=false
# Maven dependency download locations
-mvn.repo=http://repo1.maven.org/maven2
+mvn.repo=https://repo1.maven.org/maven2
apache.repo=https://repository.apache.org/content/repositories/releases
# Apache Maven publish
-license=http://www.apache.org/licenses/LICENSE-2.0.txt
+license=https://www.apache.org/licenses/LICENSE-2.0.txt
maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
maven-repository-id=apache.releases.https
diff --git a/lib/js/test/build.properties b/lib/js/test/build.properties
index 84636683c..845048cad 100644
--- a/lib/js/test/build.properties
+++ b/lib/js/test/build.properties
@@ -1,5 +1,5 @@
# Maven Ant tasks Jar details
mvn.ant.task.version=2.1.3
-mvn.repo=http://repo1.maven.org/maven2
+mvn.repo=https://repo1.maven.org/maven2
mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version}
mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar
diff --git a/lib/json/test/build.properties b/lib/json/test/build.properties
index 075f64001..997aa9bfa 100644
--- a/lib/json/test/build.properties
+++ b/lib/json/test/build.properties
@@ -5,6 +5,6 @@ mvn.ant.task.version=2.1.3
json-schema-validator.version=2.2.6
# Maven dependency download locations
-mvn.repo=http://repo1.maven.org/maven2
+mvn.repo=https://repo1.maven.org/maven2
mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version}
mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar