Skip to content

Commit dd05581

Browse files
[maven-release-plugin] prepare release 0.16.0
1 parent 8a24663 commit dd05581

File tree

9 files changed

+17
-25
lines changed

9 files changed

+17
-25
lines changed

horreum-api/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.hyperfoil.tools</groupId>
86
<artifactId>horreum</artifactId>
9-
<version>0.16.0-SNAPSHOT</version>
7+
<version>0.16.0</version>
108
</parent>
119

1210
<artifactId>horreum-api</artifactId>

horreum-backend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>horreum</artifactId>
55
<groupId>io.hyperfoil.tools</groupId>
6-
<version>0.16.0-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -315,7 +315,7 @@
315315
<profile>
316316
<id>ci</id>
317317
<properties>
318-
<excludeTags></excludeTags>
318+
<excludeTags />
319319
</properties>
320320
</profile>
321321

horreum-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>horreum</artifactId>
55
<groupId>io.hyperfoil.tools</groupId>
6-
<version>0.16.0-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

horreum-integration-tests/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>horreum</artifactId>
55
<groupId>io.hyperfoil.tools</groupId>
6-
<version>0.16.0-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -142,8 +142,7 @@
142142
</goals>
143143
<configuration>
144144
<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}" />
147146
</target>
148147
</configuration>
149148
</execution>

infra/horreum-dev-services/deployment/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.hyperfoil.tools</groupId>
76
<artifactId>horreum-dev-services-parent</artifactId>
8-
<version>0.16.0-SNAPSHOT</version>
7+
<version>0.16.0</version>
98
</parent>
109
<artifactId>horreum-dev-services-deployment</artifactId>
1110
<name>Horreum Dev Services - Deployment</name>

infra/horreum-dev-services/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<artifactId>horreum</artifactId>
76
<groupId>io.hyperfoil.tools</groupId>
8-
<version>0.16.0-SNAPSHOT</version>
7+
<version>0.16.0</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110

infra/horreum-dev-services/runtime/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.hyperfoil.tools</groupId>
76
<artifactId>horreum-dev-services-parent</artifactId>
8-
<version>0.16.0-SNAPSHOT</version>
7+
<version>0.16.0</version>
98
</parent>
109
<artifactId>horreum-dev-services</artifactId>
1110
<name>Horreum Dev Services - Runtime</name>

infra/horreum-infra-common/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>horreum</artifactId>
86
<groupId>io.hyperfoil.tools</groupId>
9-
<version>0.16.0-SNAPSHOT</version>
7+
<version>0.16.0</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210
<name>Horreum infra - common</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>io.hyperfoil.tools</groupId>
2626
<artifactId>horreum</artifactId>
2727
<packaging>pom</packaging>
28-
<version>0.16.0-SNAPSHOT</version>
28+
<version>0.16.0</version>
2929
<modules>
3030
<module>horreum-api</module>
3131
<module>horreum-client</module>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:git://github.com/Hyperfoil/Horreum.git</connection>
4141
<developerConnection>scm:git:ssh://[email protected]/Hyperfoil/Horreum.git</developerConnection>
4242
<url>https://github.com/Hyperfoil/Horreum</url>
43-
<tag>HEAD</tag>
43+
<tag>0.16.0</tag>
4444
</scm>
4545
<url>https://horreum.hyperfoil.io</url>
4646

0 commit comments

Comments
 (0)