You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2013/07/10 10:48:36 UTC

svn commit: r1501676 - in /webservices/wss4j/branches/1_5_x-fixes: NOTICE build.xml

Author: coheigea
Date: Wed Jul 10 08:48:35 2013
New Revision: 1501676

URL: http://svn.apache.org/r1501676
Log:
Updating year to 2013


Conflicts:
	NOTICE
	build.xml

Modified:
    webservices/wss4j/branches/1_5_x-fixes/NOTICE
    webservices/wss4j/branches/1_5_x-fixes/build.xml

Modified: webservices/wss4j/branches/1_5_x-fixes/NOTICE
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/NOTICE?rev=1501676&r1=1501675&r2=1501676&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/NOTICE (original)
+++ webservices/wss4j/branches/1_5_x-fixes/NOTICE Wed Jul 10 08:48:35 2013
@@ -1,5 +1,5 @@
 Apache WebServices - WSS4J
-Copyright 2004-2009 The Apache Software Foundation
+Copyright 2004-2013 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/build.xml?rev=1501676&r1=1501675&r2=1501676&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/build.xml Wed Jul 10 08:48:35 2013
@@ -30,7 +30,7 @@ Build Instructions:
         <property name='product.version.level' value='13'/>
         <property name='product.version.qualifier' value='-SNAPSHOT'/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
-        <property name="year" value="2008"/>
+        <property name="year" value="2013"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
 
         <!-- Give user a chance to override without editing this file