Skip to content

Commit d86e4f0

Browse files
authored
Merge pull request #4384 from eXist-db/dependabot/maven/commons-daemon-commons-daemon-1.3.1
Bump commons-daemon from 1.2.4 to 1.3.1
2 parents 747dcdc + 82fb3b5 commit d86e4f0

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

exist-installer/src/main/izpack/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<executable os="unix" targetfile="$INSTALL_PATH/bin/shutdown.sh"/>
147147
<executable os="unix" targetfile="$INSTALL_PATH/bin/startup.sh"/>
148148
<executable os="unix" targetfile="$INSTALL_PATH/bin/jsvc-linux-x86_64"/>
149-
<executable os="unix" targetfile="$INSTALL_PATH/bin/jsvc-mac-x86_64"/>
149+
<executable os="unix" targetfile="$INSTALL_PATH/bin/jsvc-mac"/>
150150
<fileset os="windows" targetdir="$INSTALL_PATH/bin" dir="bin">
151151
<include name="*.bat"/>
152152
<include name="*.exe"/>
2.78 KB
Binary file not shown.

exist-service/bin/jsvc-mac

184 KB
Binary file not shown.

exist-service/bin/jsvc-mac-x86_64

-86.8 KB
Binary file not shown.
11.6 KB
Binary file not shown.

exist-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>commons-daemon</groupId>
5151
<artifactId>commons-daemon</artifactId>
52-
<version>1.2.4</version>
52+
<version>1.3.1</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)