Skip to content

Commit

Permalink
Switch to 2.6.1-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Aug 19, 2024
1 parent 7f6816e commit 01af3ea
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 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</version>
<version>2.6.1-SNAPSHOT</version>
</parent>

<artifactId>stork-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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</version>
<version>2.6.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>SmallRye Stork : BOM</name>
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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</version>
</parent>

<artifactId>stork-microprofile-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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</version>
<version>2.6.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>SmallRye Service Discovery : Parent</name>
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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</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</version>
<version>2.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 01af3ea

Please sign in to comment.