Skip to content

Commit

Permalink
Next release version 2.2.0 (#118) [ci deploy]
Browse files Browse the repository at this point in the history
@lchayoun I'm opening this PR just for a discussion about the next release version.
As we've removed the deprecated properties with #117 I think it's better if we move from `2.1.0` to `2.2.0`.

Do you agree? Any considerations?
  • Loading branch information
marcosbarbero authored Oct 8, 2018
1 parent 8605b57 commit c2709ec
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]]>
</description>
<url>https://github.com/marcosbarbero/spring-cloud-zuul-ratelimit</url>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-zuul-ratelimit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcosbarbero.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.marcosbarbero.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<packaging>pom</packaging>
<url>https://github.com/marcosbarbero/spring-cloud-zuul-ratelimit</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/bucket4j-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/bucket4j-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zuul-ratelimit-tests/springdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-zuul-ratelimit-parent</artifactId>
<groupId>com.marcosbarbero.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c2709ec

Please sign in to comment.