Skip to content

Commit

Permalink
Update README.md to adopt correct library name (#47)
Browse files Browse the repository at this point in the history
* Update README.md to adopt correct library name

* Version update
  • Loading branch information
apenlor authored Nov 29, 2023
1 parent ca78d43 commit 1beb8a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sngular</groupId>
<artifactId>pact-annotation-processor</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>

<name>PactDslBuilder - Annotation Processor</name>
<description>Pact DSL Builder annotation processor.</description>
Expand Down

0 comments on commit 1beb8a8

Please sign in to comment.