diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-05 14:12:45 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-05 14:12:45 -0500 |
commit | 17d2d577b8abeebfc9fa3355603cac544d76c724 (patch) | |
tree | 7b2b21a031ebfd0a5de2ec4173d78776dff5d1c4 /springboot/springboot1 | |
parent | e7a2e749c1c395dc66dd496efe7925cb4434cc14 (diff) |
Reverting project.version for dependency-bom
If it's project.version then it will be resolved with child module version
Issue-ID: CCSDK-1978
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I6d843de0840524bf49085e6cec60d0b3825d4346
Diffstat (limited to 'springboot/springboot1')
-rwxr-xr-x | springboot/springboot1/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 503a765e..2608b07c 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>${project.version}</version> + <version>1.5.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |