diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-09 12:39:24 -0800 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2020-01-09 21:59:51 +0000 |
commit | 054ad488552806b7b5ab991aa2cd9fd3a8ce87cd (patch) | |
tree | dc9fa0d155ee200110d9e23df4a79c86dd006e0e /appc-service-communicator/appc-service-communicator-features/pom.xml | |
parent | 2f0066f1284eea8f3570d904e02f417cc43d315a (diff) |
Fix incorrect parent versions
The parent versions in these pom files should be
1.7.0-SNAPSHOT in order to match the rest of appc.
Change-Id: I002f78235f07d588658e86c5ac8e99d4346d51fa
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1808
Diffstat (limited to 'appc-service-communicator/appc-service-communicator-features/pom.xml')
-rw-r--r-- | appc-service-communicator/appc-service-communicator-features/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-service-communicator/appc-service-communicator-features/pom.xml b/appc-service-communicator/appc-service-communicator-features/pom.xml index 29ca05c54..d831d39c3 100644 --- a/appc-service-communicator/appc-service-communicator-features/pom.xml +++ b/appc-service-communicator/appc-service-communicator-features/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.2</version> + <version>2.7.0-SNAPSHOT</version> <relativePath /> </parent> |