Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.epp.config/tools/addDownloadStats.xsl')
-rw-r--r--releng/org.eclipse.epp.config/tools/addDownloadStats.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index 09efcc82..c57019a7 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -22,7 +22,7 @@ Contributors:
<xsl:template match="repository/properties">
<properties size='{@size+1}'>
<xsl:copy-of select="property" />
- <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/2018-09' />
+ <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/2018-12' />
</properties>
</xsl:template>

Back to the top