diff options
author | Jim Hahn <jrh3@att.com> | 2021-08-25 10:03:50 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-08-25 10:04:46 -0400 |
commit | a0468986b1ae5902b4f7bb94546f208bcaa8aa59 (patch) | |
tree | 0b9f489792baac46f5120adec15789ffa3bd0bc2 | |
parent | e43792b9a7c27a5157fe70179b79db09e3d94098 (diff) |
Use release versions in docker2.3.0
Issue-ID: POLICY-3587
Change-Id: I49396f998f623bdb384c67891d770de0caafc79c
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath /> </parent> |