summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2017-11-25 06:50:06 +0000
committervagrant <vv770d@att.com>2017-11-28 07:40:56 +0000
commit533e7d75cefbe0a839163c77c7c509a1e43aa9b6 (patch)
treea1dbaa378a6c2dd2d51e7fe3acc026978ad58663
parent15e4f28ad05922d22f93075c897e1e6781aa9ebd (diff)
update versioning
Change-Id: I64016acc3262615133a1f579749cdadcec789089 Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
-rw-r--r--component-json-schemas/pom.xml4
-rw-r--r--dcae-cli/pom.xml4
-rw-r--r--pom.xml10
3 files changed, 9 insertions, 9 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>
diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml
index f0f907a..b671a3d 100644
--- a/dcae-cli/pom.xml
+++ b/dcae-cli/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>dcae-cli</artifactId>
<name>dcaegen2-platform-cli-dcae-cli</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>
diff --git a/pom.xml b/pom.xml
index 9c0c029..c659594 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.dcaegen2</groupId>
- <artifactId>root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <groupId>org.onap</groupId>
+ <artifactId>dcaegen2</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<!-- parent>
<groupId>org.onap.dcae.platform</groupId>
@@ -33,8 +33,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</parent -->
<groupId>org.onap.dcaegen2.platform.cli</groupId>
<artifactId>cli</artifactId>
- <name>dcaegen2-platform-cli-cli</name>
- <version>1.0.0-SNAPSHOT</version>
+ <name>dcaegen2-platform-cli</name>
+ <version>1.1.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
<modules>