diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-03 16:29:09 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-05 11:31:43 -0500 |
commit | 04b970d76054b65e67b9645db673c95b9a263d2b (patch) | |
tree | 95523c410a06e86f7765015f20a38d43d59b51cb /springboot/springboot2/pom.xml | |
parent | f15762deff2e139fa225b899801ec3e46416435d (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/springboot2/pom.xml')
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |