diff options
author | Dan Timoney <dtimoney@att.com> | 2021-11-11 09:26:07 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-11-18 00:54:58 +0000 |
commit | aa10e7c0d663547f86cfe3183037c99fde6971a4 (patch) | |
tree | 3414ffe23dedeb0dae0b09bff3271b9fe7816bfe /plugins/template-node | |
parent | d0d10cc0dbfcc421041782c51b7d6f784e6fa092 (diff) |
Use Silicon SR2 parent
Use Silicon SR2 parent pom
Issue-ID: CCSDK-3513
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I265b81c04e18321954a7e2039b9888818df02c80
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 d22b97e40..729c74adc 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</version> + <version>2.3.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 8dcab33f0..c58801923 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</version> + <version>2.3.1</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 d3241f3d6..8f8da3c29 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</version> + <version>2.3.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |