aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-sol005-adapter-application/pom.xml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-06-25 14:38:33 +0100
committerMukesh <mukeshsharma@est.tech>2021-06-25 14:39:15 +0100
commit2019165139faf11150d236b4b78f4df330666c76 (patch)
tree02d49cb3b7d5a1cc66b3b70fb7a816fd4c861ec7 /so-etsi-sol005-adapter-application/pom.xml
parentb3982db4365be23c3562555c1ce89980ed17ad4b (diff)
Updating parent pom and project pom versions1.9.0
Issue-ID: SO-3688 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I5f055fa73109c34ff642bca41d77c73d9ef38999
Diffstat (limited to 'so-etsi-sol005-adapter-application/pom.xml')
-rw-r--r--so-etsi-sol005-adapter-application/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/so-etsi-sol005-adapter-application/pom.xml b/so-etsi-sol005-adapter-application/pom.xml
index 5e1c816..2ec6887 100644
--- a/so-etsi-sol005-adapter-application/pom.xml
+++ b/so-etsi-sol005-adapter-application/pom.xml
@@ -4,11 +4,11 @@
<parent>
<groupId>org.onap.so.adapters.so-etsi-sol005-adapter</groupId>
<artifactId>so-etsi-sol005-adapter</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>so-etsi-sol005-adapter-application</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<name>SO ETSI SOL005 Application Jar</name>
<description>Web service endpoint for vfc operations</description>
@@ -116,6 +116,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-service-description-swagger</artifactId>
+ <version>${swagger.rt.rs.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -129,12 +130,12 @@
<dependency>
<groupId>org.onap.so</groupId>
<artifactId>mso-requests-db</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.so</groupId>
<artifactId>mso-requests-db-repositories</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>