aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-22 10:42:55 -0700
committerPatrick Brady <pb071s@att.com>2018-05-22 10:42:59 -0700
commit84d0a254bd9fd2779a116edc1901260bd2c7d11e (patch)
treeb759f0d844873cab3b99d69fb0595ac4e59aee6a /appc-config
parent07fcbfcd2e65135556fce021748aa6c338cf710d (diff)
Increment version for new branch
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
Diffstat (limited to 'appc-config')
-rw-r--r--appc-config/appc-config-adaptor/features/pom.xml2
-rw-r--r--appc-config/appc-config-adaptor/installer/pom.xml4
-rw-r--r--appc-config/appc-config-adaptor/pom.xml2
-rw-r--r--appc-config/appc-config-adaptor/provider/pom.xml2
-rw-r--r--appc-config/appc-config-audit/features/pom.xml2
-rw-r--r--appc-config/appc-config-audit/installer/pom.xml4
-rw-r--r--appc-config/appc-config-audit/pom.xml2
-rw-r--r--appc-config/appc-config-audit/provider/pom.xml2
-rw-r--r--appc-config/appc-config-generator/features/pom.xml2
-rw-r--r--appc-config/appc-config-generator/installer/pom.xml4
-rw-r--r--appc-config/appc-config-generator/pom.xml2
-rw-r--r--appc-config/appc-config-generator/provider/pom.xml2
-rw-r--r--appc-config/appc-config-params/features/pom.xml2
-rw-r--r--appc-config/appc-config-params/installer/pom.xml4
-rw-r--r--appc-config/appc-config-params/pom.xml2
-rw-r--r--appc-config/appc-config-params/provider/pom.xml2
-rw-r--r--appc-config/appc-data-services/features/pom.xml2
-rw-r--r--appc-config/appc-data-services/installer/pom.xml4
-rw-r--r--appc-config/appc-data-services/pom.xml2
-rw-r--r--appc-config/appc-data-services/provider/pom.xml2
-rw-r--r--appc-config/appc-encryption-tool/features/pom.xml2
-rw-r--r--appc-config/appc-encryption-tool/installer/pom.xml4
-rw-r--r--appc-config/appc-encryption-tool/pom.xml2
-rw-r--r--appc-config/appc-encryption-tool/provider/pom.xml2
-rw-r--r--appc-config/appc-flow-controller/features/pom.xml2
-rw-r--r--appc-config/appc-flow-controller/installer/pom.xml4
-rw-r--r--appc-config/appc-flow-controller/pom.xml2
-rw-r--r--appc-config/appc-flow-controller/provider/pom.xml2
-rw-r--r--appc-config/pom.xml2
29 files changed, 36 insertions, 36 deletions
diff --git a/appc-config/appc-config-adaptor/features/pom.xml b/appc-config/appc-config-adaptor/features/pom.xml
index c99acd2ad..fce308189 100644
--- a/appc-config/appc-config-adaptor/features/pom.xml
+++ b/appc-config/appc-config-adaptor/features/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-adaptor</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>appc-config-adaptor-features</artifactId>
diff --git a/appc-config/appc-config-adaptor/installer/pom.xml b/appc-config/appc-config-adaptor/installer/pom.xml
index c1baa6093..123f4bc0d 100644
--- a/appc-config/appc-config-adaptor/installer/pom.xml
+++ b/appc-config/appc-config-adaptor/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-adaptor</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-adaptor-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-adaptor-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/pom.xml
index 99250ff34..2ea418551 100644
--- a/appc-config/appc-config-adaptor/pom.xml
+++ b/appc-config/appc-config-adaptor/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml
index 5c1efe163..919e23bba 100644
--- a/appc-config/appc-config-adaptor/provider/pom.xml
+++ b/appc-config/appc-config-adaptor/provider/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-adaptor</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-adaptor-provider</artifactId>
diff --git a/appc-config/appc-config-audit/features/pom.xml b/appc-config/appc-config-audit/features/pom.xml
index 1a6cafd68..f55d4d960 100644
--- a/appc-config/appc-config-audit/features/pom.xml
+++ b/appc-config/appc-config-audit/features/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-audit</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-audit-features</artifactId>
<name>Config Audit Plugin - Features</name>
diff --git a/appc-config/appc-config-audit/installer/pom.xml b/appc-config/appc-config-audit/installer/pom.xml
index 79f86a019..cf4ed1e7e 100644
--- a/appc-config/appc-config-audit/installer/pom.xml
+++ b/appc-config/appc-config-audit/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-audit</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-audit-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-audit-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-config-audit/pom.xml b/appc-config/appc-config-audit/pom.xml
index c05148c9d..199a1784a 100644
--- a/appc-config/appc-config-audit/pom.xml
+++ b/appc-config/appc-config-audit/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml
index 5d4ce3f5b..964e5972f 100644
--- a/appc-config/appc-config-audit/provider/pom.xml
+++ b/appc-config/appc-config-audit/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-audit</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-audit-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-config/appc-config-generator/features/pom.xml b/appc-config/appc-config-generator/features/pom.xml
index afcdd3355..b8a357f1b 100644
--- a/appc-config/appc-config-generator/features/pom.xml
+++ b/appc-config/appc-config-generator/features/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-generator-features</artifactId>
<name>Config Generator Plugin - Features</name>
diff --git a/appc-config/appc-config-generator/installer/pom.xml b/appc-config/appc-config-generator/installer/pom.xml
index ffcfc9ed0..153d0e886 100644
--- a/appc-config/appc-config-generator/installer/pom.xml
+++ b/appc-config/appc-config-generator/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-generator-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-config-generator/pom.xml b/appc-config/appc-config-generator/pom.xml
index d2af1df00..c87e4fed8 100644
--- a/appc-config/appc-config-generator/pom.xml
+++ b/appc-config/appc-config-generator/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/appc-config/appc-config-generator/provider/pom.xml b/appc-config/appc-config-generator/provider/pom.xml
index e7a1e6b34..ebdca7eb3 100644
--- a/appc-config/appc-config-generator/provider/pom.xml
+++ b/appc-config/appc-config-generator/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-generator-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-config/appc-config-params/features/pom.xml b/appc-config/appc-config-params/features/pom.xml
index a85a2ff14..f383f4493 100644
--- a/appc-config/appc-config-params/features/pom.xml
+++ b/appc-config/appc-config-params/features/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-params</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-params-features</artifactId>
<name>Config Params Plugin - Features</name>
diff --git a/appc-config/appc-config-params/installer/pom.xml b/appc-config/appc-config-params/installer/pom.xml
index 3b217ff2a..402ae64c3 100644
--- a/appc-config/appc-config-params/installer/pom.xml
+++ b/appc-config/appc-config-params/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-params</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-params-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-params-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.appc</groupId>
diff --git a/appc-config/appc-config-params/pom.xml b/appc-config/appc-config-params/pom.xml
index db963f26f..b9ecea691 100644
--- a/appc-config/appc-config-params/pom.xml
+++ b/appc-config/appc-config-params/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml
index bee036d3c..67932b625 100644
--- a/appc-config/appc-config-params/provider/pom.xml
+++ b/appc-config/appc-config-params/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-params</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-params-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-config/appc-data-services/features/pom.xml b/appc-config/appc-data-services/features/pom.xml
index 7996bae12..2fb70a4b4 100644
--- a/appc-config/appc-data-services/features/pom.xml
+++ b/appc-config/appc-data-services/features/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>appc-config-data-services</artifactId>
<groupId>org.onap.appc</groupId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-data-services-features</artifactId>
<name>APPC Data Services Plugin - Features</name>
diff --git a/appc-config/appc-data-services/installer/pom.xml b/appc-config/appc-data-services/installer/pom.xml
index 337f8b6c5..601b14348 100644
--- a/appc-config/appc-data-services/installer/pom.xml
+++ b/appc-config/appc-data-services/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-data-services</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-data-services-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-data-services-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml
index 96933300c..4ef2c88b0 100644
--- a/appc-config/appc-data-services/pom.xml
+++ b/appc-config/appc-data-services/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml
index a1d4a8d9a..a7f124605 100644
--- a/appc-config/appc-data-services/provider/pom.xml
+++ b/appc-config/appc-data-services/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-data-services</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-data-services-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-config/appc-encryption-tool/features/pom.xml b/appc-config/appc-encryption-tool/features/pom.xml
index ef7776856..54508aa04 100644
--- a/appc-config/appc-encryption-tool/features/pom.xml
+++ b/appc-config/appc-encryption-tool/features/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-encryption-tool-features</artifactId>
<name>APPC Encryption Tool Plugin - Features</name>
diff --git a/appc-config/appc-encryption-tool/installer/pom.xml b/appc-config/appc-encryption-tool/installer/pom.xml
index 09719fa58..3b087659e 100644
--- a/appc-config/appc-encryption-tool/installer/pom.xml
+++ b/appc-config/appc-encryption-tool/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-encryption-tool-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-encryption-tool/pom.xml b/appc-config/appc-encryption-tool/pom.xml
index bc1f5fe1c..97aaf41d7 100644
--- a/appc-config/appc-encryption-tool/pom.xml
+++ b/appc-config/appc-encryption-tool/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/appc-config/appc-encryption-tool/provider/pom.xml b/appc-config/appc-encryption-tool/provider/pom.xml
index 5df563200..36b7afd4a 100644
--- a/appc-config/appc-encryption-tool/provider/pom.xml
+++ b/appc-config/appc-encryption-tool/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-encryption-tool</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-encryption-tool-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-config/appc-flow-controller/features/pom.xml b/appc-config/appc-flow-controller/features/pom.xml
index 9fef2703e..3de2cd8ec 100644
--- a/appc-config/appc-flow-controller/features/pom.xml
+++ b/appc-config/appc-flow-controller/features/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-flow-controller-features</artifactId>
<name>Flow Executor - Features</name>
diff --git a/appc-config/appc-flow-controller/installer/pom.xml b/appc-config/appc-flow-controller/installer/pom.xml
index 83ff999d9..e8f0e9442 100644
--- a/appc-config/appc-flow-controller/installer/pom.xml
+++ b/appc-config/appc-flow-controller/installer/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-flow-controller-installer</artifactId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller-provider</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/appc-config/appc-flow-controller/pom.xml b/appc-config/appc-flow-controller/pom.xml
index a345e013f..792d55226 100644
--- a/appc-config/appc-flow-controller/pom.xml
+++ b/appc-config/appc-flow-controller/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/appc-config/appc-flow-controller/provider/pom.xml b/appc-config/appc-flow-controller/provider/pom.xml
index 876fe0cf0..78ed47eeb 100644
--- a/appc-config/appc-flow-controller/provider/pom.xml
+++ b/appc-config/appc-flow-controller/provider/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-config-flow-controller-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-config/pom.xml b/appc-config/pom.xml
index e2100aeff..d323f24ea 100644
--- a/appc-config/pom.xml
+++ b/appc-config/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.appc</groupId>