Remove SNAPSHOT suffix from the parent POM version 25/39125/2
authormark.j.leonard <mark.j.leonard@gmail.com>
Tue, 27 Mar 2018 14:32:46 +0000 (15:32 +0100)
committerJames Forsyth <jf2512@att.com>
Tue, 27 Mar 2018 18:25:29 +0000 (18:25 +0000)
The POM org.onap.oparent.oparent version 1.1.0-SNAPSHOT no longer
exists in Nexus

Change-Id: Ib0553af5e745f33926a9215e95c43a456dab664a
Issue-ID: AAI-948
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2de12e2..bdc54f6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.0</version>
        </parent>
 
        <groupId>org.onap.aai</groupId>
@@ -54,7 +54,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2</version>
                </dependency>
                
                <dependency>