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.xml5
10 files changed, 20 insertions, 21 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index 21c7e16f..6275d887 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>base</artifactId>
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index 2ed29546..b22bd45a 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>install-drools</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index 3cde69cd..7e4c3195 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>packages</artifactId>
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 5d199eb6..4f777cc6 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-SNAPSHOT</version>
+ <version>1.0.0</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-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.policy.common</groupId>
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index e62853c5..31888d65 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-SNAPSHOT</version>
+ <version>1.0.0</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-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
diff --git a/policy-healthcheck/pom.xml b/policy-healthcheck/pom.xml
index c279cd1d..b418aa08 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-SNAPSHOT</version>
+ <version>1.0.0</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-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
<artifactId>policy-endpoints</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
<artifactId>policy-management</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 2983f1f4..80e22707 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-SNAPSHOT</version>
+ <version>1.0.0</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-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
<artifactId>policy-endpoints</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
diff --git a/policy-persistence/pom.xml b/policy-persistence/pom.xml
index 074a9d44..465860c0 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-SNAPSHOT</version>
+ <version>1.0.0</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-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
<artifactId>policy-management</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index b7ac7fb2..0c1d9754 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
diff --git a/pom.xml b/pom.xml
index a3b5f75f..2341145a 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-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
<name>ECOMP Policy Engine - Drools PDP</name>
@@ -37,8 +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-SNAPSHOT]</common-modules.version> -->
- <common-modules.version>1.0.0-SNAPSHOT</common-modules.version>
+ <common-modules.version>1.0.0</common-modules.version>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>