Anpassung Generierung auf neue Versionsnummer
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>${basedir}\src\main\resources\def\r2025_05</directory>
|
<directory>${basedir}\src\main\resources\def\r2025_27</directory>
|
||||||
<outputDirectory>/</outputDirectory>
|
<outputDirectory>/</outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
|
|||||||
@@ -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>
|
<description>Dieses Projekt enthält die Definitionen für die OMDS-Services.</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<currentReleaseDir>r2025_05</currentReleaseDir>
|
<currentReleaseDir>r2025_27</currentReleaseDir>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<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>
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||||
</manifest>
|
</manifest>
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<!-- <Revision>${SVN_REVISION}</Revision>-->
|
|
||||||
<!-- <BuildTag>${BUILD_TAG}</BuildTag>-->
|
|
||||||
<BuildTimestamp>${maven.build.timestamp}</BuildTimestamp>
|
<BuildTimestamp>${maven.build.timestamp}</BuildTimestamp>
|
||||||
<JDKVersion>${maven.compiler.release}</JDKVersion>
|
<JDKVersion>${maven.compiler.release}</JDKVersion>
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
@@ -132,10 +130,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<locale>en</locale>
|
<locale>en</locale>
|
||||||
<schemaDirectory>${project.basedir}/src/main/resources/def/${currentReleaseDir}</schemaDirectory>
|
|
||||||
<schemaLanguage>XMLSCHEMA</schemaLanguage>
|
<schemaLanguage>XMLSCHEMA</schemaLanguage>
|
||||||
<schemaDirectory>${project.basedir}/src/main/resources/def/r2025_05</schemaDirectory>
|
<schemaDirectory >${project.basedir}/src/main/resources/def/${currentReleaseDir}</schemaDirectory>
|
||||||
<bindingDirectory>${project.basedir}/src/main/resources/def/r2025_05</bindingDirectory>
|
<schemaDirectory >${project.basedir}/src/main/resources/def/${currentReleaseDir}</schemaDirectory>
|
||||||
|
<bindingDirectory>${project.basedir}/src/main/resources/def/${currentReleaseDir}</bindingDirectory>
|
||||||
<schemaIncludes>
|
<schemaIncludes>
|
||||||
<include>*.xsd</include>
|
<include>*.xsd</include>
|
||||||
</schemaIncludes>
|
</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 -->
|
<!-- MIT License https://www.eclipse.org/legal/epl-v20.html -->
|
||||||
<groupId>org.junit.jupiter</groupId>
|
<groupId>org.junit.jupiter</groupId>
|
||||||
<artifactId>junit-jupiter</artifactId>
|
<artifactId>junit-jupiter</artifactId>
|
||||||
<version>RELEASE</version>
|
<version>5.12.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user