Update to version 1.1.0
[so.git] / bpmn / MSOCockpit / pom.xml
index cc5ecd7..939c185 100644 (file)
@@ -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>
                        </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>