|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>2.0.4.RELEASE</version> |
| 9 | + <version>2.0.5.RELEASE</version> |
10 | 10 | <relativePath/> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 | <modelVersion>4.0.0</modelVersion> |
|
35 | 35 | <developers> |
36 | 36 | <developer> |
37 | 37 | <name>Natural-Born-Codert</name> |
38 | | - <url>https://twitter.com/port80guru</url> |
| 38 | + <url>https://twitter.com/ThomasWoehlke</url> |
39 | 39 | </developer> |
40 | 40 | </developers> |
41 | 41 |
|
42 | 42 | <scm> |
43 | | - <url>https://github.com/phasenraum2010/holohoax_StGB130.git</url> |
44 | | - <connection>scm:git:https://github.com/phasenraum2010/holohoax_StGB130.git</connection> |
45 | | - <developerConnection>scm:git:https://github.com/phasenraum2010/holohoax_StGB130.git</developerConnection> |
| 43 | + <url>https://github.com/phasenraum2010/javabase.git</url> |
| 44 | + <connection>scm:git:https://github.com/phasenraum2010/javabase.git</connection> |
| 45 | + <developerConnection>scm:git:https://github.com/phasenraum2010/javabase.git</developerConnection> |
46 | 46 | <tag>master</tag> |
47 | 47 | </scm> |
48 | 48 |
|
49 | 49 | <issueManagement> |
50 | 50 | <system>GitHub</system> |
51 | | - <url>https://github.com/phasenraum2010/holohoax_StGB130/issues</url> |
| 51 | + <url>https://github.com/phasenraum2010/javabase/issues</url> |
52 | 52 | </issueManagement> |
53 | 53 |
|
54 | 54 | <distributionManagement> |
|
65 | 65 | <maven.version>3.3.9</maven.version> |
66 | 66 |
|
67 | 67 | <!-- spring-boot --> |
68 | | - <spring-boot.version>2.0.4.RELEASE</spring-boot.version> |
69 | | - <spring-boot-admin.version>2.0.1</spring-boot-admin.version> |
| 68 | + <spring-boot.version>2.0.5.RELEASE</spring-boot.version> |
| 69 | + <spring-boot-admin.version>2.0.3</spring-boot-admin.version> |
70 | 70 | <spring-cloud-gcp.version>1.0.0.RC1</spring-cloud-gcp.version> |
71 | 71 | <spring-cloud-services.version>2.0.1.RELEASE</spring-cloud-services.version> |
72 | 72 | <spring-cloud-task.version>2.0.0.RELEASE</spring-cloud-task.version> |
|
75 | 75 | <spring-cloud.version>Finchley.RELEASE</spring-cloud.version> |
76 | 76 |
|
77 | 77 | <!-- Spring Web MVC --> |
78 | | - <org.springframework.spring.version>5.0.7.RELEASE</org.springframework.spring.version> |
79 | | - <org.springframework.security.version>5.0.6.RELEASE</org.springframework.security.version> |
| 78 | + <org.springframework.spring.version>5.1.0.RELEASE</org.springframework.spring.version> |
| 79 | + <org.springframework.security.version>5.1.0.RELEASE</org.springframework.security.version> |
80 | 80 |
|
81 | 81 | <!-- Frontend --> |
82 | 82 | <org.webjars.bootstrap.version>3.3.7</org.webjars.bootstrap.version> |
|
309 | 309 | <artifactId>spring-cloud-starter-sleuth</artifactId> |
310 | 310 | <version>${org.springframework.cloud.version}</version> |
311 | 311 | </dependency> |
312 | | - |
313 | 312 | <dependency> |
314 | 313 | <groupId>org.springframework.cloud</groupId> |
315 | 314 | <artifactId>spring-cloud-starter-config</artifactId> |
316 | 315 | <version>${org.springframework.cloud.version}</version> |
317 | 316 | </dependency> |
318 | 317 | <dependency> |
319 | 318 | <groupId>org.springframework.cloud</groupId> |
320 | | - <artifactId>spring-cloud-netflix-hystrix-stream</artifactId> |
| 319 | + <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
321 | 320 | <version>${org.springframework.cloud.version}</version> |
322 | 321 | </dependency> |
323 | 322 | <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream-binder-kafka --> |
|
337 | 336 | <dependency> |
338 | 337 | <groupId>org.springframework.cloud</groupId> |
339 | 338 | <artifactId>spring-cloud-starter-bus-amqp</artifactId> |
340 | | - <version>2.0.0.RELEASE</version> |
| 339 | + <version>2.0.1.RELEASE</version> |
341 | 340 | </dependency> |
342 | 341 | <dependency> |
343 | 342 | <groupId>org.springframework.cloud</groupId> |
|
376 | 375 | --> |
377 | 376 | <dependency> |
378 | 377 | <groupId>org.springframework.cloud</groupId> |
379 | | - <artifactId>spring-cloud-netflix-hystrix-contract</artifactId> |
380 | | - <version>2.0.0.RELEASE</version> |
| 378 | + <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
| 379 | + <version>2.0.1.RELEASE</version> |
381 | 380 | <type>pom</type> |
382 | 381 | <scope>import</scope> |
383 | 382 | </dependency> |
|
794 | 793 | TODO: #20 |
795 | 794 | --> |
796 | 795 | <repositories> |
| 796 | + <repository> |
| 797 | + <id>spring-release</id> |
| 798 | + <name>Spring Milestones</name> |
| 799 | + <url>https://repo.spring.io/release</url> |
| 800 | + <snapshots> |
| 801 | + <enabled>false</enabled> |
| 802 | + </snapshots> |
| 803 | + </repository> |
797 | 804 | <repository> |
798 | 805 | <id>spring-milestones</id> |
799 | 806 | <name>Spring Milestones</name> |
|
0 commit comments