summaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-ansible-adapter/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-01-07 08:41:15 -0800
committerPatrick Brady <patrick.brady@att.com>2019-01-07 16:49:50 +0000
commit99cdab26e5cf1b724e1ba40ffbd3dc4290bc0ae0 (patch)
treecf32f287fa38d67a8630d3294480492f2242266c /appc-adapters/appc-ansible-adapter/pom.xml
parent50472bf49f725bf6c4ea659ca7e387a2c6436ff2 (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-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 58fe57273..9f1e290a5 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>1.4.0</version>
+ <version>1.4.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>1.4.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName>
+ <version>1.4.1</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName>
<outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio>
</configuration> <extensions>true</extensions>
<executions>