[tor-commits] [metrics-lib/master] Added hints about new jar location to README.md and CHANGELOG.md.

karsten at torproject.org karsten at torproject.org
Wed Aug 31 09:03:22 UTC 2016


commit 799fc259b287fe9bd5288f97cac7d121327202d7
Author: iwakeh <iwakeh at torproject.org>
Date:   Wed Aug 31 08:52:40 2016 +0200

    Added hints about new jar location to README.md and CHANGELOG.md.
---
 CHANGELOG.md | 1 +
 README.md    | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4eef28..98f1781 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@
  * Minor changes
    - Include resource files in src/*/resources/ in the release
      tarball.
+   - Move executable, source, and javadoc jar to generated/dist/.
 
 
 # Changes in version 1.3.1 - 2016-08-01
diff --git a/README.md b/README.md
index 764f143..2208379 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,14 @@ running, batch-processing applications and not for continuously running
 applications that rely on learning about changes to an underlying
 descriptor source.
 
+The executable jar, source jar, and javadoc jar can be found in
+
+```
+generated/dist/
+```
+
+Before using them please verify the release (see below for instructions).
+
 
 Verifying releases
 ------------------





More information about the tor-commits mailing list