Skip to content

Instantly share code, notes, and snippets.

@alexlehm
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlehm/596351d5c4705f07a715 to your computer and use it in GitHub Desktop.
Save alexlehm/596351d5c4705f07a715 to your computer and use it in GitHub Desktop.
vertx-platform/src/main/resources/default-repos.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vertx-platform/src/main/resources/default-repos.txt b/vertx-platform/src/main/resources/default-repos.txt
index f2662ff..4fbef3b 100644
--- a/vertx-platform/src/main/resources/default-repos.txt
+++ b/vertx-platform/src/main/resources/default-repos.txt
@@ -5,7 +5,7 @@ mavenLocal:~/.m2/repository
maven:http://repo2.maven.org/maven2
# Sonatype snapshots
-maven:http://oss.sonatype.org/content/repositories/snapshots
+maven:https://oss.sonatype.org/content/repositories/snapshots
# Bintray
bintray:http://dl.bintray.com
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment