Anpassung Generierung auf neue Versionsnummer

This commit is contained in:
2025-03-18 14:24:22 +01:00
parent 96a480eeda
commit 1615c7b554
3 changed files with 7 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
</fileSet>
<fileSet>
<directory>${basedir}\src\main\resources\def\r2025_05</directory>
<directory>${basedir}\src\main\resources\def\r2025_27</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>

View File

@@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<description>Dieses Projekt enthält die Definitionen für die OMDS-Services.</description>
<properties>
<currentReleaseDir>r2025_05</currentReleaseDir>
<currentReleaseDir>r2025_27</currentReleaseDir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -74,8 +74,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<!-- <Revision>${SVN_REVISION}</Revision>-->
<!-- <BuildTag>${BUILD_TAG}</BuildTag>-->
<BuildTimestamp>${maven.build.timestamp}</BuildTimestamp>
<JDKVersion>${maven.compiler.release}</JDKVersion>
</manifestEntries>
@@ -132,10 +130,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</executions>
<configuration>
<locale>en</locale>
<schemaDirectory>${project.basedir}/src/main/resources/def/${currentReleaseDir}</schemaDirectory>
<schemaLanguage>XMLSCHEMA</schemaLanguage>
<schemaDirectory>${project.basedir}/src/main/resources/def/r2025_05</schemaDirectory>
<bindingDirectory>${project.basedir}/src/main/resources/def/r2025_05</bindingDirectory>
<schemaDirectory >${project.basedir}/src/main/resources/def/${currentReleaseDir}</schemaDirectory>
<schemaDirectory >${project.basedir}/src/main/resources/def/${currentReleaseDir}</schemaDirectory>
<bindingDirectory>${project.basedir}/src/main/resources/def/${currentReleaseDir}</bindingDirectory>
<schemaIncludes>
<include>*.xsd</include>
</schemaIncludes>
@@ -198,7 +196,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<!-- MIT License https://www.eclipse.org/legal/epl-v20.html -->
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<version>5.12.1</version>
<scope>test</scope>
</dependency>