mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-03-30 04:31:04 +02:00
Fix WT Compile issues and prepare auto release pipeline (#13)
* Fixup WinTest Error * Prepare CI/CD Auto Release Pipeline * Fix CI/CD Components not running * CI/CD Pre-Check n nighty and produce zip for more intutive User Design * fix Version * App Version Update. * More Similar Naming to old Convention
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>de.x08</groupId>
|
||||
<artifactId>praktiKST</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.40.0-nightly</version>
|
||||
|
||||
<name>praktiKST</name>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<javafx.version>19.0.2.1</javafx.version>
|
||||
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>
|
||||
<junit.version>5.10.1</junit.version>
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<lombok.version>1.18.44</lombok.version>
|
||||
<mockito.version>5.7.0</mockito.version>
|
||||
<sqlite.version>3.43.2.2</sqlite.version>
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
<pmd.version>6.55.0</pmd.version>
|
||||
<codehaus.version.plugin>2.16.1</codehaus.version.plugin>
|
||||
<javafx.maven.plugin>0.0.8</javafx.maven.plugin>
|
||||
<spotbugs.maven.plugin>4.8.1.0</spotbugs.maven.plugin>
|
||||
<spotbugs.version>4.8.1</spotbugs.version>
|
||||
<spotbugs.maven.plugin>4.9.8.2</spotbugs.maven.plugin>
|
||||
<spotbugs.version>4.9.8</spotbugs.version>
|
||||
|
||||
<!-- other properties -->
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
Reference in New Issue
Block a user