You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/06 11:59:37 UTC

[commons-statistics] 03/06: Update README.md pages for 1.0 release

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 223cf9b4ccc59935c071fc382f620926810dec86
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Dec 6 11:20:17 2022 +0000

    Update README.md pages for 1.0 release
---
 README.md                                 | 2 +-
 commons-statistics-distribution/README.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index de9bc2e..e80e448 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Alternatively you can pull it from the central Maven repositories:
 ```xml
 <dependency>
   <groupId>org.apache.commons</groupId>
-  <artifactId>commons-statistics</artifactId>
+  <artifactId>commons-statistics-distribution</artifactId>
   <version>1.0</version>
 </dependency>
 ```
diff --git a/commons-statistics-distribution/README.md b/commons-statistics-distribution/README.md
index ac36f47..f15e2e5 100644
--- a/commons-statistics-distribution/README.md
+++ b/commons-statistics-distribution/README.md
@@ -46,6 +46,7 @@ Apache Commons Statistics Distribution
 [![Build Status](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics/1.0)
 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Statistical distributions.