Skip to content

Commit 4fbb7c8

Browse files
committed
Release [ci deploy]
1 parent 8dbc84c commit 4fbb7c8

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]]>
2020
</description>
2121
<url>https://github.com/marcosbarbero/spring-cloud-zuul-ratelimit</url>
22-
<version>2.3.0.RELEASE</version>
22+
<version>2.4.0.RELEASE</version>
2323

2424
<licenses>
2525
<license>

spring-cloud-starter-zuul-ratelimit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
77
<groupId>com.marcosbarbero.cloud</groupId>
8-
<version>2.3.0.RELEASE</version>
8+
<version>2.4.0.RELEASE</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

spring-cloud-zuul-ratelimit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcosbarbero.cloud</groupId>
88
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
9-
<version>2.3.0.RELEASE</version>
9+
<version>2.4.0.RELEASE</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

spring-cloud-zuul-ratelimit-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
77
<groupId>com.marcosbarbero.cloud</groupId>
8-
<version>2.3.0.RELEASE</version>
8+
<version>2.4.0.RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-cloud-zuul-ratelimit-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.marcosbarbero.cloud</groupId>
99
<artifactId>spring-cloud-zuul-ratelimit-dependencies</artifactId>
10-
<version>2.3.0.RELEASE</version>
10+
<version>2.4.0.RELEASE</version>
1111
<packaging>pom</packaging>
1212
<url>https://github.com/marcosbarbero/spring-cloud-zuul-ratelimit</url>
1313

spring-cloud-zuul-ratelimit-tests/bucket4j-hazelcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
88
<groupId>com.marcosbarbero.cloud</groupId>
9-
<version>2.3.0.RELEASE</version>
9+
<version>2.4.0.RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

spring-cloud-zuul-ratelimit-tests/bucket4j-ignite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
88
<groupId>com.marcosbarbero.cloud</groupId>
9-
<version>2.3.0.RELEASE</version>
9+
<version>2.4.0.RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

spring-cloud-zuul-ratelimit-tests/bucket4j-infinispan/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
88
<groupId>com.marcosbarbero.cloud</groupId>
9-
<version>2.3.0.RELEASE</version>
9+
<version>2.4.0.RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

spring-cloud-zuul-ratelimit-tests/bucket4j-jcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
88
<groupId>com.marcosbarbero.cloud</groupId>
9-
<version>2.3.0.RELEASE</version>
9+
<version>2.4.0.RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

spring-cloud-zuul-ratelimit-tests/consul/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
77
<groupId>com.marcosbarbero.cloud</groupId>
8-
<version>2.3.0.RELEASE</version>
8+
<version>2.4.0.RELEASE</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)