diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-04-26 12:36:25 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-04-26 12:36:49 -0700 |
commit | ed1cf1fb3c4c581cc03d82f640d7a550cafc9430 (patch) | |
tree | f3f43cdd7c1cba33fdbc0c4c1455d7938ca40333 /appc-outbound/pom.xml | |
parent | b3200dea9bcab964888af54efc4244425bb4e849 (diff) |
Increment snapshot version
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare
for next development cycle.
Change-Id: I187785ab4b11a37815289d20ba802c48e86cee7f
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1585
Diffstat (limited to 'appc-outbound/pom.xml')
-rwxr-xr-x | appc-outbound/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-outbound/pom.xml b/appc-outbound/pom.xml index ada6c1965..090328b5d 100755 --- a/appc-outbound/pom.xml +++ b/appc-outbound/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>appc-outbound</artifactId>
<packaging>pom</packaging>
|