Commits
hen@kvalitetsit.dk authored 0d9a8ecb696
1 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 2 | <modelVersion>4.0.0</modelVersion> |
3 3 | <parent> |
4 4 | <groupId>dk.rsd.dcc</groupId> |
5 5 | <artifactId>sosidcc</artifactId> |
6 - | <version>2.5.11-SNAPSHOT</version> |
6 + | <version>2.5.11</version> |
7 7 | </parent> |
8 8 | <artifactId>integration-tests</artifactId> |
9 9 | |
10 10 | <properties> |
11 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 12 | <maven.compiler.target>1.8</maven.compiler.target> |
13 13 | <maven.compiler.source>1.8</maven.compiler.source> |
14 14 | <version.mapstruct>1.3.1.Final</version.mapstruct> |
15 15 | <cxf.version>3.3.3</cxf.version> |
16 16 | <cxf.plugin.version>3.3.3</cxf.plugin.version> |