From 0e36fbc82e0785290a9068b7ecc355c7f8649252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Uribe=20S=C3=A1nchez?= Date: Fri, 13 Aug 2021 18:24:43 -0500 Subject: [PATCH] Add badge status Add badge for maven CI add badge for maven deploy --- README.md | 5 +++-- pom.xml | 2 +- src/main/java/veryfi/Constants.java | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1b15ee..1f3f0aa 100755 --- a/README.md +++ b/README.md @@ -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/) @@ -19,7 +20,7 @@ Install the package from Maven: com.veryfi veryfi-java - 1.0.4 + 1.0.5 ``` You may need to run the above commands with `sudo`. diff --git a/pom.xml b/pom.xml index 54bd447..e2f95f7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.veryfi veryfi-java - 1.0.4 + 1.0.5 diff --git a/src/main/java/veryfi/Constants.java b/src/main/java/veryfi/Constants.java index db9ae14..6c26b93 100644 --- a/src/main/java/veryfi/Constants.java +++ b/src/main/java/veryfi/Constants.java @@ -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 */