[libpostgresql-jdbc-java] 05/05: increment build number for 1104
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 21:17:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL9_3_1104
in repository libpostgresql-jdbc-java.
commit de86e79d80ed08580fe0019d0696e9591035902c
Author: Dave Cramer <dave.cramer at credativ.ca>
Date: Fri Oct 9 19:11:38 2015 +0000
increment build number for 1104
---
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 f7409b8..e04a68c 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-1103
+maven.artifact.version=9.3-1104
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 3782ed3..cd1ba10 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 = 1103;
+ public final static int buildNumber = 1104;
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