diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | vnfmarket-be/pom.xml | 2 | ||||
-rw-r--r-- | vnfmarket/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnfmarket</artifactId> - <version>1.1.1</version> + <version>1.1.2</version> <packaging>pom</packaging> <name>vnfsdk-refrepo</name> diff --git a/version.properties b/version.properties index 6608eae3..bf24313c 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} diff --git a/vnfmarket-be/pom.xml b/vnfmarket-be/pom.xml index 99e8de6c..5fef1106 100644 --- a/vnfmarket-be/pom.xml +++ b/vnfmarket-be/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnf-sdk-marketplace-core-parent</artifactId> - <version>1.1.1</version> + <version>1.1.2</version> <packaging>pom</packaging> <name>vnf-sdk-marketplace-core-parent</name> <scm> diff --git a/vnfmarket/pom.xml b/vnfmarket/pom.xml index 2f26e533..08fe5db1 100644 --- a/vnfmarket/pom.xml +++ b/vnfmarket/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>vnfmarket-gui</artifactId> - <version>1.1.1</version> + <version>1.1.2</version> <packaging>war</packaging> <name>client-gui/vnfmarket</name> |