Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-appservices-perf committed Oct 8, 2024
1 parent 7878f6e commit a9f3d52
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion horreum-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
</parent>

<artifactId>horreum-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion horreum-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion horreum-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion horreum-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
</parent>
<artifactId>horreum-dev-services-deployment</artifactId>
<name>Horreum Dev Services - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
</parent>
<artifactId>horreum-dev-services</artifactId>
<name>Horreum Dev Services - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion infra/horreum-infra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Horreum infra - common</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<packaging>pom</packaging>
<version>0.15.6-SNAPSHOT</version>
<version>0.15.6</version>
<modules>
<module>horreum-api</module>
<module>horreum-client</module>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:git://github.com/Hyperfoil/Horreum.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Hyperfoil/Horreum.git</developerConnection>
<url>https://github.com/Hyperfoil/Horreum</url>
<tag>HEAD</tag>
<tag>0.15.6</tag>
</scm>
<url>https://horreum.hyperfoil.io</url>

Expand Down

0 comments on commit a9f3d52

Please sign in to comment.