aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-ansible-adapter/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-03-31 09:46:37 -0700
committerPatrick Brady <patrick.brady@att.com>2020-03-31 09:46:42 -0700
commit6cbb73628f72e90fb8219cc7120326ef55a91653 (patch)
tree7e2e1c2f6bdf2562ceeed329511c7c574c96f43c /appc-adapters/appc-ansible-adapter/pom.xml
parentfec1b41ae4aa6c88ad4f42306b9b491c655fdbc7 (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.xml4
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>