summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCockpit
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-03-13 05:01:04 -0700
committerChrisC <cc697w@intl.att.com>2017-03-13 05:01:04 -0700
commit1ba1d1997d862b4da9235bd8f8c62ac2b28115a7 (patch)
tree13ab45f9705b5e8e1e7068e0bb3725c7b06c8fac /bpmn/MSOCockpit
parent5dd5647cca17a9939919027008e175f6d5d819f7 (diff)
Update to version 1.1.0
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8 Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'bpmn/MSOCockpit')
-rw-r--r--bpmn/MSOCockpit/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml
index cc5ecd7bc9..939c185950 100644
--- a/bpmn/MSOCockpit/pom.xml
+++ b/bpmn/MSOCockpit/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>bpmn</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,16 +36,16 @@
</plugin>
</plugins>
</build>
-
+
<dependencies>
-
+
<dependency>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp-jboss-standalone</artifactId>
<version>${camunda.version}</version>
<type>war</type>
</dependency>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>common</artifactId>
@@ -62,5 +62,5 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-
+
</project>