summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-31 10:32:53 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-31 10:32:53 -0400
commit122a0e3dd1d6ff2822556b65e6baada18bb3481d (patch)
treeca1c6b415f35a07994e42b96bb2df900258688b5
parentae8c9443249a32f15ab82005d5af105ccdc78cda (diff)
Use released parent poms
Use released version of parent poms (1.2.4) Change-Id: Ib159647efac89981a8476dda64a7934b41ce02db Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--cds-ui/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml
index c0cb11c08..a248dfd8e 100644
--- a/cds-ui/pom.xml
+++ b/cds-ui/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index 59fc4358c..f858306cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath/>
</parent>