Remove Cloud snapshots.
This commit is contained in:
committed by
Sébastien Deleuze
parent
762e0b131e
commit
2b4d0f10dc
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
// Not using Spring Cloud bom due to existing issues with dependency management
|
||||
ext {
|
||||
set('springCloudStarterVersion', "4.1.0-SNAPSHOT")
|
||||
set('springCloudStarterVersion', "4.1.0")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springCloudStarterVersion', "4.1.0-SNAPSHOT")
|
||||
set('springCloudStarterVersion', "4.1.0")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springCloudStarterVersion', "4.1.0-SNAPSHOT")
|
||||
set('springCloudStarterVersion', "4.1.0")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
// Not using Spring Cloud bom due to existing issues with dependency management
|
||||
ext {
|
||||
set('springCloudCommonsVerions', "4.1.0-SNAPSHOT")
|
||||
set('springCloudCommonsVerions', "4.1.0")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user