diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-29 07:53:13 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-29 07:53:13 -0400 |
commit | 9bdc825f7b9c1689aae71fcb01bf08aa6bcba995 (patch) | |
tree | f9145d18d2e24c1076c144f151f8e8bbd6dc5b73 /plugins/template-node | |
parent | bc0efb05722bcc428ae826b31b22b482ae7a14ef (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: Iead919b41d243a11adb5397adfbb15068ae1c1d4
Diffstat (limited to 'plugins/template-node')
-rw-r--r-- | plugins/template-node/installer/pom.xml | 2 | ||||
-rw-r--r-- | plugins/template-node/pom.xml | 2 | ||||
-rw-r--r-- | plugins/template-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index 00405dfdd..d22b97e40 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 28afe6d6d..8dcab33f0 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index 3601e759b..d3241f3d6 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |