diff options
author | 2018-12-05 12:28:21 -0800 | |
---|---|---|
committer | 2018-12-05 12:28:33 -0800 | |
commit | c00a13c3b17ea0862c52c4bd54032728111d8819 (patch) | |
tree | 0b06cb6b25c31f1f60aa4e53734f6abc64e161bb /appc-config/pom.xml | |
parent | ddad47af6facb7ab7cd40d3838473045b5e7182f (diff) |
Increment version numbers
Change from version 1.4.3-SNAPSHOT to 1.4.4-SNAPSHOT
after release.
Change-Id: Ib26ad80e63d2b61865ff9bd669259c849851c162
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1269
Diffstat (limited to 'appc-config/pom.xml')
-rw-r--r-- | appc-config/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/pom.xml b/appc-config/pom.xml index 56c0fc0ab..e0abaec43 100644 --- a/appc-config/pom.xml +++ b/appc-config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </parent> <groupId>org.onap.appc</groupId> @@ -113,5 +113,5 @@ <module>appc-config-audit</module> </modules> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </project> |