diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 15:23:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 13:58:00 +0000 |
commit | 3b694eb79e50a30aec027c1d1bb6503f8df92da5 (patch) | |
tree | dae8082eba9484e4bc35a81b7bf8be325885d4f1 /common/minimal-distribution-parent | |
parent | fff535ff048d0ed3e492083d4936f61722362b4f (diff) |
HC2VPP-283: cleanup honeycomb dependency versions
Introduces honeycomb.version property in hc2vpp-parent
and adds various honeycomb artifacts to impl-parent
to reduce work when bumping honeycomb version.
Change-Id: I2f31f255aa5234c6890073b93b11f93e5cd444f7
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/minimal-distribution-parent')
-rw-r--r-- | common/minimal-distribution-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 86d0b053c..a16297dca 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -29,7 +29,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>${honeycomb.version}</version> <type>pom</type> <scope>import</scope> </dependency> @@ -129,7 +129,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>${honeycomb.version}</version> </dependency> </dependencies> </plugin> @@ -142,7 +142,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>${honeycomb.version}</version> </dependency> </dependencies> <executions> |