Hi all, I want to find out the version of Struts2 (2.0.x or 2.1.x) by introspecting the struts2 core jar file. Is there a class which can be introspected to find this out? (similar to http://static.springsource.org/spring/docs/2.0.x/api/org/springframework/core/SpringVersion.htmlin Spring)? Having looked at the struts2 core jar, I see that <core-jar>/META-INF/maven/org.apache.struts/struts2-core/pom.properties contains a version property. Is this a reliable way to check the version of Struts2?
Can someone advise if there is a better way to do this? Thanks and Regards, Rohan