[libpostgresql-jdbc-java] 01/93: opened HEAD for 9.4 development

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag REL9_3_1102
in repository libpostgresql-jdbc-java.

commit aaa05872944d0a801530dc0f53fb6df84978d7f9
Author: Dave Cramer <dave.cramer at credativ.ca>
Date:   Fri Nov 1 13:33:25 2013 +0000

    opened HEAD for 9.4 development
---
 build.properties                           | 6 +++---
 org/postgresql/util/PSQLDriverVersion.java | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.properties b/build.properties
index d178b67..329e48f 100644
--- a/build.properties
+++ b/build.properties
@@ -3,14 +3,14 @@
 #
 
 major=9
-minor=3
-fullversion=9.3
+minor=4
+fullversion=9.4
 def_pgport=5432
 enable_debug=yes
 
 maven.group.id=org.postgresql
 maven.artifact.id=postgresql
-maven.artifact.version=9.3-1100
+maven.artifact.version=9.4-1200
 maven.artifact.description=The PostgreSQL Driver
 
 # Maven snapshots and staging repository id and url
diff --git a/org/postgresql/util/PSQLDriverVersion.java b/org/postgresql/util/PSQLDriverVersion.java
index ffef4bf..3593020 100644
--- a/org/postgresql/util/PSQLDriverVersion.java
+++ b/org/postgresql/util/PSQLDriverVersion.java
@@ -19,7 +19,7 @@ import org.postgresql.Driver;
  */
 public class PSQLDriverVersion {
 
-    public final static int buildNumber = 1100;
+    public final static int buildNumber = 1200;
 
     public static void main(String args[]) {
         java.net.URL url = Driver.class.getResource("/org/postgresql/Driver.class");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list