diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-22 10:42:55 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-22 10:42:59 -0700 |
commit | 84d0a254bd9fd2779a116edc1901260bd2c7d11e (patch) | |
tree | b759f0d844873cab3b99d69fb0595ac4e59aee6a /appc-provider | |
parent | 07fcbfcd2e65135556fce021748aa6c338cf710d (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-provider')
-rw-r--r-- | appc-provider/appc-provider-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appc-provider/appc-provider-bundle/pom.xml b/appc-provider/appc-provider-bundle/pom.xml index 3e60cb35b..92fee7d54 100644 --- a/appc-provider/appc-provider-bundle/pom.xml +++ b/appc-provider/appc-provider-bundle/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-provider-bundle</artifactId> <packaging>bundle</packaging> diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml index 7fa0a2389..3ca887cd7 100644 --- a/appc-provider/appc-provider-features/pom.xml +++ b/appc-provider/appc-provider-features/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <name>appc-provider-features</name> <artifactId>appc-provider-features</artifactId> diff --git a/appc-provider/appc-provider-installer/pom.xml b/appc-provider/appc-provider-installer/pom.xml index c941c2dfe..f2c0a4f04 100644 --- a/appc-provider/appc-provider-installer/pom.xml +++ b/appc-provider/appc-provider-installer/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-provider-installer</artifactId> diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index a1da4ddea..83dfe14b4 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-provider-model</artifactId> <packaging>bundle</packaging> diff --git a/appc-provider/pom.xml b/appc-provider/pom.xml index a803322d9..4c712894d 100644 --- a/appc-provider/pom.xml +++ b/appc-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-provider</artifactId> <packaging>pom</packaging> |