샘플 버전 변수화

This commit is contained in:
keymasroy
2021-10-12 14:42:20 +09:00
parent f51342c6de
commit 3f2ee80066
4 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ repositories {
dependencies {
compile 'com.gsitm.ustra.java.starter:ustra-starter-vue-bo:2.0.40.RELEASE'
compile "com.gsitm.ustra.java.starter:ustra-starter-vue-bo:${ustraVersion}"
compile project(":cmm")
}

View File

@@ -1,6 +1,7 @@
buildscript {
ext {
springBootVersion = '2.2.5.RELEASE'
ustraVersion = '2.0.41.RELEASE'
set('springCloudVersion', "Hoxton.SR3")
}

View File

@@ -7,7 +7,7 @@ repositories {
dependencies {
compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.40.RELEASE'
compile "com.gsitm.ustra.java.starter:ustra-starter-restapi:${ustraVersion}"
}

View File

@@ -7,10 +7,10 @@ repositories {
dependencies {
compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.40.RELEASE'
compile 'com.gsitm.ustra.java:ustra-mvc-view:2.0.40.RELEASE'
compile 'com.gsitm.ustra.java:ustra-data-mybatis:2.0.40.RELEASE'
compile 'com.gsitm.ustra.java:ustra-security-jwt:2.0.40.RELEASE'
compile "com.gsitm.ustra.java.starter:ustra-starter-restapi:${ustraVersion}"
compile "com.gsitm.ustra.java:ustra-mvc-view:${ustraVersion}"
compile "com.gsitm.ustra.java:ustra-data-mybatis:${ustraVersion}"
compile "com.gsitm.ustra.java:ustra-security-jwt:${ustraVersion}"
compile project(":cmm")
}