11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
1110 </parent >
1211
1312 <groupId >eu.europa.ec.fisheries.uvms.docker</groupId >
14- <version >3.4.0-SNAPSHOT </version >
13+ <version >3.4.0</version >
1514 <artifactId >uvms-release-test</artifactId >
1615 <packaging >jar</packaging >
1716 <name >uvms-release-test</name >
2423 <dependency >
2524 <groupId >eu.europa.ec.fisheries.uvms.docker</groupId >
2625 <artifactId >uvms-docker-amq</artifactId >
27- <version >3.4.0-SNAPSHOT </version >
26+ <version >3.4.0</version >
2827 <type >pom</type >
2928 </dependency >
3029 <dependency >
3130 <groupId >eu.europa.ec.fisheries.uvms.docker</groupId >
3231 <artifactId >uvms-docker-wildfly-release</artifactId >
33- <version >3.4.0-SNAPSHOT </version >
32+ <version >3.4.0</version >
3433 <type >pom</type >
3534 </dependency >
3635 <dependency >
3736 <groupId >eu.europa.ec.fisheries.uvms.docker</groupId >
3837 <artifactId >uvms-docker-postgres-release</artifactId >
39- <version >3.4.0-SNAPSHOT </version >
38+ <version >3.4.0</version >
4039 <type >pom</type >
4140 </dependency >
4241 <dependency >
220219 <phase >post-integration-test</phase >
221220 <configuration >
222221 <tasks >
223- <get src =" http://localhost:28080/movement/monitoring?format=pdf"
224- dest=" target/movement_monitoring.pdf" verbose =" true"
225- usetimestamp=" true" />
226- <get
227- src=" http://localhost:28080/mobileterminal/monitoring?format=pdf"
228- dest=" target/mobileterminal_monitoring.pdf" verbose =" true"
229- usetimestamp=" true" />
230- <get
231- src=" http://localhost:28080/asset/monitoring?format=pdf"
232- dest=" target/asset_monitoring.pdf" verbose =" true"
233- usetimestamp=" true" />
222+ <get src =" http://localhost:28080/movement/monitoring?format=pdf" dest =" target/movement_monitoring.pdf" verbose =" true" usetimestamp =" true" />
223+ <get src =" http://localhost:28080/mobileterminal/monitoring?format=pdf" dest =" target/mobileterminal_monitoring.pdf" verbose =" true" usetimestamp =" true" />
224+ <get src =" http://localhost:28080/asset/monitoring?format=pdf" dest =" target/asset_monitoring.pdf" verbose =" true" usetimestamp =" true" />
234225 </tasks >
235226 </configuration >
236227 <goals >
460451 </properties >
461452 </profile >
462453 </profiles >
454+
455+ <scm >
456+ <tag >uvms-docker-3.4.0</tag >
457+ </scm >
463458</project >
0 commit comments