Dear ODF developers, I have realized that the SNAPSHOT suffix was added to the previous release number, instead of raising the number. The correct handling of SNAPSHOT: "For example, version 1.0-SNAPSHOT is released as version 1.0, and the new development version is version 1.1-SNAPSHOT." explained at https://maven.apache.org/guides/getting-started/index.html#What_is_a_SNAPSHOT_version
I have therefore raised all project numbers before the SNAPSHOT, so there will be no problem when using the Maven release plugin, see http://maven.apache.org/maven-release/maven-release-plugin/index.html Please update the references in your project pom.xml as follows: odfdom-java to 0.8.11-incubating-SNAPSHOT simple-odf to 0.8.2-incubating-SNAPSHOT odfvalidator to 1.1.8-incubating-SNAPSHOT After the upgrade of dependencies and major enhancements, we might want to do another release now. Kind regards, Svante
