Update to version 1.1.0
[so.git] / bpmn / MSORESTClient / pom.xml
index 97d9971..3c2ea83 100644 (file)
@@ -2,20 +2,20 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
-       
+
        <parent>
                <groupId>org.openecomp.mso</groupId>
                <artifactId>bpmn</artifactId>
-               <version>0.0.4-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
-       
+
        <groupId>org.openecomp.mso</groupId>
        <artifactId>MSORESTClient</artifactId>
-       
+
        <packaging>jar</packaging>
-       
+
        <name>MSO REST Client API</name>
-       
+
        <dependencies>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
@@ -54,6 +54,6 @@
                                </configuration>
                        </plugin>
                </plugins>
-               
+
        </build>
 </project>