aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-27 07:23:00 -0400
committerDan Timoney <dtimoney@att.com>2020-05-27 07:23:00 -0400
commitd6a9c5877c92481f26bb5ab478452e8564a9aec8 (patch)
tree4df48d02b8be1e26d76b570f3e1395f36973cf0b
parent2fec7d8f57eadc1ac91cc8e7742ef5842da466e8 (diff)
Update to use RC2 parent pom
Update to use Frankfurt RC2 version of parent pom Change-Id: Iec537a505b39f2d59d55ebc5f1db94b9b1e25cf7 Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--.gitignore1
-rw-r--r--ms/neng/pom.xml2
-rw-r--r--ms/vlantag-api/pom.xml2
-rwxr-xr-xpom.xml2
4 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 1e0ec776..20aaca41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
**/*.log
**/*py.class
**/.DS_Store
+**/__pycache__
# To Remove Kotlin Script Generated Jars
**/*cba-kts.jar
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml
index 08ad4c7f..c1b4693d 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>1.5.5-SNAPSHOT</version>
+ <version>1.5.7</version>
<relativePath/>
</parent>
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml
index 2084e35b..526d3ab9 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.5-SNAPSHOT</version>
+ <version>1.5.7</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index bcd61aeb..d31f86aa 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.7</version>
<relativePath/>
</parent>