diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-02 16:42:06 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-12-02 16:42:06 -0500 |
commit | a7c2d1dc89a2ec67b8643197de33d125f2bb294c (patch) | |
tree | d2bec707cc3d8895d3b9e894782801679c989a17 /plugins/grToolkit | |
parent | fa5c1adf7caa6eabc379914dc0acf59450331801 (diff) |
Use Silicon SR2 version of parent poms
Update to use Istanbul / Silicon SR2 version of parent poms
Issue-ID: CCSDK-3512
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie2cec74cc4b8370e15dad55e6c1989874fb567b9
Diffstat (limited to 'plugins/grToolkit')
-rwxr-xr-x | plugins/grToolkit/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/grToolkit/model/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/grToolkit/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/grToolkit/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/grToolkit/installer/pom.xml b/plugins/grToolkit/installer/pom.xml index 5cf7e19eb..80d4a87e1 100755 --- a/plugins/grToolkit/installer/pom.xml +++ b/plugins/grToolkit/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 940271c8e..1b1ad4b6e 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> diff --git a/plugins/grToolkit/pom.xml b/plugins/grToolkit/pom.xml index e1d4fa444..53143c5cf 100755 --- a/plugins/grToolkit/pom.xml +++ b/plugins/grToolkit/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index af5664bb8..b5a85ca3c 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.2.2</version> + <version>2.2.3</version> <relativePath/> </parent> |