Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakirChen committed Apr 21, 2023
1 parent c53ad27 commit 1eb10af
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=$1

export VERSION="1.0.2-SNAPSHOT"
export VERSION="1.1.0"
export JAVA_HOME=`/usr/libexec/java_home -v $version`

echo "JDK Version $version"
Expand All @@ -18,6 +18,7 @@ jpackage --input libs/ \
--main-jar pdf-watermark-swing-${VERSION}.jar \
--main-class io.github.yakirchen.watermark.swing.WatermarkApp \
--type dmg \
--app-version ${VERSION} \
--icon src/main/resources/icon.icns \
--java-options '--enable-preview -Xdock:name=PDF水印 -XX:+UseZGC -Xms200M -Xmx200M' \
--jlink-options '--strip-native-commands --strip-debug --no-man-pages --no-header-files --vm=server' \
Expand Down
4 changes: 2 additions & 2 deletions pdf-watermark-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.github.yakirchen</groupId>
<artifactId>pdf-watermark</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pdf-watermark-api</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>


</project>
4 changes: 2 additions & 2 deletions pdf-watermark-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.github.yakirchen</groupId>
<artifactId>pdf-watermark</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pdf-watermark-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pdf-watermark-fx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.github.yakirchen</groupId>
<artifactId>pdf-watermark</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pdf-watermark-fx</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<moduleName>pdf.watermark.fx</moduleName>
Expand Down
4 changes: 2 additions & 2 deletions pdf-watermark-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.github.yakirchen</groupId>
<artifactId>pdf-watermark</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pdf-watermark-log</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pdf-watermark-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.github.yakirchen</groupId>
<artifactId>pdf-watermark</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>pdf-watermark-swing</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<main.class>io.github.yakirchen.watermark.swing.WatermarkApp</main.class>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.yakirchen</groupId>
<artifactId>pdf-watermark</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>pdf-watermark</name>
Expand Down

0 comments on commit 1eb10af

Please sign in to comment.