Skip to content

Commit 51d15c9

Browse files
committed
Update maven repo url
1 parent 9d59250 commit 51d15c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tuwien/auto/calimero/gui/SwtChecker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Calimero GUI - A graphical user interface for the Calimero 2 tools
3-
Copyright (c) 2016, 2020 B. Malinowsky
3+
Copyright (c) 2016, 2021 B. Malinowsky
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -60,7 +60,7 @@ public class SwtChecker
6060
{
6161
private static final String swtArtifactId = "org.eclipse.swt.";
6262
private static final String swtVersion = "3.115.100";
63-
private static final String baseDownloadUrl = "http://central.maven.org/maven2/org/eclipse/platform";
63+
private static final String baseDownloadUrl = "https://repo.maven.apache.org/maven2/org/eclipse/platform";
6464

6565
private final Logger logger;
6666

0 commit comments

Comments
 (0)