diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-01-11 09:42:02 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-01-11 09:42:02 +0100 |
commit | 90d225ab80ca8f50956087048b316f70d1ce2f16 (patch) | |
tree | fbae9a1b36bbc04ba061e30f4a068968a5e3f9d6 /certService | |
parent | dcbf937a137cd492788759d03aaeacafe4682e0b (diff) |
[OOM-CERT-SERVICE] Top up version in Istanbul branch2.4.1
Issue-ID: OOM-2903
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Id048326558f9da93c0e79547bae0aedb619d4c41
Diffstat (limited to 'certService')
-rw-r--r-- | certService/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 4ad5b4ac..649e7292 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ <parent> <groupId>org.onap.oom.platform.cert-service</groupId> <artifactId>oom-certservice</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>oom-certservice-api</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <name>oom-certservice-api</name> <description>OOM Certification Service Api</description> <packaging>jar</packaging> |