diff options
author | liamfallon <liam.fallon@est.tech> | 2023-08-24 09:46:29 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-08-24 09:46:32 +0100 |
commit | cb2460601fc319f5cdabc77403dc5f75efc7d552 (patch) | |
tree | e05c51d9b387cffd1eadb01725f78a3c7958d177 /context | |
parent | c1794ff92134dab997a11b608d2fc5073a7c8b94 (diff) |
Bump snapshots for Java 17java-17
Bump snapshots for Java 17
Issue-ID: POLICY-4665
Change-Id: I1611d1092cf55e042c46254501f7217a65070807
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'context')
-rw-r--r-- | context/context-management/pom.xml | 2 | ||||
-rw-r--r-- | context/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index e4ecf055f..43dee626f 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 89f6d3f5c..778f7399b 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |