diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-01-07 08:41:15 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-01-07 16:49:50 +0000 |
commit | 99cdab26e5cf1b724e1ba40ffbd3dc4290bc0ae0 (patch) | |
tree | cf32f287fa38d67a8630d3294480492f2242266c /appc-core/appc-core-features | |
parent | 50472bf49f725bf6c4ea659ca7e387a2c6436ff2 (diff) |
Update parent pom version
Update the parent version to appc parent 1.4.1
Change-Id: I185d086595bed6410f7fd6b8c139cc6300e4467e
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1304
Diffstat (limited to 'appc-core/appc-core-features')
-rw-r--r-- | appc-core/appc-core-features/onap-appc-common/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/onap-appc-core/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/appc-core/appc-core-features/onap-appc-common/pom.xml b/appc-core/appc-core-features/onap-appc-common/pom.xml index 96eef20de..f2f1a6709 100644 --- a/appc-core/appc-core-features/onap-appc-common/pom.xml +++ b/appc-core/appc-core-features/onap-appc-common/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<relativePath/>
</parent>
diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml index 901a53140..8072e69dd 100644 --- a/appc-core/appc-core-features/onap-appc-core/pom.xml +++ b/appc-core/appc-core-features/onap-appc-core/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<relativePath/>
</parent>
diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml index b5c9ad690..0488437c3 100644 --- a/appc-core/appc-core-features/pom.xml +++ b/appc-core/appc-core-features/pom.xml @@ -23,7 +23,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
</parent>
<groupId>org.onap.appc</groupId>
|