diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-10 13:07:19 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-10 13:08:31 -0800 |
commit | 03682da2849b4e6ed5fe168c0ecb080a6d5c00b3 (patch) | |
tree | f9d50f8a94ad2ab87d4c8b61cbaf2daab1d33d8f /appc-dispatcher/appc-request-handler | |
parent | cdbf22c06167564c28912a6c8b0f2b81e2b5a1de (diff) |
Updating master to 1.1.0-SNAPSHOT
Change-Id: I4f2bf794f5ce8b60c4fc35817e69c9cbd337cc47
Signed-off-by: Patrick Brady <pb071s@att.com>
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 7caf35f75..62d046501 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 @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-request-handler</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>appc-request-handler-api</artifactId> <packaging>bundle</packaging> 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 3414775f5..dcc73f2f1 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 @@ -17,7 +17,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-request-handler</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>appc-request-handler-core</artifactId> <packaging>bundle</packaging> 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 e30222107..f262d1935 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 @@ -4,7 +4,7 @@ <parent> <artifactId>appc-request-handler</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <name>appc-request-handler-features</name> <artifactId>appc-request-handler-features</artifactId> diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index f560c79d6..70f0d4069 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-dispatcher</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>appc-request-handler</artifactId> <packaging>pom</packaging> |