Skip to content

Commit

Permalink
Update maven repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Mar 9, 2021
1 parent 9d59250 commit 51d15c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tuwien/auto/calimero/gui/SwtChecker.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Calimero GUI - A graphical user interface for the Calimero 2 tools
Copyright (c) 2016, 2020 B. Malinowsky
Copyright (c) 2016, 2021 B. Malinowsky
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -60,7 +60,7 @@ public class SwtChecker
{
private static final String swtArtifactId = "org.eclipse.swt.";
private static final String swtVersion = "3.115.100";
private static final String baseDownloadUrl = "http://central.maven.org/maven2/org/eclipse/platform";
private static final String baseDownloadUrl = "https://repo.maven.apache.org/maven2/org/eclipse/platform";

private final Logger logger;

Expand Down

0 comments on commit 51d15c9

Please sign in to comment.