File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/boomaa/opends/display Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.boomaa</groupId >
88 <artifactId >open-ds</artifactId >
9- <version >v0.2.1-SNAPSHOT </version >
9+ <version >v0.2.1</version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ private static void checkForUpdates() {
185185 try {
186186 HttpURLConnection connection = (HttpURLConnection ) new URL ("https://github.com/Boomaa23/open-ds/releases/latest" ).openConnection ();
187187 connection .setConnectTimeout (1000 );
188+ connection .setUseCaches (false );
188189 connection .setInstanceFollowRedirects (false );
189190 switch (connection .getResponseCode ()) {
190191 case HttpURLConnection .HTTP_MOVED_PERM :
You can’t perform that action at this time.
0 commit comments