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-dispatcher/appc-request-handler | |
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-dispatcher/appc-request-handler')
4 files changed, 4 insertions, 4 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index ac3b20a5a..b77077512 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-request-handler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-request-handler-api</artifactId> diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index dc6433dd8..00f0daa30 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-request-handler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-request-handler-core</artifactId> diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml index e5a30d22c..207418b07 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml @@ -29,7 +29,7 @@ <parent> <artifactId>appc-request-handler</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <name>APPC Request Handler - Features</name> diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index dfd0c2bfd..2adfafb90 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dispatcher</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-request-handler</artifactId> |