diff options
Diffstat (limited to 'springboot')
-rwxr-xr-x | springboot/springboot1/pom.xml | 2 | ||||
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
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> |