diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-03-19 11:59:39 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-03-19 11:59:39 +0000 |
commit | 4bdbf0e5e5582453ccb70a572aa235923578cb5b (patch) | |
tree | c1ef50740f50c3f188a04170ca4377a846902ed2 | |
parent | 9e33a52d0cf03c0458911330fb72037d01b07a4a (diff) |
Fix docker snapshot reference in regression module
Issue-ID: POLICY-4946
Change-Id: I4d8de27945e3f7904a1810e06219260a24e68693
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-rw-r--r-- | policy-regression-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml index 9073913c..896f8414 100644 --- a/policy-regression-tests/pom.xml +++ b/policy-regression-tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> </parent> <groupId>org.onap.policy.regression</groupId> |