summaryrefslogtreecommitdiffstats
path: root/springboot
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-12-03 16:29:09 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-12-05 11:31:43 -0500
commit04b970d76054b65e67b9645db673c95b9a263d2b (patch)
tree95523c410a06e86f7765015f20a38d43d59b51cb /springboot
parentf15762deff2e139fa225b899801ec3e46416435d (diff)
Removing hardocoded version of internal dependencies
Replacing hardcoded version for dependencies-bom and dependencies-odl-bom with project.version Issue-ID: CCSDK-1978 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ie7e8fdfd673097045bd42b56c29b87ca7c961232
Diffstat (limited to 'springboot')
-rwxr-xr-xspringboot/springboot1/pom.xml2
-rwxr-xr-xspringboot/springboot2/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index 2608b07c..503a765e 100755
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index e6bd3040..84346635 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -135,7 +135,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>