You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/01/01 19:01:57 UTC

svn commit: r1722516 - in /jmeter/trunk: NOTICE src/core/org/apache/jmeter/util/JMeterVersion.java xdocs/stylesheets/website-style.xsl

Author: pmouawad
Date: Fri Jan  1 18:01:57 2016
New Revision: 1722516

URL: http://svn.apache.org/viewvc?rev=1722516&view=rev
Log:
Happy new year 2016

Modified:
    jmeter/trunk/NOTICE
    jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/NOTICE
URL: http://svn.apache.org/viewvc/jmeter/trunk/NOTICE?rev=1722516&r1=1722515&r2=1722516&view=diff
==============================================================================
--- jmeter/trunk/NOTICE (original)
+++ jmeter/trunk/NOTICE Fri Jan  1 18:01:57 2016
@@ -1,5 +1,5 @@
 Apache JMeter
-Copyright 1998-2015 The Apache Software Foundation
+Copyright 1998-2016 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java?rev=1722516&r1=1722515&r2=1722516&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java Fri Jan  1 18:01:57 2016
@@ -54,7 +54,7 @@ public final class JMeterVersion {
     private static final String IMPLEMENTATION;
     
     // Same applies to copyright string
-    private static final String COPYRIGHT = "Copyright (c) 1998-2015 The Apache Software Foundation";
+    private static final String COPYRIGHT = "Copyright (c) 1998-2016 The Apache Software Foundation";
 
     static {
         String impl=null;

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1722516&r1=1722515&r2=1722516&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Fri Jan  1 18:01:57 2016
@@ -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="'2015'" />
+  <xsl:param name="year" select="'2016'" />
   <xsl:param name="max-img-width" select="'600'" />
 
   <!-- Output method -->