Updated versions in documentation & dependency management within samples
Versions where updated in documentation that is included in the generation of our reference documentation. Also, to clean up version management within the samples, the spring-cloud-task-dependencies was introduced into each pom so that versions are managed at that level. Updated a version number
This commit is contained in:
committed by
Glenn Renfro
parent
30fe0602d0
commit
bf50b7ad30
@@ -22,6 +22,18 @@
|
||||
<skipInstall>true</skipInstall>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-task-dependencies</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user