aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-10 11:45:59 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-03-10 11:46:19 -0500
commit59b6c04ca18b3e8a8869a9f926a20bb905ae41df (patch)
tree9e8c1f83d2befcb2dcf09d6ba44cdcf543dc675c
parent115109865005990a4e3e971eadd516b3f8227156 (diff)
change version to 1.0.0
Change-Id: I5c99ec86ddeabb6e03685a98e87c1a42a685fd3c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--common-logging/pom.xml24
-rw-r--r--integrity-audit/pom.xml4
-rw-r--r--integrity-monitor/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--site-manager/pom.xml4
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 @@
<parent>
<groupId>org.openecomp.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>ECOMP-Logging</artifactId>
@@ -56,25 +56,7 @@
<scope>provided</scope>
</dependency>
</dependencies>
-
- <repositories>
- <repository>
- <id>eelf-framework</id>
- <url>http://search.maven.org/#search|ga|1|EELF</url>
- <name>EELF repository</name>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <releases />
- <snapshots />
- <id>eelf-framework</id>
- <url>http://search.maven.org/#search|ga|1|EELF</url>
- </pluginRepository>
- </pluginRepositories>
-
-
+
<build>
<plugins>
<plugin>
@@ -95,7 +77,7 @@
<dependency>
<groupId>org.openecomp.policy.common</groupId>
<artifactId>ECOMP-Logging</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
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 @@
<parent>
<groupId>org.openecomp.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Integrity Audit</name>
@@ -115,4 +115,4 @@
</plugins>
</pluginManagement>
</build>
-</project> \ No newline at end of file
+</project>
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 @@
<parent>
<groupId>org.openecomp.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>Integrity Monitor</name>
diff --git a/pom.xml b/pom.xml
index 9e046f87..440dde35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.openecomp.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
@@ -50,7 +50,7 @@
<repository>
<id>central</id>
<name>Maven 2 repository</name>
- <url>http://repo2.maven.org/maven2/</url>
+ <url>http://central.maven.org/maven2/</url>
</repository>
<repository>
<id>ecomp-releases</id>
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 @@
<parent>
<groupId>org.openecomp.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>site-manager</name>
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.openecomp.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>