Updated validation tool version to 1.1.

Removed configuration XRechnung from dist.
This commit is contained in:
fbuettner 2017-12-19 16:20:37 +01:00
parent 3504473b16
commit 2f3a6ebbd6
5 changed files with 10 additions and 10 deletions

View file

@ -16,10 +16,10 @@
<include>NOTICE*</include>
</includes>
</fileSet>
<fileSet>
<!-- <fileSet>
<directory>${project.build.directory}/xrechnung</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSet> -->
</fileSets>
<dependencySets>
<dependencySet>

View file

@ -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
View file

@ -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>

View file

@ -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>

View file

@ -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>