Skip to content

Commit

Permalink
chore: add version customization elements
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed Aug 22, 2024
1 parent a9ac016 commit 3378741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ For a comprehensive list of examples, check out the [API documentation](https://

### Maven

<!-- {x-release-please-start-version} -->
**pom.xml**
```
```xml
<dependencies>
...
<dependency>
Expand All @@ -23,15 +24,18 @@ For a comprehensive list of examples, check out the [API documentation](https://
...
</dependencies>
```
<!-- {x-release-please-end} -->

### Gradle

<!-- {x-release-please-start-version} -->
**build.gradle**
```
dependencies {
implementation 'com.buttercms:buttercmsclient:1.12.0'
}
```
<!-- {x-release-please-end} -->


## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>buttercmsclient</artifactId>
<!-- {x-release-please-start-version} -->
<version>1.12.0</version>
<!-- x-release-please-end -->
<!-- {x-release-please-end} -->

<name>buttercmsclient</name>
<url>https://github.com/ButterCMS/buttercms-java</url>
Expand Down

0 comments on commit 3378741

Please sign in to comment.