diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-10 10:28:17 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-10 10:28:17 +0300 |
commit | 9ac65979b139f3a8a813530ec5cd2c7c7f16eaa2 (patch) | |
tree | 1c92d58ae009e4905b154588158b77a9390392fb | |
parent | 9876df1068880b1756aea9872c1cecc314d4c6c4 (diff) |
Fix pom.xml
Change pom version according to ONAP versioning
Change-Id: I3c674ce48e0e8e592648c60c65c45a6ee4d652d2
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdc.dcae.property</groupId> <artifactId>DCAE-DT-PROPERTY</artifactId> - <version>1806.0.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>SystemProperty</name> <description>System Properties</description> <properties> |