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.blueapron kafka-connect-protobuf-converter jar - 2.2.2-SNAPSHOT + 2.3.0-SNAPSHOT com.blueapron:kafka-connect-protobuf-converter Converter plugin for Kafka Connect. A converter controls the format of the data @@ -18,7 +18,8 @@ - 3.4.0 + 1.8 + 3.11.1 UTF-8 @@ -170,6 +171,9 @@ org.apache.maven.plugins maven-javadoc-plugin 2.9.1 + + ${java.version} + attach-javadocs @@ -178,14 +182,14 @@ - + org.apache.maven.plugins maven-compiler-plugin 3.3 - 1.8 - 1.8 + ${java.version} + ${java.version}