Browse Source

jcenter requires https now
[ci skip]

Sebastian Stenzel 5 years ago
parent
commit
eb047e29a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/pom.xml

+ 2 - 2
main/pom.xml

@@ -9,7 +9,7 @@
 
 	<organization>
 		<name>cryptomator.org</name>
-		<url>http://cryptomator.org</url>
+		<url>https://cryptomator.org</url>
 	</organization>
 
 	<developers>
@@ -50,7 +50,7 @@
 	<repositories>
 		<repository>
 			<id>jcenter</id>
-			<url>http://jcenter.bintray.com</url>
+			<url>https://jcenter.bintray.com</url>
 		</repository>
 	</repositories>