Author: mturk
Date: Wed Jan 9 10:23:01 2013
New Revision: 1430766
URL: http://svn.apache.org/viewvc?rev=1430766&view=rev
Log:
Update version and currenty release year
Modified:
commons/proper/daemon/branches/1.0.x/build.xml
commons/proper/daemon/branches/1.0.x/pom.xml
commons/proper/daemon/branches/1.0.x/src/native/unix/native/help.c
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.c
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc
Modified: commons/proper/daemon/branches/1.0.x/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/build.xml?rev=1430766&r1=1430765&r2=1430766&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/build.xml (original)
+++ commons/proper/daemon/branches/1.0.x/build.xml Wed Jan 9 10:23:01 2013
@@ -59,7 +59,7 @@
<property name="component.title" value="Java Daemons"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.0.11"/>
+ <property name="component.version" value="1.0.12"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
@@ -214,7 +214,7 @@
version="true"
doctitle="<h1>${component.title}</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2002-2012 - Apache Software Foundation">
+ bottom="Copyright (c) 2002-2013 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
<classpath location="${ant.lib}/ant.jar"/>
</javadoc>
Modified: commons/proper/daemon/branches/1.0.x/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/pom.xml?rev=1430766&r1=1430765&r2=1430766&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/pom.xml (original)
+++ commons/proper/daemon/branches/1.0.x/pom.xml Wed Jan 9 10:23:01 2013
@@ -92,7 +92,7 @@
<maven.compile.source>1.3</maven.compile.source>
<maven.compile.target>1.3</maven.compile.target>
<commons.componentid>daemon</commons.componentid>
- <commons.release.version>1.0.11</commons.release.version>
+ <commons.release.version>1.0.12</commons.release.version>
<commons.jira.id>DAEMON</commons.jira.id>
<commons.jira.pid>12310468</commons.jira.pid>
</properties>
Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/help.c
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/native/help.c?rev=1430766&r1=1430765&r2=1430766&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/unix/native/help.c
(original)
+++ commons/proper/daemon/branches/1.0.x/src/native/unix/native/help.c Wed Jan
9 10:23:01 2013
@@ -101,7 +101,7 @@ void help(home_data *data)
printf(" -keepstdin\n");
printf(" does not redirect stdin to /dev/null\n");
printf("\njsvc (Apache Commons Daemon) " JSVC_VERSION_STRING "\n");
- printf("Copyright (c) 1999-2012 Apache Software Foundation.\n");
+ printf("Copyright (c) 1999-2013 Apache Software Foundation.\n");
printf("\n");
}
Modified:
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc?rev=1430766&r1=1430765&r2=1430766&view=diff
==============================================================================
---
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc
(original)
+++
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc
Wed Jan 9 10:23:01 2013
@@ -42,7 +42,7 @@ BEGIN
ES_READONLY | WS_BORDER | WS_VSCROLL,0,31,335,115
CONTROL
"BMP_JAKARTA",IDC_STATIC,"Static",SS_BITMAP|0x00000040L,0,0,337,30
LTEXT " ",IDC_ABOUTAPP,2,150,270,12
- LTEXT "Copyright (c) 2000-2011 The Apache Software
Foundation.",IDC_STATIC,2,160,270,12
+ LTEXT "Copyright (c) 2000-2013 The Apache Software
Foundation.",IDC_STATIC,2,160,270,12
LTEXT "http://commons.apache.org",IDC_STATIC,2,170,270,12
PUSHBUTTON "&System Info",IAB_SYSINF,285,170,50,14
END
@@ -230,7 +230,7 @@ BEGIN
IDS_APPLICATION RSTR_PSM
IDS_APPVERSION "Version 1.0.12"
IDS_APPFULLNAME RSTR_PSM " Version " PRG_VERSION
- IDS_APPCOPYRIGHT "Copyright (c) 2000-2012 The Apache Software
Foundation"
+ IDS_APPCOPYRIGHT "Copyright (c) 2000-2013 The Apache Software
Foundation"
IDS_APPDESCRIPTION "Apache Commons Daemon Service Management Tool"
IDS_ALREAY_RUNING "An instance of '%S' application is already running"
IDS_ERRORCMD "Unknown command line option '%s'\nSee the manual for
command line usage."
@@ -280,7 +280,7 @@ BEGIN
VALUE "FileDescription", RSTR_PSM "\0"
VALUE "FileVersion", PRG_VERSION
VALUE "InternalName", RSTR_PSM "\0"
- VALUE "LegalCopyright", "Copyright (c) 2000-2012 The Apache Software
Foundation.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2000-2013 The Apache Software
Foundation.\0"
VALUE "OriginalFilename", "prunmgr.exe\0"
VALUE "ProductName", RSTR_PSM "\0"
VALUE "ProductVersion", PRG_VERSION
Modified:
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.c
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.c?rev=1430766&r1=1430765&r2=1430766&view=diff
==============================================================================
---
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.c
(original)
+++
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.c
Wed Jan 9 10:23:01 2013
@@ -382,7 +382,7 @@ static void printVersion(void)
{
fwprintf(stderr, L"Commons Daemon Service Runner version %S/Win%d (%S)\n",
PRG_VERSION, PRG_BITS, __DATE__);
- fwprintf(stderr, L"Copyright (c) 2000-2012 The Apache Software
Foundation.\n\n"
+ fwprintf(stderr, L"Copyright (c) 2000-2013 The Apache Software
Foundation.\n\n"
L"For bug reporting instructions, please see:\n"
L"<URL:https://issues.apache.org/jira/browse/DAEMON>.");
}
Modified:
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc?rev=1430766&r1=1430765&r2=1430766&view=diff
==============================================================================
---
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc
(original)
+++
commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc
Wed Jan 9 10:23:01 2013
@@ -44,7 +44,7 @@ BEGIN
VALUE "FileDescription", RSTR_PRUNSRV "\0"
VALUE "FileVersion", PRG_VERSION
VALUE "InternalName", RSTR_PRUNSRV "\0"
- VALUE "LegalCopyright", "Copyright (c) 2000-2012 The Apache Software
Foundation.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2000-2013 The Apache Software
Foundation.\0"
VALUE "OriginalFilename", "prunsrv.exe\0"
VALUE "ProductName", RSTR_PRUNSRV "\0"
VALUE "ProductVersion", PRG_VERSION