diff options
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 2 | ||||
-rw-r--r-- | ms/sliboot/src/main/resources/application.properties | 4 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index fbcc68d1..2488be60 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -233,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath/> </parent> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 5d95969d..ad81b6de 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath/> </parent> diff --git a/ms/sliboot/src/main/resources/application.properties b/ms/sliboot/src/main/resources/application.properties index 98a2523c..6d8b6664 100644 --- a/ms/sliboot/src/main/resources/application.properties +++ b/ms/sliboot/src/main/resources/application.properties @@ -15,8 +15,8 @@ spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false logging.level.com.att=TRACE logging.level.org.onap=TRACE spring.datasource.url=jdbc:mariadb://${MYSQL_DB_HOST}:3306/sdnctl -spring.datasource.username=sli -spring.datasource.password=abc123 +spring.datasource.username=${MYSQL_USER} +spring.datasource.password=${MYSQL_PASSWORD} spring.datasource.driver-class-name=org.mariadb.jdbc.Driver spring.datasource.testWhileIdle=true spring.datasource.validationQuery=SELECT 1 diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 551dd094..869a2e2c 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath/> </parent> |