[libpostgresql-jdbc-java] 46/93: generate JDBC 4.1 string for 1.7 and 1.8 builds and set version to 1100

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:51 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 3e3f860d0fbb562f2ae0393de5c3128f67f1361a
Author: Dave Cramer <dave.cramer at credativ.ca>
Date:   Thu Oct 31 13:29:18 2013 +0000

    generate JDBC 4.1 string for 1.7 and 1.8 builds and set version to 1100
---
 build.properties                           | 2 +-
 org/postgresql/util/PSQLDriverVersion.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties b/build.properties
index 4235a62..d178b67 100644
--- a/build.properties
+++ b/build.properties
@@ -10,7 +10,7 @@ enable_debug=yes
 
 maven.group.id=org.postgresql
 maven.artifact.id=postgresql
-maven.artifact.version=9.3
+maven.artifact.version=9.3-1100
 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 e3f8375..ffef4bf 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 = 1000;
+    public final static int buildNumber = 1100;
 
     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