diff options
author | 2021-07-19 11:05:49 +0100 | |
---|---|---|
committer | 2021-07-19 11:12:18 +0100 | |
commit | eda892a36289788fcd405c17ba7da324b6a04fec (patch) | |
tree | 67029d517ac5d852154592269e1bdbaeec7c602a /cxf-logging | |
parent | 9238c68416957ee9d2a81309c427ddeb9a9f5bb1 (diff) |
Updating pom version to 1.9.0-SNAPSHOT
Issue-ID: SO-3688
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Change-Id: Id38a8da726656c4793c79145a9382e9272e3da6e
Diffstat (limited to 'cxf-logging')
-rw-r--r-- | cxf-logging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cxf-logging/pom.xml b/cxf-logging/pom.xml index 39beb10dd7..ad9f26e324 100644 --- a/cxf-logging/pom.xml +++ b/cxf-logging/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.so</groupId> <artifactId>so</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <name>CXFLogging</name> <description>Common CXF Logging Classes</description> |