This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag REL9_3_1100 in repository libpostgresql-jdbc-java.
commit 39f5d3ad551bc5173cd1b39ccd4caf3a726811d4 Author: Dave Cramer <[email protected]> Date: Fri Jan 11 09:09:59 2013 -0500 changed package to org.postgresql.ssl --- org/postgresql/ssl/DbKeyStoreSocketFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/postgresql/ssl/DbKeyStoreSocketFactory.java b/org/postgresql/ssl/DbKeyStoreSocketFactory.java index 11edd5b..585f333 100644 --- a/org/postgresql/ssl/DbKeyStoreSocketFactory.java +++ b/org/postgresql/ssl/DbKeyStoreSocketFactory.java @@ -1,4 +1,4 @@ -package acme; +package org.postgresql.ssl; import java.io.InputStream; import java.security.KeyStore; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

