Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Feb 27, 2024
1 parent b0b1177 commit b904aeb
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>stork-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-bom</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>

<packaging>pom</packaging>
<name>SmallRye Stork : BOM</name>
Expand All @@ -51,7 +51,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-load-balancer.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-load-balancer.git</developerConnection>
<url>https://github.com/smallrye/smallrye-load-balancer/</url>
<tag>HEAD</tag>
<tag>2.6.0</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion config-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>stork-configuration-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>stork-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>stork-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>
<artifactId>stork-doc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion load-balancer/least-requests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion load-balancer/least-response-time/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>stork-load-balancer-least-response-time</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion load-balancer/power-of-two-choices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>stork-load-balancer-power-of-two-choices</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion load-balancer/random/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion load-balancer/sticky/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>stork-microprofile-config</artifactId>
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.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>

<packaging>pom</packaging>
<name>SmallRye Service Discovery : Parent</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-stork.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-stork.git</developerConnection>
<url>https://github.com/smallrye/smallrye-stork/</url>
<tag>HEAD</tag>
<tag>2.6.0</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion service-discovery/composite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service-discovery/consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service-discovery/dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service-discovery/eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service-discovery/knative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service-discovery/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service-discovery/static-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>stork-spring-boot-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b904aeb

Please sign in to comment.