Skip to content

Commit

Permalink
Auf neue jameica version angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
tobidope committed Feb 12, 2025
1 parent cb941c3 commit 0df89ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up JDK for x64
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
architecture: x64

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<maven.test.skip>true</maven.test.skip>
<jameica.version>V_2_10_4_BUILD_487</jameica.version>
<jameica.version>V_2_10_5_BUILD_488</jameica.version>
<hibiscus.version>V_2_10_24_BUILD_388</hibiscus.version>
<!-- See https://github.com/willuhn/jameica/commit/2e6c93dbb3f7ec6314494d8f8cc2ed6958cdd865 -->
<swt.version>4.27</swt.version>
<!-- See https://github.com/willuhn/jameica/commit/1a8a8005e04c6201972a63bd403b161f9e3802e7 -->
<swt.version>4.33</swt.version>
</properties>

<dependencies>
Expand Down
5 changes: 3 additions & 2 deletions setup-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@

<properties>
<jameica.url>https://github.com/willuhn/jameica/archive/refs/tags/</jameica.url>
<jameica.version>V_2_10_4_BUILD_487</jameica.version>
<jameica.version>V_2_10_5_BUILD_488</jameica.version>
<jameica.buildversion>2.10.4-487</jameica.buildversion>
<hibiscus.url>https://github.com/willuhn/hibiscus/archive/refs/tags/</hibiscus.url>
<hibiscus.version>V_2_10_24_BUILD_388</hibiscus.version>
<nc.url>https://prdownloads.sourceforge.net/numchameleon/nc-3.0.0.zip?download</nc.url>
<swt.version>4.33</swt.version>
<swt.arch>win64</swt.arch>
<!-- Skip default plugins -->
<maven.resources.skip>true</maven.resources.skip>
Expand Down Expand Up @@ -219,7 +220,7 @@
<groupId>de.willuhn</groupId>
<artifactId>swt</artifactId>
<packaging>jar</packaging>
<version>4.27</version>
<version>${swt.version}</version>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 0df89ee

Please sign in to comment.