diff --git a/doc/getting_started.md b/doc/getting_started.md
index 70f8b2c..cea3f25 100644
--- a/doc/getting_started.md
+++ b/doc/getting_started.md
@@ -9,12 +9,12 @@ It is designed to work with Clojure 1.10 or later, supports `datafy`/`nav`, and
You can add `next.jdbc` to your project with either:
```clojure
-{next.jdbc {:mvn/version "1.0.0-alpha2"}}
+{next.jdbc {:mvn/version "1.0.0-alpha3"}}
```
for `deps.edn` or:
```clojure
-[next.jdbc "1.0.0-alpha2"]
+[next.jdbc "1.0.0-alpha3"]
```
for `project.clj` or `build.boot`.
@@ -29,7 +29,7 @@ For the examples in this documentation, we will use a local H2 database on disk,
```clojure
;; deps.edn
{:deps {org.clojure/clojure {:mvn/version "1.10.0"}
- next.jdbc {:mvn/version "1.0.0-alpha2"}
+ next.jdbc {:mvn/version "1.0.0-alpha3"}
com.h2database/h2 {:mvn/version "1.4.197"}}}
```
diff --git a/pom.xml b/pom.xml
index ab719d0..7d445c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
seancorfield
next.jdbc
- 1.0.0-alpha2
+ 1.0.0-alpha3
next.jdbc
The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.
@@ -22,9 +22,9 @@
- scm:git:git://github.com/seancorfield/next-jdbc.git
+ scm:git:git@github.com:seancorfield/next-jdbc.git
scm:git:git@github.com:seancorfield/next-jdbc.git
- https://github.com/seancorfield/next-jdbc
+ git@github.com:seancorfield/next-jdbc.git
cba8ee7230ad09f173499fdee7e5de6ae4f1eb00