diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-05 14:56:21 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-05 15:05:31 -0500 |
commit | 9b43329875c791109fef9c47fd8eba9e04fcd3d7 (patch) | |
tree | 241ed8dcdbbd07efbc25444d461c4a81add09146 | |
parent | ee7c0061f4fcacd80875c8b4b1f1c3e3f64dae65 (diff) |
Use released version of parent pom
Update to use released Frankfurt M4 version of CCSDK parent pom
Change-Id: I489b38788322027f440d54d7d0e92e26980bf156
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | ms/neng/pom.xml | 3 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index bd98f3c6..e7d8cf31 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -18,7 +18,6 @@ * 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> @@ -233,7 +232,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index adb6b9e5..539a6146 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-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> |