Skip to content

Commit 435aef3

Browse files
committed
Upgrade to Edgware.SR3
1 parent 12f7cd9 commit 435aef3

11 files changed

Lines changed: 14 additions & 14 deletions

File tree

.ci/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#mvn deploy:deploy-file \
88
#-DgroupId=com.marcosbarbero.cloud \
99
#-DartifactId=spring-cloud-zuul-ratelimit-parent \
10-
#-Dversion=1.5.0.RELEASE -DgeneratePom=false \
10+
#-Dversion=1.5.1.RELEASE -DgeneratePom=false \
1111
#-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
1212
#-Dpackaging=pom \
1313
#-DrepositoryId=ossrh \
14-
#-Dfile=target/spring-cloud-zuul-ratelimit-parent-1.5.0.RELEASE.pom
14+
#-Dfile=target/spring-cloud-zuul-ratelimit-parent-1.5.1.RELEASE.pom
1515

1616
# mvn clean deploy -Pdeploy-parent -N
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the dependency on pom.xml
2626
<dependency>
2727
<groupId>com.marcosbarbero.cloud</groupId>
2828
<artifactId>spring-cloud-zuul-ratelimit</artifactId>
29-
<version>1.5.0.RELEASE</version>
29+
<version>1.5.1.RELEASE</version>
3030
</dependency>
3131
```
3232

pom.xml

Lines changed: 3 additions & 3 deletions
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>1.5.0.RELEASE</version>
22+
<version>1.5.1.RELEASE</version>
2323

2424
<licenses>
2525
<license>
@@ -34,7 +34,7 @@
3434
<maven.compiler.source>1.8</maven.compiler.source>
3535
<java.version>1.8</java.version>
3636
<nexus-staging-maven-plugin.version>1.6.3</nexus-staging-maven-plugin.version>
37-
<global.version>1.5.0.RELEASE</global.version>
37+
<global.version>1.5.1.RELEASE</global.version>
3838
<jacoco.version>0.8.0</jacoco.version>
3939
<jacoco.it.execution.data.file>
4040
${project.build.directory}/coverage-reports/jacoco.exec
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.springframework.cloud</groupId>
7878
<artifactId>spring-cloud-dependencies</artifactId>
79-
<version>Edgware.SR1</version>
79+
<version>Edgware.SR3</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>

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>1.5.0.RELEASE</version>
8+
<version>1.5.1.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>1.5.0.RELEASE</version>
9+
<version>1.5.1.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>1.5.0.RELEASE</version>
8+
<version>1.5.1.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>1.5.0.RELEASE</version>
10+
<version>1.5.1.RELEASE</version>
1111
<packaging>pom</packaging>
1212
<url>https://github.com/marcosbarbero/spring-cloud-zuul-ratelimit</url>
1313

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>1.5.0.RELEASE</version>
8+
<version>1.5.1.RELEASE</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

spring-cloud-zuul-ratelimit-tests/inmemory/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>1.5.0.RELEASE</version>
9+
<version>1.5.1.RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

spring-cloud-zuul-ratelimit-tests/redis/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>1.5.0.RELEASE</version>
8+
<version>1.5.1.RELEASE</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)