aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-data-services
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/appc-data-services
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/appc-data-services')
-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
4 files changed, 5 insertions, 5 deletions
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>