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/13 08:25:30 UTC

[incubator-zipkin-api] branch master updated: removes apache parent

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-api.git


The following commit(s) were added to refs/heads/master by this push:
     new c959ed2  removes apache parent
c959ed2 is described below

commit c959ed2adc9803aa52df468f16e43cdc2103d55b
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 13 16:25:16 2019 +0800

    removes apache parent
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4cd1e90..860425a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,6 @@
     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>io.zipkin.proto3</groupId>
   <artifactId>zipkin-proto3</artifactId>
   <version>0.2.2-SNAPSHOT</version>