File tree 9 files changed +17
-25
lines changed
horreum-integration-tests
9 files changed +17
-25
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.hyperfoil.tools</groupId >
8
6
<artifactId >horreum</artifactId >
9
- <version >0.16.0-SNAPSHOT </version >
7
+ <version >0.16.0</version >
10
8
</parent >
11
9
12
10
<artifactId >horreum-api</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >horreum</artifactId >
5
5
<groupId >io.hyperfoil.tools</groupId >
6
- <version >0.16.0-SNAPSHOT </version >
6
+ <version >0.16.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
315
315
<profile >
316
316
<id >ci</id >
317
317
<properties >
318
- <excludeTags ></ excludeTags >
318
+ <excludeTags / >
319
319
</properties >
320
320
</profile >
321
321
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >horreum</artifactId >
5
5
<groupId >io.hyperfoil.tools</groupId >
6
- <version >0.16.0-SNAPSHOT </version >
6
+ <version >0.16.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >horreum</artifactId >
5
5
<groupId >io.hyperfoil.tools</groupId >
6
- <version >0.16.0-SNAPSHOT </version >
6
+ <version >0.16.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
142
142
</goals >
143
143
<configuration >
144
144
<target >
145
- <copy file =" ${project.basedir}/../horreum-backend/src/main/resources/application.properties"
146
- todir =" ${project.build.testOutputDirectory}" />
145
+ <copy file =" ${project.basedir}/../horreum-backend/src/main/resources/application.properties" todir =" ${project.build.testOutputDirectory}" />
147
146
</target >
148
147
</configuration >
149
148
</execution >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >io.hyperfoil.tools</groupId >
7
6
<artifactId >horreum-dev-services-parent</artifactId >
8
- <version >0.16.0-SNAPSHOT </version >
7
+ <version >0.16.0</version >
9
8
</parent >
10
9
<artifactId >horreum-dev-services-deployment</artifactId >
11
10
<name >Horreum Dev Services - Deployment</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<artifactId >horreum</artifactId >
7
6
<groupId >io.hyperfoil.tools</groupId >
8
- <version >0.16.0-SNAPSHOT </version >
7
+ <version >0.16.0</version >
9
8
<relativePath >../../pom.xml</relativePath >
10
9
</parent >
11
10
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >io.hyperfoil.tools</groupId >
7
6
<artifactId >horreum-dev-services-parent</artifactId >
8
- <version >0.16.0-SNAPSHOT </version >
7
+ <version >0.16.0</version >
9
8
</parent >
10
9
<artifactId >horreum-dev-services</artifactId >
11
10
<name >Horreum Dev Services - Runtime</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >horreum</artifactId >
8
6
<groupId >io.hyperfoil.tools</groupId >
9
- <version >0.16.0-SNAPSHOT </version >
7
+ <version >0.16.0</version >
10
8
<relativePath >../../pom.xml</relativePath >
11
9
</parent >
12
10
<name >Horreum infra - common</name >
Original file line number Diff line number Diff line change 25
25
<groupId >io.hyperfoil.tools</groupId >
26
26
<artifactId >horreum</artifactId >
27
27
<packaging >pom</packaging >
28
- <version >0.16.0-SNAPSHOT </version >
28
+ <version >0.16.0</version >
29
29
<modules >
30
30
<module >horreum-api</module >
31
31
<module >horreum-client</module >
40
40
<connection >scm:git:git://github.com/Hyperfoil/Horreum.git</connection >
41
41
<
developerConnection >scm:git:ssh://
[email protected] /Hyperfoil/Horreum.git</
developerConnection >
42
42
<url >https://github.com/Hyperfoil/Horreum</url >
43
- <tag >HEAD </tag >
43
+ <tag >0.16.0 </tag >
44
44
</scm >
45
45
<url >https://horreum.hyperfoil.io</url >
46
46
You can’t perform that action at this time.
0 commit comments