aboutsummaryrefslogtreecommitdiffstats
path: root/services/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-05-21 17:37:49 -0700
committerPatrick Brady <patrick.brady@att.com>2020-05-21 17:37:49 -0700
commit873a441e888a250ecd4deecb216d83a04c33e5cd (patch)
tree55ac424b69407164e5c30ace9cc1db04d50f792c /services/pom.xml
parent2a48d67cd5125d6bbc65eccba6c6499c7022e620 (diff)
Correct version to 2.7.2-SNAPSHOT
Change-Id: Ibdb931b68dfc41420396faf8db3fbc5c81e75160 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
Diffstat (limited to 'services/pom.xml')
-rw-r--r--services/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/pom.xml b/services/pom.xml
index 41a1d00bd..05b49e9fa 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.onap.appc.services</groupId>
<artifactId>appc-services-root</artifactId>
<packaging>pom</packaging>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.7.2-SNAPSHOT</version>
<name>appc-services-root</name>
<modules>
<module>appc-dmaap-service</module>
@@ -37,6 +37,6 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
</project>