a difference of version information 9.1-902 jar and source

From: OTSUKA Kenji <otsuka(dot)knj(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: a difference of version information 9.1-902 jar and source
Date: 2012-05-25 01:50:27
Message-ID: CAFU_jjZTujT-+n4cufyKhj1E46eDxhpFjYj9hfV_7hY26KUsOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

HI there,

I found a difference of version information 9.1-902.jdbc4.jar and
9.1-902.src.tar.gz.

9.1-902.jdbc4.jar:
$ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
PostgreSQL 9.1 JDBC4 (build 902)

9.1-902.src.tar.gz:
$ ant
(snip)
BUILD SUCCESSFUL
Total time: 3 seconds
$ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
PostgreSQL 9.2devel JDBC4 (build 1000)

Is 9.1-902.src.tar.gz incorrect?

If the source tarball is incorrect, where is there correct 9.1-902 source?
There is not REL9_1_902 tag in CVS repository
(cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
Did I checked out from obsolete repository?

In addition, I care about whether 9.1-902 is a development version.

Regards,

--
OTSUKA Kenji

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-05-25 11:53:06 Re: a difference of version information 9.1-902 jar and source
Previous Message Mikko Tiihonen 2012-05-22 13:37:21 Simple connection failover support