mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
WIP: bump apache.common.io to v2.18.0
This commit is contained in:
parent
5184f86c5e
commit
5a1ca79ed8
1 changed files with 20 additions and 17 deletions
37
pom.xml
37
pom.xml
|
|
@ -15,13 +15,14 @@
|
||||||
~ limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<name>KoSIT XML Prüftool Implementierung</name>
|
<name>KoSIT XML Prüftool Implementierung</name>
|
||||||
|
|
||||||
<groupId>de.kosit</groupId>
|
<groupId>de.kosit</groupId>
|
||||||
<version>1.5.0</version>
|
<version>1.5.1</version>
|
||||||
|
|
||||||
<artifactId>validationtool</artifactId>
|
<artifactId>validationtool</artifactId>
|
||||||
<description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description>
|
<description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description>
|
||||||
|
|
@ -37,7 +38,7 @@
|
||||||
<id>renzo.kottmann</id>
|
<id>renzo.kottmann</id>
|
||||||
<name>Renzo Kottmann</name>
|
<name>Renzo Kottmann</name>
|
||||||
<organization>KoSIT</organization>
|
<organization>KoSIT</organization>
|
||||||
<organizationUrl>http://www.xoev.de</organizationUrl>
|
<organizationUrl>http://www.xeinkauf.de</organizationUrl>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Product Owner</role>
|
<role>Product Owner</role>
|
||||||
</roles>
|
</roles>
|
||||||
|
|
@ -55,7 +56,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<version.assertj>3.23.1</version.assertj>
|
<version.assertj>3.23.1</version.assertj>
|
||||||
<version.commons-io>2.11.0</version.commons-io>
|
<version.commons-io>2.18.0</version.commons-io>
|
||||||
<version.commons-lang>3.12.0</version.commons-lang>
|
<version.commons-lang>3.12.0</version.commons-lang>
|
||||||
<version.jacoco>0.8.8</version.jacoco>
|
<version.jacoco>0.8.8</version.jacoco>
|
||||||
<version.jaxb>2.3.7</version.jaxb>
|
<version.jaxb>2.3.7</version.jaxb>
|
||||||
|
|
@ -400,11 +401,11 @@
|
||||||
<goal>dump</goal>
|
<goal>dump</goal>
|
||||||
|
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<address>localhost</address>
|
<address>localhost</address>
|
||||||
<port>${jacoco.tcp.port}</port>
|
<port>${jacoco.tcp.port}</port>
|
||||||
<append>true</append>
|
<append>true</append>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>generateJacocoReport</id>
|
<id>generateJacocoReport</id>
|
||||||
|
|
@ -453,15 +454,15 @@
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.1.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>run</id>
|
<id>run</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>pre-integration-test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>exec</goal>
|
<goal>exec</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<longClasspath>false</longClasspath>
|
<longClasspath>false</longClasspath>
|
||||||
<async>true</async>
|
<async>true</async>
|
||||||
|
|
@ -518,8 +519,8 @@
|
||||||
<goal>verify</goal>
|
<goal>verify</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!--suppress MavenModelInspection -->
|
<!--suppress MavenModelInspection -->
|
||||||
<argLine>-Dfile.encoding=UTF-8 -Ddaemon.port=${validator.server.port}</argLine>
|
<argLine>-Dfile.encoding=UTF-8 -Ddaemon.port=${validator.server.port}</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
</execution>
|
</execution>
|
||||||
|
|
@ -623,7 +624,9 @@
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>format</id>
|
<id>format</id>
|
||||||
<activation><activeByDefault>false</activeByDefault></activation>
|
<activation>
|
||||||
|
<activeByDefault>false</activeByDefault>
|
||||||
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue