Skip to content

Commit

Permalink
install4j update 10.0.5 zu 10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed May 17, 2024
1 parent b08fd7d commit 3cc4b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default:
- ssh-keyscan -p 60002 dw2.mvorg.de >> ~/.ssh/known_hosts
- ssh-keyscan -p 60002 148.251.176.136 >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- wget -q https://download-gcdn.ej-technologies.com/install4j/install4j_unix_10_0_5.tar.gz -O install4j.tar.gz
- wget -q https://download-gcdn.ej-technologies.com/install4j/install4j_unix_10_0_7.tar.gz -O install4j.tar.gz
- tar -zxf install4j.tar.gz
- java -version
- ${INSTALL4J_JAVA_HOME}/bin/java -version
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<install4j.home>./install4j${install4j.version}</install4j.home>
<!--suppress UnresolvedMavenProperty -->
<install4j.licenseKey>${env.LICENSE_KEY_10}</install4j.licenseKey>
<install4j.version>10.0.5</install4j.version>
<install4j.version>10.0.7</install4j.version>
<lucene.version>9.10.0</lucene.version>
</properties>

Expand Down

0 comments on commit 3cc4b42

Please sign in to comment.