summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrb7147 <rb7147@att.com>2017-11-01 11:34:35 -0400
committerrb7147 <rb7147@att.com>2017-11-02 09:50:47 -0400
commit32020669cd7d5197feac51bb752f07042eb47de1 (patch)
tree7467f1a4b8a6af78bd26ccbdc674360e8d7fb0e8
parentdeb35bccd7b0d360668f393fe5b45b735b7956b2 (diff)
Updated the External Dependencies Version
Resolved the Blocker issue and removed snapshot version Issue-ID: POLICY-406 Change-Id: I1ca4b32aca571610a3d50ae8a105fb45803fd002 Signed-off-by: rb7147 <rb7147@att.com>
-rw-r--r--BRMSGateway/pom.xml2
-rw-r--r--LogParser/pom.xml4
-rw-r--r--ONAP-PAP-REST/pom.xml4
-rw-r--r--PolicyEngineUtils/pom.xml6
-rw-r--r--pom.xml1
5 files changed, 8 insertions, 9 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml
index 6bd955741..182495ead 100644
--- a/BRMSGateway/pom.xml
+++ b/BRMSGateway/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.nexus</groupId>
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index b638faf21..a30b44a23 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>ONAP-Logging</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml
index d2d84db3d..56ffdb23a 100644
--- a/ONAP-PAP-REST/pom.xml
+++ b/ONAP-PAP-REST/pom.xml
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>ONAP-Logging</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>
@@ -220,7 +220,7 @@
<dependency>
<groupId>org.onap.policy.drools-applications</groupId>
<artifactId>policy-yaml</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.mockrunner</groupId>
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml
index df846eec7..c40e24a80 100644
--- a/PolicyEngineUtils/pom.xml
+++ b/PolicyEngineUtils/pom.xml
@@ -30,17 +30,17 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-audit</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>ONAP-Logging</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>
diff --git a/pom.xml b/pom.xml
index c615114d3..43373cb59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
<project.target.version>1.8</project.target.version>
<project.encoding>UTF-8</project.encoding>
- <common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
<releases.path>content/repositories/releases/</releases.path>