| Gets the Wicket version. The Wicket version is in the same format as the
version element in the pom.xml file (project descriptor). The version is
generated by maven in the build/release cycle and put in the
wicket.properties file located in the root folder of the Wicket jar.
The version usually follows one of the following formats:
- major.minor[.bug] for stable versions. 1.1, 1.2, 1.2.1 are examples
- major.minor-state for development versions. 1.2-beta2, 1.3-SNAPSHOT
are examples
the Wicket version |