Happy New Year 2017.

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1776860 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: cfcb318de0
This commit is contained in:
Felix Schumacher 2017-01-01 16:35:06 +00:00
parent 676be5c6a7
commit cd8ce9b984
3 changed files with 4 additions and 4 deletions

2
NOTICE
View File

@ -1,5 +1,5 @@
Apache JMeter
Copyright 1998-2016 The Apache Software Foundation
Copyright 1998-2017 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

View File

@ -52,9 +52,9 @@ public final class JMeterVersion {
private static final String VERSION = "3.2-SNAPSHOT";
private static final String IMPLEMENTATION;
// Same applies to copyright string
private static final String COPYRIGHT = "Copyright (c) 1998-2016 The Apache Software Foundation";
private static final String COPYRIGHT = "Copyright (c) 1998-2017 The Apache Software Foundation";
static {
String impl=null;

View File

@ -30,7 +30,7 @@
<xsl:param name="sshotdir" select="concat($imgdir, '/screenshots')" />
<xsl:param name="cssdir" select="concat($relative-path, '/css')" />
<xsl:param name="jakarta-site" select="'http://jakarta.apache.org'" />
<xsl:param name="year" select="'2016'" />
<xsl:param name="year" select="'2017'" />
<xsl:param name="max-img-width" select="'600'" />
<!-- Output method -->