aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/base/pom.xml2
-rw-r--r--packages/install/pom.xml2
-rw-r--r--packages/pom.xml2
-rw-r--r--policy-core/pom.xml4
-rw-r--r--policy-endpoints/pom.xml4
-rw-r--r--policy-healthcheck/pom.xml8
-rw-r--r--policy-management/pom.xml6
-rw-r--r--policy-persistence/pom.xml6
-rw-r--r--policy-utils/pom.xml2
-rw-r--r--pom.xml4
10 files changed, 20 insertions, 20 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index 6275d887..3009b857 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 b22bd45a..8f387a56 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 7e4c3195..eda86090 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 4f777cc6..e151e555 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 31888d65..1fa1d8ed 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 b418aa08..3b45c916 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 80e22707..50d969d0 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 465860c0..9b327635 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 0c1d9754..d90b32bc 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 2341145a..4a9c639b 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>