You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/03 11:53:22 UTC

[incubator-zipkin-brave] branch master updated: Adds missing apache parent to bom

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e16c96  Adds missing apache parent to bom
5e16c96 is described below

commit 5e16c9660789270d653c2ee1ca706491078af4cb
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Mon Jun 3 19:53:10 2019 +0800

    Adds missing apache parent to bom
---
 brave-bom/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/brave-bom/pom.xml b/brave-bom/pom.xml
index 3c24cf7..3c33bf0 100644
--- a/brave-bom/pom.xml
+++ b/brave-bom/pom.xml
@@ -1,6 +1,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>21</version>
+  </parent>
+
   <groupId>org.apache.zipkin.brave</groupId>
   <artifactId>brave-bom</artifactId>
   <version>5.6.5-SNAPSHOT</version>