Skip to content

Commit 2524d89

Browse files
authored
Merge pull request #341 from cicirello/doc-update
Fixed Maven Central URL in docs
2 parents fec9df5 + 133d8a7 commit 2524d89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ API documentation: https://jpt.cicirello.org/api
1010

1111
| __Publications About the Library__ | [![DOI](http://joss.theoj.org/papers/10.21105/joss.00950/status.svg)](https://doi.org/10.21105/joss.00950) |
1212
| :--- | :--- |
13-
| __Packages and Releases__ | [![Maven Central](https://img.shields.io/maven-central/v/org.cicirello/jpt.svg?label=Maven%20Central&logo=apachemaven)](https://central.sonatype.com/search?namespace=org.cicirello&q=jpt) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/cicirello/JavaPermutationTools?logo=GitHub)](https://github.com/cicirello/JavaPermutationTools/releases) |
13+
| __Packages and Releases__ | [![Maven Central](https://img.shields.io/maven-central/v/org.cicirello/jpt.svg?label=Maven%20Central&logo=apachemaven)](https://central.sonatype.com/artifact/org.cicirello/jpt/) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/cicirello/JavaPermutationTools?logo=GitHub)](https://github.com/cicirello/JavaPermutationTools/releases) |
1414
| __Build Status__ | [![build](https://github.com/cicirello/JavaPermutationTools/actions/workflows/build.yml/badge.svg)](https://github.com/cicirello/JavaPermutationTools/actions/workflows/build.yml) [![docs](https://github.com/cicirello/JavaPermutationTools/actions/workflows/docs.yml/badge.svg)](https://jpt.cicirello.org/api/) [![CodeQL](https://github.com/cicirello/JavaPermutationTools/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/cicirello/JavaPermutationTools/actions/workflows/codeql-analysis.yml) |
1515
| __JaCoCo Test Coverage__ | [![coverage](https://raw.githubusercontent.com/cicirello/JavaPermutationTools/badges/jacoco.svg)](https://github.com/cicirello/JavaPermutationTools/actions/workflows/build.yml) [![branch coverage](https://raw.githubusercontent.com/cicirello/JavaPermutationTools/badges/branches.svg)](https://github.com/cicirello/JavaPermutationTools/actions/workflows/build.yml) |
1616
| __Security__ | [![Snyk security score](https://snyk-widget.herokuapp.com/badge/mvn/org.cicirello/jpt/badge.svg)](https://snyk.io/vuln/maven%3Aorg.cicirello%3Ajpt) [![Snyk Known Vulnerabilities](https://snyk.io/test/github/cicirello/JavaPermutationTools/badge.svg)](https://snyk.io/test/github/cicirello/JavaPermutationTools) |

src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* <p><a href="https://doi.org/10.21105/joss.00950"><img
3131
* src="http://joss.theoj.org/papers/10.21105/joss.00950/status.svg" alt="DOI:10.21105/joss.00950"
3232
* height="20" width="168"></a> <a
33-
* href="https://central.sonatype.com/search?namespace=org.cicirello&q=jpt"><img
33+
* href="https://central.sonatype.com/artifact/org.cicirello/jpt/"><img
3434
* src="https://img.shields.io/maven-central/v/org.cicirello/jpt.svg?logo=apachemaven" alt="Maven
3535
* Central" height="20" width="153"></a> <a
3636
* href="https://github.com/cicirello/JavaPermutationTools/releases"><img
@@ -53,7 +53,7 @@
5353
* <p>The <a href="https://github.com/cicirello/JavaPermutationTools" target=_top>source code</a> is
5454
* hosted on GitHub; and is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.html"
5555
* target=_top>GNU General Public License Version 3 (GPLv3)</a>. The library's jar files are
56-
* regularly published to <a href="https://search.maven.org/artifact/org.cicirello/jpt"
56+
* regularly published to <a href="https://central.sonatype.com/artifact/org.cicirello/jpt/"
5757
* target=_top>Maven Central</a>, from which it is easily imported into software projects using
5858
* Maven and other commonly used build tools. Additionally, there is a GitHub <a
5959
* href="https://github.com/cicirello/jpt-examples" target=_top>repository of example programs</a>

0 commit comments

Comments
 (0)