summaryrefslogtreecommitdiffstats
path: root/springboot
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-12-05 14:12:45 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-12-05 14:12:45 -0500
commit17d2d577b8abeebfc9fa3355603cac544d76c724 (patch)
tree7b2b21a031ebfd0a5de2ec4173d78776dff5d1c4 /springboot
parente7a2e749c1c395dc66dd496efe7925cb4434cc14 (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')
-rwxr-xr-xspringboot/springboot1/pom.xml2
-rwxr-xr-xspringboot/springboot2/pom.xml5
2 files changed, 3 insertions, 4 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>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 84346635..604db2d1 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -106,7 +106,7 @@
<kotlin.version>1.3.50</kotlin.version>
<kotlin.maven.version>1.3.50</kotlin.maven.version>
<kotlin.couroutines.version>1.3.2</kotlin.couroutines.version>
- <kotlinpoet.version>1.3.0</kotlinpoet.version>
+ <kotlinpoet.version>1.4.4</kotlinpoet.version>
<kroto-plus.version>0.5.0</kroto-plus.version>
<mockk.version>1.9.3</mockk.version>
@@ -127,7 +127,6 @@
<slf4j.version>1.7.25</slf4j.version>
<testng.version>6.11</testng.version>
<tomcat-jdbc.version>9.0.27</tomcat-jdbc.version>
-
</properties>
<dependencyManagement>
@@ -135,7 +134,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>