aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-05-09 19:19:54 +0000
committerdglFromAtt <dgl@research.att.com>2019-05-09 19:54:37 +0000
commit7a3fdbe253f2f4c7cf407d27fbd0bc990fdca817 (patch)
treee4d718fac3872c41957a02a240e72df022d18ce9 /pom.xml
parent840e077756535ca6591ce893fc21e63e4b8a915e (diff)
Unify versions of artifacts from this repo
patch set 2: put parent/version.properties in each docker image Change-Id: I41daa74dc9fcd36a5807522338f4c732fbb0d40e Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1194 Signed-off-by: dglFromAtt <dgl@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d200867..acbb06d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,17 +22,18 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.dmaap.buscontroller</groupId>
<artifactId>parent</artifactId>
- <version>1.1.3-SNAPSHOT</version>
+ <version>${artifactVersion}-SNAPSHOT</version>
<name>dmaap-buscontroller</name>
<packaging>pom</packaging>
<parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.2.2</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.2.2</version>
</parent>
<properties>
+ <artifactVersion>1.1.6</artifactVersion>
<multiproject.basedir>${basedir}</multiproject.basedir>
<docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
<skip.docker.build>true</skip.docker.build>