aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/GeneratePublishReport.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/GeneratePublishReport.py')
-rw-r--r--scripts/GeneratePublishReport.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/GeneratePublishReport.py b/scripts/GeneratePublishReport.py
index 274203e5cf..6cd0791f24 100644
--- a/scripts/GeneratePublishReport.py
+++ b/scripts/GeneratePublishReport.py
@@ -30,8 +30,11 @@ content = """<html>
if not prerelease:
content += "<tr><td><a href='http://vaadin.com/download/release/{maj}.{min}/{ver}/'>Check {ver} is published to vaadin.com/download</td></tr>".format(maj=major, min=minor, ver=args.version)
+ content += "<tr><td><a href='http://repo1.maven.org/maven2/com/vaadin/vaadin-server/{ver}'>Check {ver} is published to maven.org (might take a while)</td></tr>".format(ver=args.version)
else:
content += "<tr><td><a href='http://vaadin.com/download/prerelease/{maj}.{min}/{maj}.{min}.{main}/{ver}'>Check {ver} is published as prerelease to vaadin.com/download</td></tr>".format(maj=major, min=minor, main=maintenance, ver=args.version)
+ content += "<tr><td><a href='http://maven.vaadin.com/vaadin-prereleases/com/vaadin/vaadin-server/{ver}'>Check {ver} is published as prerelease to maven.vaadin.com</td></tr>".format(ver=args.version)
+
content += """
<tr><td>Verify Latest Vaadin 7: <iframe src="http://vaadin.com/download/LATEST7"></iframe></td></tr>