I'm now at a point where I can say that 1.3.1 is pretty much ready for release. If our beloved community could take the framework for a last spin, that would be great.
Things to check, depending on your mileage and energy:
- missing dependencies (clear your repo before build)
- zip packaging
- reference documentation
- javadoc
- incorrect references to 1.3.0.RELEASE or 1.3.0 somewhere
- perform a release dry-run
Code:mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true- build with Maven 3.0
- check that all samples work
- whatever you can think of


Reply With Quote