This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push: new f4a6302 Next version should be 1.2.5. f4a6302 is described below commit f4a6302f0c00de70ae61012ad25829cc42ed7dd9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 5 12:58:13 2021 -0500 Next version should be 1.2.5. --- pom.xml | 2 +- src/native/unix/man/jsvc.1.xml | 2 +- src/native/windows/apps/prunmgr/prunmgr.h | 2 +- src/native/windows/apps/prunmgr/prunmgr.rc | 2 +- src/native/windows/apps/prunsrv/prunsrv.h | 2 +- src/samples/SimpleApplication.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4e567d6..063c7f6 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ <maven.compiler.target>${commons.daemon.javaversion}</maven.compiler.target> <commons.componentid>daemon</commons.componentid> <commons.module.name>org.apache.commons.daemon</commons.module.name> - <commons.release.version>1.2.4</commons.release.version> + <commons.release.version>1.2.5</commons.release.version> <commons.rc.version>RC2</commons.rc.version> <commons.bc.version>1.2.4</commons.bc.version> <commons.jira.id>DAEMON</commons.jira.id> diff --git a/src/native/unix/man/jsvc.1.xml b/src/native/unix/man/jsvc.1.xml index 8293e70..4c291cb 100644 --- a/src/native/unix/man/jsvc.1.xml +++ b/src/native/unix/man/jsvc.1.xml @@ -22,7 +22,7 @@ <refentrytitle>JSVC</refentrytitle> <manvolnum>1</manvolnum> <refmiscinfo class='date'>TBD</refmiscinfo> - <refmiscinfo class='source'>Jsvc version 1.2.4</refmiscinfo> + <refmiscinfo class='source'>Jsvc version 1.2.5</refmiscinfo> <refmiscinfo class='manual'>Apache Commons Daemon project</refmiscinfo> </refmeta> <refnamediv id='name'> diff --git a/src/native/windows/apps/prunmgr/prunmgr.h b/src/native/windows/apps/prunmgr/prunmgr.h index 49b5044..af838f3 100644 --- a/src/native/windows/apps/prunmgr/prunmgr.h +++ b/src/native/windows/apps/prunmgr/prunmgr.h @@ -24,7 +24,7 @@ #define _PRUNMGR_H #undef PRG_VERSION -#define PRG_VERSION "1.2.4.0" +#define PRG_VERSION "1.2.5.0" #define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0" #define IDM_TM_EXIT 2000 diff --git a/src/native/windows/apps/prunmgr/prunmgr.rc b/src/native/windows/apps/prunmgr/prunmgr.rc index f8488d6..91885d9 100644 --- a/src/native/windows/apps/prunmgr/prunmgr.rc +++ b/src/native/windows/apps/prunmgr/prunmgr.rc @@ -228,7 +228,7 @@ END STRINGTABLE BEGIN IDS_APPLICATION RSTR_PSM - IDS_APPVERSION "Version 1.2.4" + IDS_APPVERSION "Version 1.2.5" IDS_APPFULLNAME RSTR_PSM " Version " PRG_VERSION IDS_APPCOPYRIGHT "Copyright (c) 2000-2021 The Apache Software Foundation" IDS_APPDESCRIPTION "Apache Commons Daemon Service Management Tool" diff --git a/src/native/windows/apps/prunsrv/prunsrv.h b/src/native/windows/apps/prunsrv/prunsrv.h index 476d49a..4257ff1 100644 --- a/src/native/windows/apps/prunsrv/prunsrv.h +++ b/src/native/windows/apps/prunsrv/prunsrv.h @@ -25,7 +25,7 @@ #define _PRUNSRV_H #undef PRG_VERSION -#define PRG_VERSION "1.2.4.0" +#define PRG_VERSION "1.2.5.0" #define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0" #endif /* _PRUNSRV_H */ diff --git a/src/samples/SimpleApplication.sh b/src/samples/SimpleApplication.sh index 897c12e..9c12dc3 100755 --- a/src/samples/SimpleApplication.sh +++ b/src/samples/SimpleApplication.sh @@ -20,7 +20,7 @@ # Adapt the following lines to your configuration JAVA_HOME=/opt/java6 PROGRAM=SimpleApplication -CLASSPATH=`pwd`/$PROGRAM.jar:`pwd`/commons-daemon-1.2.4.jar +CLASSPATH=`pwd`/$PROGRAM.jar:`pwd`/commons-daemon-1.2.5.jar case "$1" in start )