diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:33:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:33:42 -0400 |
commit | c3c27083ecae8d4f30442abf68c675cc53d68d68 (patch) | |
tree | 2c6789e79b065e2c5432690f0d123238f5b1878b /pom.xml | |
parent | 65125fd9e4faf91c446fc231c315f1cffc19ade3 (diff) |
Use released 2.4.0 parent poms
Use released version 2.4.0 (Phosphorus) of parent poms
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I920f1f8be47bd45962014d7ccb682dc6f6efb5e5
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.0</version> <relativePath/> </parent> |