File tree Expand file tree Collapse file tree
spring-cloud-starter-zuul-ratelimit
spring-cloud-zuul-ratelimit-core
spring-cloud-zuul-ratelimit-coverage
spring-cloud-zuul-ratelimit-dependencies
spring-cloud-zuul-ratelimit-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments