diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-23 11:37:03 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-23 11:37:03 -0400 |
commit | 940a89a0b3e9f69fcb58101d8d4a7ab2763ba715 (patch) | |
tree | 740e6cbd680fe23c004357f45cd3d24cb7e51856 | |
parent | 0957b798c9d4946f3607e17674746a973e2044a6 (diff) |
Use released Oslo/Potassium parent poms
Use released version of parent poms for ONAP Oslo release
Issue-ID: CCSDK-3990
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If431c6787988784812b592fa4b67935955b05aaf
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-27-starter-parent</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> <relativePath/> </parent> |