Frode Carlsen

Results 17 comments of Frode Carlsen

The ```PomHelper.readImportedPOMsFromDependencyManagementSection``` only handles imported poms, not regular ones. I've created an updated PR here https://github.com/mojohaus/versions-maven-plugin/pull/476

I've createad a PR that also will update the import scoped dependencies for the following goals: * use-dep-version * use-latest-versions * use-latest-snapshots * use-latest-release * use-next-releases * use-next-versions * use-next-snapshots...

Updated license of files. Also reverted to compile against 1.3.3 since the classes are compatible, so pushing the issue of version to the user. Regarding the issue with the official...

@brettwooldridge @jesperpedersen sounds good to me, but it's your call whether you want to have them included or not.

Looks like there's now some movement on the postgis side, which might facilitate making a few changes there going forward. In particular the postgis code is getting split out, and...

Regarding extensions to pgjdbc: I've done a prototype for integrating JTS (JTS Topology Suite from http://tsusiatsoftware.net/jts/jts-features.html, not the older one at http://www.vividsolutions.com/jts/JTSHome.htm). This is core to many java GIS tools...

What's the current status on pgjdbc-ng postgis support? Happy to help out if need be.

I'll give it a shot. From your previous last comment , I've set it up as a separate maven artifact with a dependency on bot pgjdbc-ng and org.postgis. I take...