diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-28 14:45:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-28 14:45:55 -0400 |
commit | c1eae0326ae1b59d93373e4f9149423837c33f88 (patch) | |
tree | 933fbaf67ced3964b7460413d77af2b418149455 /ms | |
parent | 98f0dafd4ec51bd750da7c73637214ea80ff2c49 (diff) |
Use RC1 version of parent poms
Use RC1 version of ccsdk parent poms
Change-Id: I33258ee142ea3dbf9f1d2367662c2826652f157b
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 3 | ||||
-rw-r--r-- | ms/pom.xml | 1 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 8faa4ba9..cf121c75 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -18,6 +18,7 @@ * limitations under the License. * ============LICENSE_END========================================================= --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -232,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> @@ -18,6 +18,7 @@ * limitations under the License. * ============LICENSE_END========================================================= --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 0a771023..21f91161 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>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> |