Skip to content

Commit 255a56e

Browse files
committed
Add Maven badge + link to latest javadoc
1 parent ff3044e commit 255a56e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Decimal-java is a library to convert `java.math.BigDecimal` to and from
55
IEEE-754r (IEEE-754-2008) decimal byte representations.
66

77
[![Build Status](https://travis-ci.com/FirebirdSQL/decimal-java.svg?branch=master)](https://travis-ci.com/FirebirdSQL/decimal-java)
8+
[![MavenCentral](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/)
89

910
License
1011
-------
@@ -43,6 +44,8 @@ As an alternative, consider using `BigDecimal` with `MathContext.DECIMAL128`,
4344
Usage
4445
-----
4546

47+
For full javadoc (of latest tagged build), see https://firebirdsql.github.io/decimal-java/javadoc/
48+
4649
Decoding a 4-byte Decimal32 to a `java.math.BigDecimal`:
4750

4851
```java

devdoc/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Deploying
44
To deploy to Maven use
55

66
```
7-
gradlew uploadArchives -PcredentialsPassphrase=<credentials password>
7+
gradlew clean uploadArchives -PcredentialsPassphrase=<credentials password>
88
```
99

1010
Where `<credentials password>` is the password used to add the credentials (see

0 commit comments

Comments
 (0)