change version to 1.0.0 79/1979/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 10 Mar 2017 16:28:23 +0000 (11:28 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 10 Mar 2017 16:34:21 +0000 (11:34 -0500)
Change-Id: I305363f5296904aea9147717198e0ea8433d4de8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
common-logging/pom.xml
integrity-audit/pom.xml
integrity-monitor/pom.xml
pom.xml
site-manager/pom.xml

index 2480948..d2384ed 100644 (file)
@@ -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>
                <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>
index ea0236a..8b19c70 100644 (file)
@@ -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>
                        </plugins>
                </pluginManagement>
        </build>
-</project>
\ No newline at end of file
+</project>
index 715e7e8..cc884a0 100644 (file)
@@ -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 9e046f8..440dde3 100644 (file)
--- 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>
index ad9d6ad..35f9107 100644 (file)
@@ -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>
                <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>