mirror of https://github.com/apache/jmeter.git
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:
parent
676be5c6a7
commit
cd8ce9b984
2
NOTICE
2
NOTICE
|
|
@ -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/).
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue