diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-10 16:47:09 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-10 16:47:09 +0530 |
commit | f6cef5e600fd380ffdbc388013247b1980781b4b (patch) | |
tree | 0523bacca500d0535dc9d2a0ba79f941d7e248e5 /plugins | |
parent | a093cd6ac4633505b67dfff1b3eeb7f1159773c8 (diff) |
Set version to 1.1.0
Issue-Id: CLI-70
Change-Id: I2fd1fe4bff0bc5d8fd9d4734099c300610ea7d99
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/aai/pom.xml | 2 | ||||
-rw-r--r-- | plugins/msb/pom.xml | 2 | ||||
-rw-r--r-- | plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sample/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sdc/pom.xml | 2 | ||||
-rw-r--r-- | plugins/so/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/aai/pom.xml b/plugins/aai/pom.xml index 98514b8d..d3cf0cf0 100644 --- a/plugins/aai/pom.xml +++ b/plugins/aai/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-plugins</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>cli-plugins-aai</artifactId> diff --git a/plugins/msb/pom.xml b/plugins/msb/pom.xml index 18a76f87..93e6e13c 100644 --- a/plugins/msb/pom.xml +++ b/plugins/msb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-plugins</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>cli-plugins-msb</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index 104a568e..9957ecaf 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>cli-plugins</artifactId> diff --git a/plugins/sample/pom.xml b/plugins/sample/pom.xml index 2283e9f0..74a7de69 100644 --- a/plugins/sample/pom.xml +++ b/plugins/sample/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-plugins</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>cli-plugins-sample</artifactId> diff --git a/plugins/sdc/pom.xml b/plugins/sdc/pom.xml index 01285558..8caefacf 100644 --- a/plugins/sdc/pom.xml +++ b/plugins/sdc/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-plugins</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>cli-plugins-sdc</artifactId> diff --git a/plugins/so/pom.xml b/plugins/so/pom.xml index 2318f398..dc1b6af2 100644 --- a/plugins/so/pom.xml +++ b/plugins/so/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-plugins</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>cli-plugins-so</artifactId> |