diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ee3cec2..1333569a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ cd connector sbt assembly ``` -Running this will run all unit tests and build the jar to target/scala-2.12/spark-vertica-connector-assembly-3.3.3.jar. +Running this will run all unit tests and build the jar to target/scala-2.12/spark-vertica-connector-assembly-3.3.4.jar. **Note:** Make sure that you are building the jar on your local machine; Building it inside our docker environment will be extremely slow. diff --git a/functional-tests/README.md b/functional-tests/README.md index 3a541f1c..504f6515 100644 --- a/functional-tests/README.md +++ b/functional-tests/README.md @@ -8,7 +8,7 @@ Configuration is specified with application.conf (HOCON format) From the functional-tests directory, run the following commands: ``` mkdir lib -cd ../connector && sbt assembly && cp target/scala-2.12/spark-vertica-connector-assembly-3.3.3.jar ../functional-tests/lib && cd ../functional-tests +cd ../connector && sbt assembly && cp target/scala-2.12/spark-vertica-connector-assembly-3.3.4.jar ../functional-tests/lib && cd ../functional-tests ``` This will create a lib folder and then build and copy the connector JAR file to it. diff --git a/version.properties b/version.properties index 00ff739e..94e8aeeb 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -connector-version=3.3.3 +connector-version=3.3.4