aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2017-12-07 14:56:33 -0500
committerATT default cloud user <dgl@research.att.com>2017-12-07 22:20:10 +0000
commit0ab116b376402b076b2b8558dedc8e6f88d1a2d5 (patch)
treeb535abf688403f193174d34221d42c98e1a7068d /pom.xml
parent6349f10fcf1902c1f41ec58c26e57dd11ea3b78f (diff)
Contribute code that was missed in Amsterdam
Include functionality for: - support for 2 additional formats for FQTN - refresh and rewrite MM Agent whitelist - new endpoint to show DBC API is up Change-Id: I901bc08eed5eeeb9e7b73e1a0f83e08d0c65c7ca Issue-ID: DMAAP-181 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 449f620..1f77e54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>${artifact.version}</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>dmaap-dbcapi</name>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1</version>
</parent>
<build>
<finalName>dbcapi</finalName>
@@ -73,7 +73,7 @@ A convention of this API is to return JSON responses per OpenStack style.
</configuration>
<executions>
<execution>
- <phase>compile</phase>
+ <phase>precompile</phase>
<goals>
<goal>generate</goal>
</goals>