aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam
diff options
context:
space:
mode:
authorItohan Ukponmwan <itohan.ukponmwan@intel.com>2019-08-05 16:30:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-05 16:30:20 +0000
commit55f55f93890a2c4745ee89505cc889f54ba3c3dd (patch)
tree5eb804de9b3907b38621a3f5d8169ae3f6a64c21 /products/onap-amsterdam
parentd53b78f51ed1a37f13163fe0ffd77ebd1c7f6f6f (diff)
parentb9d85a33892c99949aff8e3471eb0fdc039d44aa (diff)
Merge changes I816a1dbb,Ice38da57,I1217d391,I07d22e81,I0ddcdc1c, ...
* changes: Add integration support Update framework Add vf model add artifact command Add service model artifact add command Add VF model checkout command Add VF checkin command Add sdc service resource property set Add sdc consumer-show command Add sdc consumer create command Add ID output in service-model commands Update open-cli.properties Update the sample command OCS YAML Add product into service and schema list Update the version format Update the README Set SNAPSHOT versioning clean-up stale onap profiles Ignore python build artifacts from git
Diffstat (limited to 'products/onap-amsterdam')
-rw-r--r--products/onap-amsterdam/auth/pom.xml2
-rw-r--r--products/onap-amsterdam/catalog/pom.xml2
-rw-r--r--products/onap-amsterdam/features/aai/pom.xml2
-rw-r--r--products/onap-amsterdam/features/msb/pom.xml2
-rw-r--r--products/onap-amsterdam/features/pom.xml2
-rw-r--r--products/onap-amsterdam/features/sdc/pom.xml2
-rw-r--r--products/onap-amsterdam/features/so/pom.xml2
-rw-r--r--products/onap-amsterdam/pom.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/products/onap-amsterdam/auth/pom.xml b/products/onap-amsterdam/auth/pom.xml
index d6b1c43e..c80fc71f 100644
--- a/products/onap-amsterdam/auth/pom.xml
+++ b/products/onap-amsterdam/auth/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-auth</artifactId>
diff --git a/products/onap-amsterdam/catalog/pom.xml b/products/onap-amsterdam/catalog/pom.xml
index a7afa9bb..9fb5262f 100644
--- a/products/onap-amsterdam/catalog/pom.xml
+++ b/products/onap-amsterdam/catalog/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-catalog</artifactId>
diff --git a/products/onap-amsterdam/features/aai/pom.xml b/products/onap-amsterdam/features/aai/pom.xml
index b68499e7..37f6e7df 100644
--- a/products/onap-amsterdam/features/aai/pom.xml
+++ b/products/onap-amsterdam/features/aai/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam-features</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-features-aai</artifactId>
diff --git a/products/onap-amsterdam/features/msb/pom.xml b/products/onap-amsterdam/features/msb/pom.xml
index 7e9f7ce9..f8e4d5fa 100644
--- a/products/onap-amsterdam/features/msb/pom.xml
+++ b/products/onap-amsterdam/features/msb/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam-features</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-features-msb</artifactId>
diff --git a/products/onap-amsterdam/features/pom.xml b/products/onap-amsterdam/features/pom.xml
index f2f4f6ae..b0362073 100644
--- a/products/onap-amsterdam/features/pom.xml
+++ b/products/onap-amsterdam/features/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-features</artifactId>
diff --git a/products/onap-amsterdam/features/sdc/pom.xml b/products/onap-amsterdam/features/sdc/pom.xml
index ae0cab77..8fb70059 100644
--- a/products/onap-amsterdam/features/sdc/pom.xml
+++ b/products/onap-amsterdam/features/sdc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam-features</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-features-sdc</artifactId>
diff --git a/products/onap-amsterdam/features/so/pom.xml b/products/onap-amsterdam/features/so/pom.xml
index 5beb19ec..51d572f4 100644
--- a/products/onap-amsterdam/features/so/pom.xml
+++ b/products/onap-amsterdam/features/so/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products-onap-amsterdam-features</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam-features-so</artifactId>
diff --git a/products/onap-amsterdam/pom.xml b/products/onap-amsterdam/pom.xml
index f30a2c4a..e4c26d99 100644
--- a/products/onap-amsterdam/pom.xml
+++ b/products/onap-amsterdam/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-products</artifactId>
- <version>2.0.3</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>cli-products-onap-amsterdam</artifactId>