diff --git a/README.md b/README.md
index b2359d2..c70213b 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ converter available in Kafka Connect.
*Note:* only internal Blue Apron employees can deploy to Maven Central
1. Update the version to include -SNAPSHOT
-1. Prepare your local environment for the deploy
+1. Prepare your local environment for the deploy. If you already have a custom `~/.m2/settings.xml`, you may want to back up or merge your existing file rather than overwrite it.
```
cp settings.xml ~/.m2/settings.xml
export GPG_PASSPHRASE=
diff --git a/pom.xml b/pom.xml
index 882a592..779a882 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.blueapronkafka-connect-protobuf-converterjar
- 2.2.2-SNAPSHOT
+ 2.3.0-SNAPSHOTcom.blueapron:kafka-connect-protobuf-converterConverter plugin for Kafka Connect. A converter controls the format of the data
@@ -18,7 +18,8 @@
- 3.4.0
+ 1.8
+ 3.11.1UTF-8
@@ -170,6 +171,9 @@
org.apache.maven.pluginsmaven-javadoc-plugin2.9.1
+
+
+ attach-javadocs
@@ -178,14 +182,14 @@
-
+
org.apache.maven.pluginsmaven-compiler-plugin3.3
-
- 1.8
+
+ ${java.version}