diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-22 14:56:15 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-22 14:56:15 -0500 |
commit | f8e7ad3f47e0f686c0a1bd1127362b2d09978f65 (patch) | |
tree | 465937611becdf5dafb30a216b85975403d7270d | |
parent | a41f3c216de525a6353f6407d79c22bb15758b74 (diff) |
Use released version of parent poms
Use released version 2.1.1 of parent poms
Change-Id: I6460478663d7b5a1343f8456669b1bf5d61f6171
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
-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 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | services/pom.xml | 2 |
6 files changed, 7 insertions, 7 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> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath/> </parent> diff --git a/services/pom.xml b/services/pom.xml index 5688fb7b..69771a19 100644 --- a/services/pom.xml +++ b/services/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> |