Skip to content

Commit

Permalink
Update version number for release (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyprime authored Sep 26, 2022
1 parent 733f325 commit 00d0c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.jar.
Running this will run all unit tests and build the jar to target/scala-2.12/spark-vertica-connector-assembly-3.3.3.jar.

**Note:** Make sure that you are building the jar on your local machine; Building it inside our docker environment
will be extremely slow.
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.jar ../functional-tests/lib && cd ../functional-tests
cd ../connector && sbt assembly && cp target/scala-2.12/spark-vertica-connector-assembly-3.3.3.jar ../functional-tests/lib && cd ../functional-tests
```
This will create a lib folder and then build and copy the connector JAR file to it.

Expand Down
3 changes: 1 addition & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
connector-version=3.3.2

connector-version=3.3.3

0 comments on commit 00d0c05

Please sign in to comment.