diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-03-31 09:46:37 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-03-31 09:46:42 -0700 |
commit | 6cbb73628f72e90fb8219cc7120326ef55a91653 (patch) | |
tree | 7e2e1c2f6bdf2562ceeed329511c7c574c96f43c /appc-adapters/appc-ansible-adapter/pom.xml | |
parent | fec1b41ae4aa6c88ad4f42306b9b491c655fdbc7 (diff) |
Change parent to release version 2.7.1
Change-Id: I87d105f7c59c0e65bc12ef5e92f708696081f7b1
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-adapters/appc-ansible-adapter/pom.xml')
-rw-r--r-- | appc-adapters/appc-ansible-adapter/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-adapters/appc-ansible-adapter/pom.xml b/appc-adapters/appc-ansible-adapter/pom.xml index 6584612ae..89544374b 100644 --- a/appc-adapters/appc-ansible-adapter/pom.xml +++ b/appc-adapters/appc-ansible-adapter/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <relativePath/> </parent> <groupId>org.onap.appc</groupId> @@ -41,7 +41,7 @@ <!-- Black duck plugin Not required for regular builds <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> - <version>2.7.1-SNAPSHOT</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> + <version>2.7.1</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> </configuration> <extensions>true</extensions> <executions> |