From 59b6c04ca18b3e8a8869a9f926a20bb905ae41df Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 10 Mar 2017 11:45:59 -0500 Subject: change version to 1.0.0 Change-Id: I5c99ec86ddeabb6e03685a98e87c1a42a685fd3c Signed-off-by: Pamela Dragosh --- common-logging/pom.xml | 24 +++--------------------- integrity-audit/pom.xml | 4 ++-- integrity-monitor/pom.xml | 2 +- pom.xml | 4 ++-- site-manager/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 28 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 2480948b..d2384edd 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ org.openecomp.policy.common common-modules - 1.0.0-SNAPSHOT + 1.0.0 ECOMP-Logging @@ -56,25 +56,7 @@ provided - - - - eelf-framework - http://search.maven.org/#search|ga|1|EELF - EELF repository - - - - - - - - eelf-framework - http://search.maven.org/#search|ga|1|EELF - - - - + @@ -95,7 +77,7 @@ org.openecomp.policy.common ECOMP-Logging - 1.0.0-SNAPSHOT + ${project.version} diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index ea0236ac..8b19c708 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -30,7 +30,7 @@ org.openecomp.policy.common common-modules - 1.0.0-SNAPSHOT + 1.0.0 Integrity Audit @@ -115,4 +115,4 @@ - \ No newline at end of file + diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 715e7e86..cc884a0c 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ org.openecomp.policy.common common-modules - 1.0.0-SNAPSHOT + 1.0.0 Integrity Monitor diff --git a/pom.xml b/pom.xml index 9e046f87..440dde35 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.openecomp.policy.common common-modules - 1.0.0-SNAPSHOT + 1.0.0 pom @@ -50,7 +50,7 @@ central Maven 2 repository - http://repo2.maven.org/maven2/ + http://central.maven.org/maven2/ ecomp-releases diff --git a/site-manager/pom.xml b/site-manager/pom.xml index ad9d6ad2..35f9107f 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -31,7 +31,7 @@ org.openecomp.policy.common common-modules - 1.0.0-SNAPSHOT + 1.0.0 site-manager @@ -106,7 +106,7 @@ org.openecomp.policy.common integrity-monitor - 1.0.0-SNAPSHOT + ${project.version} org.mariadb.jdbc -- cgit 1.2.3-korg