summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-06-25 14:52:16 +0100
committerMukesh <mukeshsharma@est.tech>2021-06-25 14:52:42 +0100
commit3b31943b77fb698127cffeae5b3eac280be7b449 (patch)
tree6ba25a80e5cdbfb3c38f0a3ffbcce6567bea3d62 /pom.xml
parente5c05a047c61e75064a5922e573f71c22ebdb5e8 (diff)
Updating parent pom and project pom versions1.9.0
Issue-ID: SO-3688 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I9ae304bdf750d5a10b0186731f5d85257b5c32f9
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1a3a7d7..723e139 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
<parent>
<groupId>org.onap.so</groupId>
<artifactId>so</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.so.adapters.so-nssmf-adapter</groupId>
<artifactId>so-nssmf-adapter</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<name>SO NSSMF Adapter</name>
<packaging>pom</packaging>
@@ -31,7 +31,8 @@
<snakeyaml-version>0.11</snakeyaml-version>
<hamcrest-version>2.2</hamcrest-version>
<equalsverifier-version>3.4.1</equalsverifier-version>
- <so-core-version>1.8.0-SNAPSHOT</so-core-version>
+ <so-core-version>1.9.0-SNAPSHOT</so-core-version>
+ <swagger.rt.rs.version>3.1.7</swagger.rt.rs.version>
</properties>
<build>