diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-28 16:24:44 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-28 16:24:44 -0400 |
commit | cd39359ab6e7b5e708b770a360ad5c052cead746 (patch) | |
tree | ab3b5f9fffb9d317c5067e583c91e2bcb1b9b101 | |
parent | 8f6e2ed4641f4f9f0d38c810883f12c230d764a1 (diff) |
Use version 2.3.0 of parent poms
Use released version 2.3.0 of parent pom to avoid compile errors due to
removing aged-out snapshot version
Issue-ID: CCSDK-3511
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I62764383fca1030bf9bbcaa19ae8ce076ed323f7
-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.3.0-SNAPSHOT</version> + <version>2.3.0</version> <relativePath/> </parent> |