1.1.0-SNAPSHOT

Change-Id: I2289242f6542657c7d69cfe57b20f2e10178caf6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index 6275d88..3009b85 100644
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.openecomp.policy.drools-pdp</groupId>
 		<artifactId>packages</artifactId>
-		<version>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>base</artifactId>
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index b22bd45..8f387a5 100644
--- a/packages/install/pom.xml
+++ b/packages/install/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.openecomp.policy.drools-pdp</groupId>
 		<artifactId>packages</artifactId>
-		<version>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>install-drools</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index 7e4c319..eda8609 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.openecomp.policy.drools-pdp</groupId>
 		<artifactId>drools-pdp</artifactId>
-		<version>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>packages</artifactId>
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 4f777cc..e151e55 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.openecomp.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
 
 	<build>
@@ -159,7 +159,7 @@
     <!-- leave this for now, but will remove policy-utils at the end of conversion -->
        <groupId>org.openecomp.policy.drools-pdp</groupId>
        <artifactId>policy-utils</artifactId>
-       <version>1.0.0</version>  
+       <version>${project.version}</version>  
      </dependency>
      <dependency>
       <groupId>org.openecomp.policy.common</groupId>
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index 31888d6..1fa1d8e 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.openecomp.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>policy-endpoints</artifactId>
@@ -150,7 +150,7 @@
 		<dependency>
 			<groupId>org.openecomp.policy.drools-pdp</groupId>
 			<artifactId>policy-core</artifactId>
-			<version>1.0.0</version>
+			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 
diff --git a/policy-healthcheck/pom.xml b/policy-healthcheck/pom.xml
index b418aa0..3b45c91 100644
--- a/policy-healthcheck/pom.xml
+++ b/policy-healthcheck/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.openecomp.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>policy-healthcheck</artifactId>
@@ -140,17 +140,17 @@
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-core</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-endpoints</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-management</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 80e2270..50d969d 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.openecomp.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>policy-management</artifactId>
@@ -146,13 +146,13 @@
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-core</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
     
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-endpoints</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
 
 	<dependency>
diff --git a/policy-persistence/pom.xml b/policy-persistence/pom.xml
index 465860c..9b32763 100644
--- a/policy-persistence/pom.xml
+++ b/policy-persistence/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.openecomp.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>policy-persistence</artifactId>
@@ -142,12 +142,12 @@
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-core</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.openecomp.policy.drools-pdp</groupId>
       <artifactId>policy-management</artifactId>
-      <version>1.0.0</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index 0c1d975..d90b32b 100644
--- a/policy-utils/pom.xml
+++ b/policy-utils/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
 
 
diff --git a/pom.xml b/pom.xml
index 2341145..4a9c639 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
 	<groupId>org.openecomp.policy.drools-pdp</groupId>
 	<artifactId>drools-pdp</artifactId>
-	<version>1.0.0</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>ECOMP Policy Engine - Drools PDP</name>
 
@@ -37,7 +37,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.source.version>1.8</project.source.version>
 		<project.target.version>1.8</project.target.version>
-		<common-modules.version>1.0.0</common-modules.version>
+		<common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
   
 		<sonar.language>java</sonar.language>
 		<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>