From 02755ddfdf76942c22bb970fd9d354976c561df3 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Tue, 30 Dec 2014 18:06:18 -0800 Subject: [PATCH] HTRACE-10 Fix Apache rat issues with the HTrace build (addendum) --- README.md | 17 +++++++++++++++++ pom.xml | 2 +- src/main/site/markdown/index.md | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d5bb3c..b3b486e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ + + HTrace ====== HTrace is a tracing framework for use with distributed systems written in java. diff --git a/pom.xml b/pom.xml index d531fef..2d42b5e 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ language governing permissions and limitations under the License. --> org.apache.rat apache-rat-plugin - 0.10 + 0.11 package diff --git a/src/main/site/markdown/index.md b/src/main/site/markdown/index.md index b496ce1..8a234dc 100644 --- a/src/main/site/markdown/index.md +++ b/src/main/site/markdown/index.md @@ -1,3 +1,20 @@ + + Apache HTrace is an Apache Incubator project. To add HTrace to your project, see detail on how to add it as a dependency. -- 1.9.3 (Apple Git-50)