summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-01 14:26:23 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-01 14:26:23 -0400
commit6b1320519eb99e3d929a6780163a0ebbaeea14ed (patch)
treeff5ee8c606bd5a7e0c75ca608550d9f14f064373 /pom.xml
parent273c1c6817247bd3e87f865e3d80f548d84138ff (diff)
Fix versions1.5.1
Versions were set inconsistently in sdnc/apps - entire repo needs to have the same version number. Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6dccdd3..c1f1d84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc</groupId>
<artifactId>apps</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>