Thanks a lot for the release! There are some leftovers in the 'src' tarballs
that prevent me to actually build and update Fedora package ...
Could we regenerate the [1] tarball so that there are no 'SNAPSHOT' strings
inside?
$ grep -r SNAPSHOT | grep pom
ubenchmark/pom.xml: <version>9.4.1207-SNAPSHOT</version>
pom.xml: <version>9.4.1207-SNAPSHOT</version>
pgjdbc/pom.xml: <version>9.4.1207-SNAPSHOT</version>
I'm thinking about how to avoid this situation for the next time, but I'm
probably not aware of release process in pgjdbc. May I help here somehow?
Vladimir told me that the tarball is prepared by 'mvn package -Dmaven.test.skip=true
-P release-artifacts' command, but that fails on my box when I checkout
'REL9.4.1209' tag.
[1] https://jdbc.postgresql.org/download/postgresql-jdbc-9.4.1209.src.tar.gz
Pavel