mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Updated validation tool version to 1.1.
Removed configuration XRechnung from dist.
This commit is contained in:
parent
3504473b16
commit
2f3a6ebbd6
5 changed files with 10 additions and 10 deletions
4
dist/assembly-full.xml
vendored
4
dist/assembly-full.xml
vendored
|
|
@ -16,10 +16,10 @@
|
|||
<include>NOTICE*</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<!-- <fileSet>
|
||||
<directory>${project.build.directory}/xrechnung</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSet> -->
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
|
|
|
|||
4
dist/assembly-standalone.xml
vendored
4
dist/assembly-standalone.xml
vendored
|
|
@ -16,10 +16,10 @@
|
|||
<include>NOTICE*</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<!-- <fileSet>
|
||||
<directory>${project.build.directory}/xrechnung</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSet> -->
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
|
|
|
|||
6
dist/pom.xml
vendored
6
dist/pom.xml
vendored
|
|
@ -25,7 +25,7 @@
|
|||
<parent>
|
||||
<groupId>de.kosit</groupId>
|
||||
<artifactId>validationtool-base</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.0.1</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>validationtool-dist</artifactId>
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<!-- <plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>2.9</version>
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugin> -->
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -27,7 +27,7 @@
|
|||
</prerequisites>
|
||||
<groupId>de.kosit</groupId>
|
||||
<artifactId>validationtool-base</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.0.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>KoSIT XML Prüftool</name>
|
||||
<description>KoSIT XML Prüftool zur Prüfung von XML Dateien gegenüber definierten Szenarien.</description>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<modules>
|
||||
<module>validationtool</module>
|
||||
<module>configurations/xrechnung</module>
|
||||
<!-- <module>configurations/xrechnung</module> -->
|
||||
<module>dist</module>
|
||||
</modules>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<parent>
|
||||
<groupId>de.kosit</groupId>
|
||||
<artifactId>validationtool-base</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<version>1.0.1</version>
|
||||
<relativePath>../</relativePath>
|
||||
</parent>
|
||||
<artifactId>validationtool</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue