|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>1.5.8.RELEASE</version> |
| 9 | + <version>1.5.9.RELEASE</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>com.marcosbarbero.cloud</groupId> |
|
19 | 19 | ]]> |
20 | 20 | </description> |
21 | 21 | <url>https://github.com/marcosbarbero/spring-cloud-zuul-ratelimit</url> |
22 | | - <version>1.4.0.RELEASE</version> |
| 22 | + <version>1.5.0.RELEASE</version> |
23 | 23 |
|
24 | 24 | <licenses> |
25 | 25 | <license> |
|
34 | 34 | <maven.compiler.source>1.8</maven.compiler.source> |
35 | 35 | <java.version>1.8</java.version> |
36 | 36 | <nexus-staging-maven-plugin.version>1.6.3</nexus-staging-maven-plugin.version> |
37 | | - <global.version>1.4.0.RELEASE</global.version> |
| 37 | + <global.version>1.5.0.RELEASE</global.version> |
38 | 38 | <jacoco.version>0.8.0</jacoco.version> |
39 | 39 | <jacoco.it.execution.data.file> |
40 | 40 | ${project.build.directory}/coverage-reports/jacoco.exec |
|
52 | 52 | <name>Marcos Barbero</name> |
53 | 53 | <timezone>CET</timezone> |
54 | 54 | </developer> |
| 55 | + |
| 56 | + <developer> |
| 57 | + <id>lchayoun</id> |
| 58 | + <email>lchayoun@gmail.com</email> |
| 59 | + <name>Liel Chayoun</name> |
| 60 | + <timezone>CET</timezone> |
| 61 | + </developer> |
| 62 | + |
55 | 63 | </developers> |
56 | 64 |
|
57 | 65 | <scm> |
|
68 | 76 | <dependency> |
69 | 77 | <groupId>org.springframework.cloud</groupId> |
70 | 78 | <artifactId>spring-cloud-dependencies</artifactId> |
71 | | - <version>Dalston.SR4</version> |
| 79 | + <version>Edgware.SR1</version> |
72 | 80 | <type>pom</type> |
73 | 81 | <scope>import</scope> |
74 | 82 | </dependency> |
|
130 | 138 | </configuration> |
131 | 139 | </plugin> |
132 | 140 |
|
133 | | - <!--<plugin>--> |
134 | | - <!--<groupId>org.jacoco</groupId>--> |
135 | | - <!--<artifactId>jacoco-maven-plugin</artifactId>--> |
136 | | - <!--<version>${jacoco.version}</version>--> |
137 | | - <!--<executions>--> |
138 | | - <!--<execution>--> |
139 | | - <!--<id>agent-for-ut</id>--> |
140 | | - <!--<goals>--> |
141 | | - <!--<goal>prepare-agent</goal>--> |
142 | | - <!--</goals>--> |
143 | | - <!--<configuration>--> |
144 | | - <!--<append>true</append>--> |
145 | | - <!--<destFile>${jacoco.ut.execution.data.file}</destFile>--> |
146 | | - <!--</configuration>--> |
147 | | - <!--</execution>--> |
148 | | - <!--<execution>--> |
149 | | - <!--<id>agent-for-it</id>--> |
150 | | - <!--<goals>--> |
151 | | - <!--<goal>prepare-agent-integration</goal>--> |
152 | | - <!--</goals>--> |
153 | | - <!--<configuration>--> |
154 | | - <!--<append>true</append>--> |
155 | | - <!--<destFile>${jacoco.it.execution.data.file}</destFile>--> |
156 | | - <!--</configuration>--> |
157 | | - <!--</execution>--> |
158 | | - <!--</executions>--> |
159 | | - <!--</plugin>--> |
160 | | - |
161 | 141 | <plugin> |
162 | 142 | <groupId>org.jacoco</groupId> |
163 | 143 | <artifactId>jacoco-maven-plugin</artifactId> |
|
0 commit comments