diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-08 10:45:04 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-08 10:45:04 -0500 |
commit | 260359aaefb1d13f2e575f29ef4c27583350de93 (patch) | |
tree | 7ec894a41a89ba3e3b8722da96b1da7db59c7f9b /aafshiro | |
parent | fc3624c0eb9ed21309fb38805458b9c02ad3cf95 (diff) |
Update for Guilin mtce release
Update version of parent poms to 2.0.4 for Guilin mtce release. This is
needed because this release includes changes to the ccsdk/sli repo,
and therefore dependent repos must recompile against that version
so that karaf feature.xml versions are correct.
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4a54a157eba3b26986347bb832982b70f2eb840f
Diffstat (limited to 'aafshiro')
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/features-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index 110317bc0..6d33eacc8 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index ee45f0220..65debf2f2 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index 1b5669e63..bbe6160d6 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index ee92303f3..96b8c26fa 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/installer/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index 28b0cd422..8e7427517 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.4</version> <relativePath/> </parent> |