diff options
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index c0e657479f..f0b7371a75 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -452,12 +452,12 @@ <dependency> <groupId>org.openecomp.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>org.openecomp.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/version.properties b/version.properties index e2595ba14c..04a32dea2d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
|