update model logik für sepa lauf, update pom.xml

This commit is contained in:
Ralph Soika 2023-11-16 13:04:34 +01:00
parent 7fcff8ace2
commit 97a65e7b6a
3 changed files with 8308 additions and 32 deletions

View file

@ -1,4 +1,10 @@
# Versionen # Versionen
### 1.2.14 (Development)
- Internationalisierung
### 1.2.13 ### 1.2.13
- Payment Statistik - Payment Statistik

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.alexander-logistics</groupId> <groupId>com.alexander-logistics</groupId>
@ -29,7 +30,7 @@
<!-- 2.2.14 --> <!-- 2.2.14 -->
<org.imixs.archive.version>2.3.1</org.imixs.archive.version> <org.imixs.archive.version>2.3.1</org.imixs.archive.version>
<org.imixs.melman.version>1.0.22</org.imixs.melman.version> <org.imixs.melman.version>1.0.22</org.imixs.melman.version>
<org.imixs.ml.version>1.1.6-SNAPSHOT</org.imixs.ml.version> <org.imixs.ml.version>1.1.6</org.imixs.ml.version>
<microprofile.version>2.2</microprofile.version> <microprofile.version>2.2</microprofile.version>
<custom.webResources>src/main/webapp</custom.webResources> <custom.webResources>src/main/webapp</custom.webResources>

File diff suppressed because it is too large Load diff