Skip to content

Commit

Permalink
[ci deploy] version 2.0.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero committed Jul 29, 2018
1 parent b184617 commit 68cec8c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions 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.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>

<licenses>
<license>
Expand All @@ -34,7 +34,6 @@
<maven.compiler.source>1.8</maven.compiler.source>
<java.version>1.8</java.version>
<nexus-staging-maven-plugin.version>1.6.3</nexus-staging-maven-plugin.version>
<global.version>2.0.3.RELEASE</global.version>
<jacoco.version>0.8.0</jacoco.version>
<jacoco.it.execution.data.file>
${project.build.directory}/coverage-reports/jacoco.exec
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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.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/inmemory/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.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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.0.3.RELEASE</version>
<version>2.0.4.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.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 68cec8c

Please sign in to comment.