[Geoserver-devel] Geotools Version

Sorry to post such a basic question, but I’ve been poking around a bit and haven’t found the answer. What version of Geotools does Geoserver 1.7.2 use? (I’m trying to learn how to do a plugin data source for Geotools so I can use it with Geoserver.) Thanks!


http://giscoder.blogspot.com/

Joel Odom wrote:

Sorry to post such a basic question, but I've been poking around a bit and haven't found the answer. What version of Geotools does Geoserver 1.7.2 use? (I'm trying to learn how to do a plugin data source for Geotools so I can use it with Geoserver.) Thanks!

I you look in the main pom.xml file you'll get an answer:
http://svn.codehaus.org/geoserver/tags/1.7.2/src/pom.xml

In this case the pom points to 2.5.3:
<gt.version>2.5.3</gt.version>

Cheers
Andrea