aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-ansible-adapter/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-09-11 11:31:45 -0700
committerPatrick Brady <patrick.brady@att.com>2019-09-11 11:31:49 -0700
commit89d77ed2dc64616fb06b53b0ae2e063599d894b3 (patch)
tree667a233180d0ba7f3eda01590b3cbc3ad6f6a66c /appc-adapters/appc-ansible-adapter/pom.xml
parent65b70190e0de9f7b6d173c918a7873b37ff66ea3 (diff)
Change to released parent 1.6.1
Change-Id: Ieb506dd5bcc146a45c9e75ec27641f80245548e3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
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 f6026f5ae..0928cce6d 100644
--- a/appc-adapters/appc-ansible-adapter/pom.xml
+++ b/appc-adapters/appc-ansible-adapter/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.6.1-SNAPSHOT</version>
+ <version>2.6.1</version>
<relativePath />
</parent>
<groupId>org.onap.appc</groupId>
@@ -42,7 +42,7 @@
<!-- Black duck plugin Not required for regular builds
<plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId>
- <version>2.6.1-SNAPSHOT</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName>
+ <version>2.6.1</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName>
<outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio>
</configuration> <extensions>true</extensions>
<executions>