Skip to content

Commit

Permalink
update bundled JRE version (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
iaik-jheher authored Sep 6, 2024
1 parent f178a36 commit 9e79c64
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

PDF-Over is a PDF signing tool for power users. It offers a seamless native experience, and aims to minimize the effort required to sign large numbers of documents.

It allows automated signature positioning using [🇩🇪 signature placeholders](https://pdf.egiz.gv.at/), and supports all possible authentication factors for the ID-Austria platform. (SMSTan, App-QR, App-Biometry, and FIDO2 L2 certified security tokens.)
It allows automated signature positioning using [🇦🇹 signature placeholders](https://pdf.egiz.gv.at/), and supports all possible authentication factors for the ID-Austria platform. (SMSTan, App-QR, App-Biometry, and FIDO2 L2 certified security tokens.)

PDF-Over runs on Windows, Linux, and MacOS (separate Intel and Apple Silicon bundles are available.) The latest release downloads can always be found at [technology.a-sit.at](https://technology.a-sit.at/en/pdf-over/).

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions pdf-over-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@
</activation>
<properties>
<pdfover-build.swt-artifact-id>org.eclipse.swt.gtk.linux.x86_64</pdfover-build.swt-artifact-id>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_x64_linux_hotspot_17.0.3_7.tar.gz</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.3+7-jre</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_x64_linux_hotspot_17.0.12_7.tar.gz</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.12+7-jre</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.os-name>linux</pdfover-build.os-name>
<pdfover-build.output-filename-without-jar>pdf-over_linux-x86_64</pdfover-build.output-filename-without-jar> <!-- used for izpack builds -->
</properties>
Expand Down Expand Up @@ -589,8 +589,8 @@
</activation>
<properties>
<pdfover-build.swt-artifact-id>org.eclipse.swt.win32.win32.x86_64</pdfover-build.swt-artifact-id>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_x64_windows_hotspot_17.0.3_7.zip</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.3+7-jre</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_x64_windows_hotspot_17.0.12_7.zip</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.12+7-jre</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.os-name>windows</pdfover-build.os-name>
<pdfover-build.output-filename>pdf-over_windows-x86_64.zip</pdfover-build.output-filename>
</properties>
Expand Down Expand Up @@ -658,8 +658,8 @@
</activation>
<properties>
<pdfover-build.swt-artifact-id>org.eclipse.swt.cocoa.macosx.x86_64</pdfover-build.swt-artifact-id>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_x64_mac_hotspot_17.0.3_7.zip</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.3+7-jre/Contents/Home</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_x64_mac_hotspot_17.0.12_7.zip</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.12+7-jre/Contents/Home</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.os-name>mac</pdfover-build.os-name>
<pdfover-build.output-filename>pdf-over_mac-x86_64.zip</pdfover-build.output-filename>
</properties>
Expand Down Expand Up @@ -692,8 +692,8 @@
</activation>
<properties>
<pdfover-build.swt-artifact-id>org.eclipse.swt.cocoa.macosx.aarch64</pdfover-build.swt-artifact-id>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_aarch64_mac_hotspot_17.0.2_8.zip</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.2+8-jre/Contents/Home</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.bundled-jre.archive-filename>OpenJDK17U-jre_aarch64_mac_hotspot_17.0.12_7.zip</pdfover-build.bundled-jre.archive-filename>
<pdfover-build.bundled-jre.folder-in-archive>jdk-17.0.12+7-jre/Contents/Home</pdfover-build.bundled-jre.folder-in-archive>
<pdfover-build.os-name>mac</pdfover-build.os-name>
<pdfover-build.output-filename>pdf-over_mac-aarch64.zip</pdfover-build.output-filename>
</properties>
Expand Down
1 change: 1 addition & 0 deletions release-instructions/release-Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
==== RELEASE PREPARATION (versioning)
-> ensure that the bundled JRE is a recent version
(this creates a release tag which has versioning fields set appropriately, tags it, and pushes it to github)
-> switch to your pdf-over clone
-> run mvn install to verify that it builds
Expand Down

0 comments on commit 9e79c64

Please sign in to comment.