summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2015-04-15 15:46:39 +0300
committerMarkus Koivisto <markus@vaadin.com>2015-04-15 15:46:39 +0300
commitfde3291ef7ff3ae58721f80dea58853ce37f7a05 (patch)
tree07b1096bb8951800e3e607fff1ca3a39cfda00ee
parentf13fea0f432c65f6ec95fd1eb3b694be47133033 (diff)
downloadvaadin-framework-fde3291ef7ff3ae58721f80dea58853ce37f7a05.tar.gz
vaadin-framework-fde3291ef7ff3ae58721f80dea58853ce37f7a05.zip
Fix release notes query url to use https.
Change-Id: Ibd9eea4762a217404b6d09f0749636a47c335161
-rw-r--r--buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java b/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java
index 5b424f98b1..f63bf47116 100644
--- a/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java
+++ b/buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java
@@ -26,7 +26,7 @@ import java.util.List;
import org.apache.commons.io.IOUtils;
public class FetchReleaseNotesTickets {
- private static final String queryURL = "http://dev.vaadin.com/query?status=pending-release&amp;status=released&amp;@milestone@&amp;resolution=fixed&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=bfptime&col=fv&amp;format=tab&amp;order=id";
+ private static final String queryURL = "https://dev.vaadin.com/query?status=pending-release&amp;status=released&amp;@milestone@&amp;resolution=fixed&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=bfptime&col=fv&amp;format=tab&amp;order=id";
private static final String ticketTemplate = "<tr>"
+ "@badge@" //
+ "<td class=\"ticket\"><a href=\"http://dev.vaadin.com/ticket/@ticket@\">#@ticket@</a></td>" //