aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-11-16 15:46:26 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-11-16 15:57:37 +0530
commit6c99e8df9865943c9ad43e0d40b1e022acc0acbb (patch)
tree8c4b2ad6b51d529e7724cc42f8e42cb8771e8d90 /pom.xml
parent23c7215c93bb0a992874b1a199391cfa5bebfcec (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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 646bf13417..4ee11d990f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.