Commits
njo@kvalitetsit.dk authored 82b2f67e012
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/maven-v4_0_0.xsd"> |
2 2 | <modelVersion>4.0.0</modelVersion> |
3 3 | |
4 4 | <parent> |
5 5 | <artifactId>sxa</artifactId> |
6 6 | <groupId>dk.nsi.dds.projects.sxa</groupId> |
7 - | <version>1.2.3</version> |
7 + | <version>1.2.4-SNAPSHOT</version> |
8 8 | </parent> |
9 9 | |
10 10 | <artifactId>sxa-integrationtest</artifactId> |
11 11 | <name>Labsvar Integration Test</name> |
12 12 | |
13 13 | <properties> |
14 14 | <testclient-property-file>${basedir}/src/test/resources/testclient.properties</testclient-property-file> |
15 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
17 17 | </properties> |