File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ fullversion=9.4
8
8
def_pgport =5432
9
9
enable_debug =yes
10
10
11
- osgi.version =9.4.0.build-1200
11
+ osgi.version =9.4.0.build-1201
12
12
13
13
maven.group.id =org.postgresql
14
14
maven.artifact.id =postgresql
15
- maven.artifact.version =9.4-1200
15
+ maven.artifact.version =9.4-1201
16
16
maven.artifact.description =PostgreSQL JDBC Driver
17
17
18
18
# Maven snapshots and staging repository id and url
Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------------------------
2
2
*
3
- * Copyright (c) 2004-2014 , PostgreSQL Global Development Group
3
+ * Copyright (c) 2004, PostgreSQL Global Development Group
4
4
*
5
5
*
6
6
*-------------------------------------------------------------------------
19
19
*/
20
20
public class PSQLDriverVersion {
21
21
22
- public final static int buildNumber = 1200 ;
22
+ public final static int buildNumber = 1201 ;
23
23
24
24
public static void main (String args []) {
25
25
java .net .URL url = Driver .class .getResource ("/org/postgresql/Driver.class" );
You can’t perform that action at this time.
0 commit comments