diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-11-16 15:46:26 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-11-16 15:57:37 +0530 |
commit | 6c99e8df9865943c9ad43e0d40b1e022acc0acbb (patch) | |
tree | 8c4b2ad6b51d529e7724cc42f8e42cb8771e8d90 /pom.xml | |
parent | 23c7215c93bb0a992874b1a199391cfa5bebfcec (diff) |
changed artifact version
IssueId: SO-346
Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ <groupId>org.openecomp.so</groupId> <artifactId>so</artifactId> <packaging>pom</packaging> - <version>1.1.0-SNAPSHOT</version> + <!-- <version>1.1.0-SNAPSHOT</version> --> + <version>1.1.1-SNAPSHOT</version> <name>so</name> <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project. This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB. |