aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-03-27 15:32:46 +0100
committerJames Forsyth <jf2512@att.com>2018-03-27 18:25:29 +0000
commit8912d1e3a1a0ee8c233bf2832e8cef821b906dca (patch)
tree66bcdf45d7c08e7e34795b3624aa4a68fed99c39
parent7ccb07886bb396d60c87ad6e5df1cd5587e56fdd (diff)
Remove SNAPSHOT suffix from the parent POM version
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>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2de12e2..bdc54f6 100644
--- 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>