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-dependencies.git
The following commit(s) were added to refs/heads/master by this push:
new d579739 incubating the things
d579739 is described below
commit d579739198c30ed2a58b8a6a3f9ea734c7b4561f
Author: Adrian Cole <acole@pivotal.io>
AuthorDate: Sun May 19 09:03:54 2019 +0200
incubating the things
---
DISCLAIMER | 2 +-
README.md | 2 +-
pom.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
index f73ab06..83a3b40 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,4 +1,4 @@
-Apache Zipkin (incubating) is an effort undergoing incubation at The Apache Software Foundation
(ASF), sponsored by the Apache Incubator PMC.
+Apache Zipkin Dependencies (incubating) is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have stabilized in a
manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability
of the code,
diff --git a/README.md b/README.md
index d53b184..f0bf3e4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# zipkin-dependencies
-This is a Spark job that will collect spans from your datastore, analyze links between services,
+Apache Zipkin Dependencies (incubating) is a Spark job that will collect spans from your
datastore, analyze links between services,
and store them for later presentation in the [web UI](https://github.com/apache/incubator-zipkin/tree/master/zipkin-lens)
(ex. http://localhost:8080/dependency).
This job parses all traces in the current day in UTC time. This means you should schedule
it to run
diff --git a/pom.xml b/pom.xml
index dab7b21..4884b5d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -74,8 +74,8 @@
<maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>
</properties>
- <name>Apache Zipkin (incubating) Dependencies (Parent)</name>
- <description>Apache Zipkin (incubating) Dependencies (Parent)</description>
+ <name>Apache Zipkin Dependencies (incubating) (Parent)</name>
+ <description>Apache Zipkin Dependencies (incubating) (Parent)</description>
<url>https://github.com/apache/incubator-zipkin-dependencies</url>
<inceptionYear>2016</inceptionYear>
|