Re: PgJDBC - mvn release

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PgJDBC - mvn release
Date: 2015-12-22 21:08:52
Message-ID: CAB=Je-ETRrN-ogHxWUAip0XvhvjuhW-ra9utiHkLXAK9Bx=7YQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Here's the list of artifacts:
https://oss.sonatype.org/content/repositories/orgpostgresql-1091/org/postgresql/postgresql/9.4.1207/
https://oss.sonatype.org/content/repositories/orgpostgresql-1092/org/postgresql/postgresql/9.4.1207.jre7/
https://oss.sonatype.org/content/repositories/orgpostgresql-1093/org/postgresql/postgresql/9.4.1207.jre6/

Here's the release tag: https://github.com/pgjdbc/pgjdbc/tree/REL9.4.1207

Glitches I've found so far:
1) I do not have SSL configured, thus all the SSL tests are skipped.
2) I don't have jdk6's src.zip, thus javadocs in jre6 build miss
documentation for java.sql. stuff. For jdk7 and jdk8 relevant src.zip
files are used for javadoc tool, thus documentation is inherited.

I think the issues above do not block the release, so +1 from me for release it.

Changelog is to be composed.

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2015-12-23 15:24:32 Re: PgJDBC - mvn release
Previous Message Markus KARG 2015-12-22 15:38:42 Re: PgJDBC - mvn release