summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-11-28 21:37:21 +0000
committerdglFromAtt <dgl@research.att.com>2018-11-28 21:46:53 +0000
commit04bfd2bcc4cd4a00f89616e4933a0d56e0d084d8 (patch)
treea3bf197293c0e11e7f91ebeed8ad08ec843f0372 /pom.xml
parent345acecaaac8a7670eb8331e1f1356f860db7b60 (diff)
Fix AAF artifact reference
Change-Id: I65ff8aa5ccdeb112b584ad90ae7358d90e8a9c9d Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-895 Signed-off-by: dglFromAtt <dgl@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6b2467f..82597dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- <version>2.1.7-SNAPSHOT</version>
+ <version>2.1.7</version>
<classifier>full</classifier>
</dependency>
@@ -326,7 +326,7 @@
<dependency>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>1.0.17-SNAPSHOT</version>
+ <version>1.0.17</version>
</dependency>
</dependencies>
<reporting>