diff --git a/README.md b/README.md
index eddb0af..1f959bd 100644
--- a/README.md
+++ b/README.md
@@ -11,27 +11,31 @@ For a comprehensive list of examples, check out the [API documentation](https://
### Maven
+
**pom.xml**
-```
+```xml
...
com.buttercms
buttercmsclient
- 1.6
+ 1.12.0
...
```
+
### Gradle
+
**build.gradle**
```
dependencies {
- implementation 'com.buttercms:buttercmsclient:1.6'
+ implementation 'com.buttercms:buttercmsclient:1.12.0'
}
```
+
## Usage
diff --git a/pom.xml b/pom.xml
index 0a2463c..73bee55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
buttercmsclient
1.12.0
-
+
buttercmsclient
https://github.com/ButterCMS/buttercms-java
@@ -190,8 +190,15 @@
- maven-deploy-plugin
- 2.8.2
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
default-deploy