Skip to content

Commit

Permalink
Merge pull request eXist-db#4384 from eXist-db/dependabot/maven/commo…
Browse files Browse the repository at this point in the history
…ns-daemon-commons-daemon-1.3.1

Bump commons-daemon from 1.2.4 to 1.3.1
  • Loading branch information
adamretter authored Aug 3, 2022
2 parents 747dcdc + 82fb3b5 commit d86e4f0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exist-installer/src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<executable os="unix" targetfile="$INSTALL_PATH/bin/shutdown.sh"/>
<executable os="unix" targetfile="$INSTALL_PATH/bin/startup.sh"/>
<executable os="unix" targetfile="$INSTALL_PATH/bin/jsvc-linux-x86_64"/>
<executable os="unix" targetfile="$INSTALL_PATH/bin/jsvc-mac-x86_64"/>
<executable os="unix" targetfile="$INSTALL_PATH/bin/jsvc-mac"/>
<fileset os="windows" targetdir="$INSTALL_PATH/bin" dir="bin">
<include name="*.bat"/>
<include name="*.exe"/>
Expand Down
Binary file modified exist-service/bin/jsvc-linux-x86_64
Binary file not shown.
Binary file added exist-service/bin/jsvc-mac
Binary file not shown.
Binary file removed exist-service/bin/jsvc-mac-x86_64
Binary file not shown.
Binary file modified exist-service/bin/prunsrv-x86_64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion exist-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
<version>1.2.4</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit d86e4f0

Please sign in to comment.