diff options
author | ChrisC <cc697w@intl.att.com> | 2017-03-14 09:32:49 -0700 |
---|---|---|
committer | ChrisC <cc697w@intl.att.com> | 2017-03-14 09:32:49 -0700 |
commit | d56fba4e89a4923b5e9865d9e98e8c3a5e00e4a1 (patch) | |
tree | 3dee3ed0fc457385c1ea538fadaf4edf3e06d368 /bpmn/MSOCockpit/pom.xml | |
parent | 5dd5647cca17a9939919027008e175f6d5d819f7 (diff) |
Update to version 1.0.0
Change-Id: I04ea7f910e2c583bf9fdcf705de74095c298d5da
Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'bpmn/MSOCockpit/pom.xml')
-rw-r--r-- | bpmn/MSOCockpit/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index cc5ecd7bc9..b4f985a9e3 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.0.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> |