diff options
author | vagrant <vv770d@att.com> | 2017-11-25 06:50:06 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2017-11-28 07:40:56 +0000 |
commit | 533e7d75cefbe0a839163c77c7c509a1e43aa9b6 (patch) | |
tree | a1dbaa378a6c2dd2d51e7fe3acc026978ad58663 /component-json-schemas/pom.xml | |
parent | 15e4f28ad05922d22f93075c897e1e6781aa9ebd (diff) |
update versioning
Change-Id: I64016acc3262615133a1f579749cdadcec789089
Issue-ID: DCAEGEN2-211
Signed-off-by: vagrant <vv770d@att.com>
Diffstat (limited to 'component-json-schemas/pom.xml')
-rw-r--r-- | component-json-schemas/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/component-json-schemas/pom.xml b/component-json-schemas/pom.xml index 81e02da..3a627a8 100644 --- a/component-json-schemas/pom.xml +++ b/component-json-schemas/pom.xml @@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.platform.cli</groupId> <artifactId>cli</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.platform.cli</groupId> <artifactId>component-json-schemas</artifactId> <name>dcaegen2-platform-cli-component-json-schemas</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |