Skip to content

Commit

Permalink
Add badge status
Browse files Browse the repository at this point in the history
Add badge for maven CI
add badge for maven deploy
  • Loading branch information
alejouribesanchez committed Aug 13, 2021
1 parent 0fd9628 commit 0e36fbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ https://veryfi.github.io/veryfi-java/

[![Java - version](https://img.shields.io/badge/OpenJDK-16-red)](https://openjdk.java.net/projects/jdk/16/)
[![Coverage](.github/badges/jacoco.svg)](https://github.com/veryfi/veryfi-java/actions/workflows/maven.yml)

[![Java CI with Maven](https://github.com/veryfi/veryfi-java/actions/workflows/maven.yml/badge.svg)](https://github.com/veryfi/veryfi-java/actions/workflows/maven.yml)
[![Publish package to the Maven Central Repository and GitHub Packages](https://github.com/veryfi/veryfi-java/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/veryfi/veryfi-java/actions/workflows/maven-publish.yml)

**veryfi** is a Java module for communicating with the [Veryfi OCR API](https://veryfi.com/api/)

Expand All @@ -19,7 +20,7 @@ Install the package from Maven:
<dependency>
<groupId>com.veryfi</groupId>
<artifactId>veryfi-java</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>
```
You may need to run the above commands with `sudo`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.veryfi</groupId>
<artifactId>veryfi-java</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>

<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/veryfi/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class Constants {
/**
* header for HttpRequest
*/
public static final String USER_AGENT_JAVA = "Java Veryfi-Java/1.0.4";
public static final String USER_AGENT_JAVA = "Java Veryfi-Java/1.0.5";
/**
* header for HttpRequest
*/
Expand Down

0 comments on commit 0e36fbc

Please sign in to comment.