aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
-rw-r--r--version.properties2
2 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 743fd40..661b5ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-sdc-context-builder</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -111,14 +111,14 @@
<artifactId>jetty-security</artifactId>
</dependency>
<dependency>
- <groupId>io.swagger</groupId>
+ <groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
- <version>1.5.9</version>
+ <version>2.0.8</version>
</dependency>
<dependency>
- <groupId>io.swagger</groupId>
+ <groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
- <version>1.5.9</version>
+ <version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
diff --git a/version.properties b/version.properties
index cbb6b90..1ae00ac 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}