You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by rj...@apache.org on 2019/01/01 22:12:33 UTC

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

Author: rjung
Date: Tue Jan  1 22:12:33 2019
New Revision: 1850138

URL: http://svn.apache.org/viewvc?rev=1850138&view=rev
Log:
Happy New Year 2019

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=1850138&r1=1850137&r2=1850138&view=diff
==============================================================================
--- jmeter/trunk/NOTICE (original)
+++ jmeter/trunk/NOTICE Tue Jan  1 22:12:33 2019
@@ -1,5 +1,5 @@
 Apache JMeter
-Copyright 1998-2018 The Apache Software Foundation
+Copyright 1998-2019 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=1850138&r1=1850137&r2=1850138&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java Tue Jan  1 22:12:33 2019
@@ -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-2018 The Apache Software Foundation";
+    private static final String COPYRIGHT = "Copyright (c) 1998-2019 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=1850138&r1=1850137&r2=1850138&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Tue Jan  1 22:12:33 2019
@@ -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="'https://jakarta.apache.org'" />
-  <xsl:param name="year" select="'2018'" />
+  <xsl:param name="year" select="'2019'" />
   <xsl:param name="max-img-width" select="'600'" />
 
   <!-- Output method -->