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
13
pom.xml
13
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>
|
||||||
|
|
@ -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