diff options
Diffstat (limited to 'auth/cli-codegen/pom.xml')
-rw-r--r-- | auth/cli-codegen/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/auth/cli-codegen/pom.xml b/auth/cli-codegen/pom.xml index bcd147c45..484b5564a 100644 --- a/auth/cli-codegen/pom.xml +++ b/auth/cli-codegen/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>cli-codegen</artifactId> @@ -35,7 +36,7 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>ST4</artifactId> - <version>4.3</version> + <version>${version.antlr.st4}</version> </dependency> <dependency> <groupId>org.onap.policy.apex-pdp.model</groupId> |