Skip to content

Commit 03eef6c

Browse files
committed
Setting JDBC version number to 42.3.0
1 parent c65189f commit 03eef6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.exist-db</groupId>
1515
<artifactId>exist-postgresql-jdbc-driver</artifactId>
16-
<version>1.0.1</version>
16+
<version>42.3.0</version>
1717

1818
<name>PostgreSQL JDBC Driver</name>
1919
<description>PostgreSQL JDBC Driver for eXist-db</description>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.postgresql</groupId>
6666
<artifactId>postgresql</artifactId>
67-
<version>42.3.1</version>
67+
<version>${project.version}</version>
6868
</dependency>
6969

7070
<!-- test dependencies -->

xar-assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependencySet>
6262
<groupId>org.postgresql</groupId>
6363
<artifactId>postgresql</artifactId>
64-
<version>42.2.9</version>
64+
<version>${project.version}</version>
6565
</dependencySet>
6666
</dependencySets>
6767

0 commit comments

Comments
 (0)