aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/pom.xml
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/pom.xml
parent5dd5647cca17a9939919027008e175f6d5d819f7 (diff)
Update to version 1.1.0
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8 Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r--bpmn/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index ebcce1d8fe..ca9d69c5bc 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -13,7 +13,7 @@
<name>BPMN Subsystem</name>
<description>BPMN Subsystem for MSO</description>
<packaging>pom</packaging>
-
+
<properties>
<camunda.version>7.3.0</camunda.version>
<camunda.bpm.assert.version>1.2</camunda.bpm.assert.version>
@@ -22,10 +22,10 @@
<saxon.version>9.5.1-8</saxon.version>
<junit.version>4.11</junit.version>
<xmlunit.version>1.6</xmlunit.version>
-
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
+
</properties>
<modules>
@@ -36,7 +36,7 @@
<module>MSOCockpit</module>
</modules>
-
+
<!-- Define artifact versions for child modules -->
<dependencyManagement>
<dependencies>
@@ -90,7 +90,7 @@
</dependency>
</dependencies>
</dependencyManagement>
-
+
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -101,10 +101,10 @@
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>
-
+
<build>
<plugins>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -152,7 +152,7 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
-
+
</plugins>
</pluginManagement>
</build>