Increment functest version number

Issue-ID: VNFSDK-267

Change-Id: Ic72529a3ad5193dacfcf7e253498c6d89ffd2e3e
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index c2e1938..82a075d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.vnfsdk.functest</groupId>
         <artifactId>vnfsdk-functest-core-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
     <dependency>
             <groupId>org.onap.vnfsdk.functest</groupId>
             <artifactId>vnf-sdk-function-test</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0</version>
     </dependency>
     </dependencies>
 </project>
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml
index af501c1..0e98bb4 100644
--- a/distribution/standalone/pom.xml
+++ b/distribution/standalone/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.vnfsdk.functest</groupId>
         <artifactId>vnfsdk-functest-distribution</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 7bd65f4..6bc2a66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <groupId>org.onap.vnfsdk.functest</groupId>
     <artifactId>vnfsdk-functest-core-parent</artifactId>
     <name>vnfsdk-functest parent</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 9238deb..170b97d 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.onap.vnfsdk.functest</groupId>
         <artifactId>vnfsdk-functest-core-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vnf-sdk-function-test</artifactId>
     <name>vnfsdk Functional Tests</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>jar</packaging>
 
     <build>