Skip to content

Commit

Permalink
Version 1.8.3 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Dec 3, 2022
1 parent 75c5af9 commit d65abd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Asciidoc Book Editor based on JavaFX 18
= Asciidoc Book Editor based on JavaFX 19
:experimental:
ifdef::env-github[]
:toc:
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<mainClass>com.kodedu.boot.AppStarter</mainClass>
<install4j.home>${env.GITHUB_WORKSPACE}/install4j10.0.4</install4j.home>
<install4j.version>10.0.4</install4j.version>
<install4j.home>${env.GITHUB_WORKSPACE}/install4j${install4j.version}</install4j.home>
<install4j.licenseKey>${env.LICENSE_KEY_10}</install4j.licenseKey>
<install4j.macKeyStorePassword>${env.MAC_KEYSTORE_PASSWORD}</install4j.macKeyStorePassword>
<install4j.winKeyStorePassword>${env.WIN_KEYSTORE_PASSWORD}</install4j.winKeyStorePassword>
Expand Down Expand Up @@ -149,7 +150,7 @@
<dependency>
<groupId>com.install4j</groupId>
<artifactId>install4j-runtime</artifactId>
<version>10.0.4</version>
<version>${install4j.version}</version>
<!-- <scope>provided</scope>-->
</dependency>
<dependency>
Expand Down Expand Up @@ -522,7 +523,7 @@
<plugin>
<groupId>com.install4j</groupId>
<artifactId>install4j-maven</artifactId>
<version>9.0.7</version>
<version>${install4j.version}</version>
<executions>
<execution>
<id>compile-installers</id>
Expand Down

0 comments on commit d65abd8

Please sign in to comment.