diff --git a/pgjdbc/pom.xml b/pgjdbc/pom.xml index 8409fb926a..6fc1f20681 100644 --- a/pgjdbc/pom.xml +++ b/pgjdbc/pom.xml @@ -10,7 +10,7 @@ postgresql bundle PostgreSQL JDBC Driver - JDBC 4.2 - 42.2.0-SNAPSHOT + 42.2.0 Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database https://github.com/pgjdbc/pgjdbc @@ -335,4 +335,8 @@ + + + REL42.2.0 + diff --git a/pom.xml b/pom.xml index cd1d2e3587..458be59ddd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ pgjdbc-aggregate pom PostgreSQL JDBC Driver aggregate - 42.2.0-SNAPSHOT + 42.2.0 PgJDBC aggregate project https://github.com/pgjdbc/pgjdbc @@ -23,7 +23,7 @@ https://github.com/pgjdbc/pgjdbc scm:git:https://github.com/pgjdbc/pgjdbc.git scm:git:git@github.com:pgjdbc/pgjdbc.git - HEAD + REL42.2.0 diff --git a/ubenchmark/pom.xml b/ubenchmark/pom.xml index 5d7a89a772..addbe1d01c 100644 --- a/ubenchmark/pom.xml +++ b/ubenchmark/pom.xml @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE. pgjdbc-benchmark jar PostgreSQL JDBC Driver - benchmarks - 42.2.0-SNAPSHOT + 42.2.0 PostgreSQL JDBC Driver - benchmarks https://github.com/pgjdbc/pgjdbc @@ -233,4 +233,8 @@ POSSIBILITY OF SUCH DAMAGE. + + + REL42.2.0 +