diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-04-26 04:43:35 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-04-26 04:43:35 +0000 |
commit | 94a9bcfabe1cd010bc4a18010ac7026b3045c671 (patch) | |
tree | d5c14c5363150344e1246d777b9807ad027ccdd9 /artifactbroker/model | |
parent | a25cd850b12aad9e395601a80b7b840e810e58c5 (diff) |
Upgrade version to 1.3.1
1.3.0 was used by integration team for validation
Change-Id: I90147a31d451b4288836242cc3112a1a82357b46
Issue-ID: MULTICLOUD-589
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'artifactbroker/model')
-rw-r--r-- | artifactbroker/model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artifactbroker/model/pom.xml b/artifactbroker/model/pom.xml index f2c2850..8357a61 100644 --- a/artifactbroker/model/pom.xml +++ b/artifactbroker/model/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.multicloud.framework</groupId> <artifactId>multicloud-framework-artifactbroker</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <artifactId>multicloud-framework-artifactbroker-model</artifactId> |