|
16 | 16 | <version>1.0.0.BUILD-SNAPSHOT</version>
|
17 | 17 | <properties>
|
18 | 18 | <!-- Comma separated list of whitelisted branches -->
|
19 |
| - <docs.whitelisted.branches>1.0.x,Dalston,Edgware,Finchley,Greenwich</docs.whitelisted.branches> |
| 19 | + <docs.whitelisted.branches>1.0.x,Dalston,Edgware,Finchley,Greenwich,Hoxton</docs.whitelisted.branches> |
20 | 20 | <main.basedir>${basedir}/..</main.basedir>
|
21 | 21 | <docs.main>spring-cloud</docs.main>
|
22 |
| - <spring-cloud-release.version>Hoxton.BUILD-SNAPSHOT</spring-cloud-release.version> |
23 |
| - <release-train-major>hoxton</release-train-major> |
| 22 | + <spring-cloud-release.version>2020-1.BUILD-SNAPSHOT</spring-cloud-release.version> |
| 23 | + <release-train-major>2020-1</release-train-major> |
24 | 24 | <spring-cloud-version>${spring-cloud-release.version}</spring-cloud-version>
|
25 | 25 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
|
26 | 26 | <configprops.path>${project.basedir}/src/main/asciidoc/_spring-cloud-${release-train-major}-configprops.adoc</configprops.path>
|
|
58 | 58 | <artifactId>spring-cloud-config-server</artifactId>
|
59 | 59 | <scope>compile</scope>
|
60 | 60 | </dependency>
|
61 |
| - <dependency> |
62 |
| - <groupId>org.springframework.cloud</groupId> |
63 |
| - <artifactId>spring-cloud-starter-aws</artifactId> |
64 |
| - <scope>compile</scope> |
65 |
| - </dependency> |
66 |
| - <dependency> |
67 |
| - <groupId>org.springframework.cloud</groupId> |
68 |
| - <artifactId>spring-cloud-starter-aws-jdbc</artifactId> |
69 |
| - <scope>compile</scope> |
70 |
| - </dependency> |
71 |
| - <dependency> |
72 |
| - <groupId>org.springframework.cloud</groupId> |
73 |
| - <artifactId>spring-cloud-starter-aws-messaging</artifactId> |
74 |
| - <scope>compile</scope> |
75 |
| - </dependency> |
76 |
| - <dependency> |
77 |
| - <groupId>org.springframework.cloud</groupId> |
78 |
| - <artifactId>spring-cloud-starter-aws-parameter-store-config</artifactId> |
79 |
| - <scope>compile</scope> |
80 |
| - </dependency> |
81 |
| - <!--<dependency> |
82 |
| - <groupId>org.springframework.cloud</groupId> |
83 |
| - <artifactId>spring-cloud-starter-aws-secrets-manager-config</artifactId> |
84 |
| - <scope>compile</scope> |
85 |
| - </dependency>--> |
86 | 61 | <dependency>
|
87 | 62 | <groupId>org.springframework.cloud</groupId>
|
88 | 63 | <artifactId>spring-cloud-starter-security</artifactId>
|
|
253 | 228 | <artifactId>spring-cloud-function-adapter-azure</artifactId>
|
254 | 229 | <scope>compile</scope>
|
255 | 230 | </dependency>
|
256 |
| - <dependency> |
257 |
| - <groupId>org.springframework.cloud</groupId> |
258 |
| - <artifactId>spring-cloud-function-task</artifactId> |
259 |
| - <scope>compile</scope> |
260 |
| - </dependency> |
261 | 231 | <!-- for the post finchley dependencies check the profiles section -->
|
262 | 232 | </dependencies>
|
263 | 233 | <profiles>
|
|
311 | 281 | <artifactId>spring-cloud-starter-kubernetes-all</artifactId>
|
312 | 282 | <scope>compile</scope>
|
313 | 283 | </dependency>
|
314 |
| - <dependency> |
315 |
| - <groupId>org.springframework.cloud</groupId> |
316 |
| - <artifactId>spring-cloud-gcp-starter-vision</artifactId> |
317 |
| - <scope>compile</scope> |
318 |
| - </dependency> |
319 |
| - <dependency> |
320 |
| - <groupId>org.springframework.cloud</groupId> |
321 |
| - <artifactId>spring-cloud-gcp-starter-trace</artifactId> |
322 |
| - <scope>compile</scope> |
323 |
| - </dependency> |
324 |
| - <dependency> |
325 |
| - <groupId>org.springframework.cloud</groupId> |
326 |
| - <artifactId>spring-cloud-gcp-starter-storage</artifactId> |
327 |
| - <scope>compile</scope> |
328 |
| - </dependency> |
329 |
| - <dependency> |
330 |
| - <groupId>org.springframework.cloud</groupId> |
331 |
| - <artifactId>spring-cloud-gcp-starter-sql-postgresql</artifactId> |
332 |
| - <scope>compile</scope> |
333 |
| - </dependency> |
334 |
| - <dependency> |
335 |
| - <groupId>org.springframework.cloud</groupId> |
336 |
| - <artifactId>spring-cloud-gcp-starter-sql-mysql</artifactId> |
337 |
| - <scope>compile</scope> |
338 |
| - </dependency> |
339 |
| - <dependency> |
340 |
| - <groupId>org.springframework.cloud</groupId> |
341 |
| - <artifactId>spring-cloud-gcp-starter-security-iap</artifactId> |
342 |
| - <scope>compile</scope> |
343 |
| - </dependency> |
344 |
| - <dependency> |
345 |
| - <groupId>org.springframework.cloud</groupId> |
346 |
| - <artifactId>spring-cloud-gcp-starter-pubsub</artifactId> |
347 |
| - <scope>compile</scope> |
348 |
| - </dependency> |
349 |
| - <dependency> |
350 |
| - <groupId>org.springframework.cloud</groupId> |
351 |
| - <artifactId>spring-cloud-gcp-starter-logging</artifactId> |
352 |
| - <scope>compile</scope> |
353 |
| - </dependency> |
354 |
| - <dependency> |
355 |
| - <groupId>org.springframework.cloud</groupId> |
356 |
| - <artifactId>spring-cloud-gcp-starter-data-spanner</artifactId> |
357 |
| - <scope>compile</scope> |
358 |
| - </dependency> |
359 | 284 | <dependency>
|
360 | 285 | <groupId>org.springframework.cloud</groupId>
|
361 | 286 | <artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
|
|
381 | 306 | </goals>
|
382 | 307 | <configuration>
|
383 | 308 | <resources>
|
384 |
| - <resource> |
385 |
| - <directory> |
386 |
| - ${main.basedir}/gcp/src/main/asciidoc |
387 |
| - </directory> |
388 |
| - <includes> |
389 |
| - <include>images/**</include> |
390 |
| - </includes> |
391 |
| - <excludes> |
392 |
| - <exclude>*.sh</exclude> |
393 |
| - </excludes> |
394 |
| - </resource> |
395 | 309 | <resource>
|
396 | 310 | <directory>
|
397 | 311 | ${main.basedir}/kubernetes/src/main/asciidoc
|
|
420 | 334 | <plugin>
|
421 | 335 | <groupId>pl.project13.maven</groupId>
|
422 | 336 | <artifactId>git-commit-id-plugin</artifactId>
|
| 337 | + <configuration> |
| 338 | +<!-- <useNativeGit>true</useNativeGit>--> |
| 339 | + </configuration> |
423 | 340 | </plugin>
|
424 | 341 | <plugin>
|
425 | 342 | <groupId>org.apache.maven.plugins</groupId>
|
|
437 | 354 | </goals>
|
438 | 355 | <configuration>
|
439 | 356 | <resources>
|
440 |
| - <resource> |
441 |
| - <directory> |
442 |
| - ${main.basedir}/aws/src/main/asciidoc |
443 |
| - </directory> |
444 |
| - <includes> |
445 |
| - <include>images/**</include> |
446 |
| - </includes> |
447 |
| - <excludes> |
448 |
| - <exclude>*.sh</exclude> |
449 |
| - </excludes> |
450 |
| - </resource> |
451 | 357 | <resource>
|
452 | 358 | <directory>
|
453 | 359 | ${main.basedir}/bus/src/main/asciidoc
|
|
0 commit comments