Anpassung an DQFL Specification V 1.1

This commit is contained in:
2026-04-05 15:21:15 +02:00
parent 4b770fecc3
commit 7cdb676dee
6 changed files with 201 additions and 54 deletions

12
pom.xml
View File

@@ -1,6 +1,6 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.dogfire.dqfl</groupId>
@@ -32,18 +32,18 @@
<repositories>
<repository>
<id>gitea</id>
<url>https://dein-gitea-server/api/packages/pat201290/maven</url>
<url>https://gitea.dogfire.de/api/packages/pat201290/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://dein-gitea-server/api/packages/pat201290/maven</url>
<url>https://gitea.dogfire.de/api/packages/pat201290/maven</url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url>https://dein-gitea-server/api/packages/pat201290/maven</url>
<url>https://gitea.dogfire.de/api/packages/pat201290/maven</url>
</snapshotRepository>
</distributionManagement>