From 1beb8a8775a7908ac8531520e4992e4cb682de2f Mon Sep 17 00:00:00 2001 From: Alejandro Pena Lorenzo <45763092+apenlor@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:46:45 -0500 Subject: [PATCH] Update README.md to adopt correct library name (#47) * Update README.md to adopt correct library name * Version update --- README.md | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ea8275..a681c6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pact Builder DSL +# Pact DSL Builder [![Codacy Badge](https://app.codacy.com/project/badge/Grade/67f7406f9b79477faae81cc93ed79395)](https://app.codacy.com/gh/sngular/pact-annotation-processor/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Maven Central](https://img.shields.io/maven-central/v/com.sngular/pact-annotation-processor?label=Maven%20Central)](https://central.sonatype.com/artifact/com.sngular/pact-annotation-processor) @@ -11,7 +11,7 @@ Specially useful when defining body validations for interactions with complex mo ## Table of Contents -- [Pact Builder DSL](#pact-builder-dsl) +- [Pact DSL Builder](#pact-dsl-builder) - [Getting Started](#getting-started) - [Requirements](#requirements) - [Compatibility with pact-jvm](#compatibility-with-pact-jvm) @@ -30,9 +30,9 @@ Specially useful when defining body validations for interactions with complex mo - Having inside your project a verification library of your choice to have the `@Max` and `@Min` annotations available, such as [Jakarta](https://central.sonatype.com/artifact/jakarta.validation/jakarta.validation-api), [Spring Boot](https://central.sonatype.com/artifact/org.springframework.boot/spring-boot-starter-validation) or similar. ### Compatibility with pact-jvm -| Pact Builder DSL | Pact JVM | -|:--------------------------------------------------------------------------------------------:|:----------:| -| [1.0.0](https://central.sonatype.com/artifact/com.sngular/pact-annotation-processor/1.0.0) | +4.6.3 | +| Pact DSL Builder | Pact JVM | +|:------------------------------------------------------------------------------------:|:----------:| +| [1.1.7](https://central.sonatype.com/artifact/com.sngular/pact-annotation-processor) | +4.6.3 | ### Configuration diff --git a/pom.xml b/pom.xml index 76c453b..3eaac0f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sngular pact-annotation-processor - 1.1.7 + 1.1.8 PactDslBuilder - Annotation Processor Pact DSL Builder annotation processor.