aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-10-28 16:24:44 -0400
committerDan Timoney <dtimoney@att.com>2021-10-28 16:24:44 -0400
commitcd39359ab6e7b5e708b770a360ad5c052cead746 (patch)
treeab3b5f9fffb9d317c5067e583c91e2bcb1b9b101 /pom.xml
parent8f6e2ed4641f4f9f0d38c810883f12c230d764a1 (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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0886a1e6f..891ad339e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>