Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Changes
Released: Not released yet
Changed artifact ID's for maven modules to harmonize the naming. To use the new version only dependencies needs to be updated, the code have not changed.
Code Block title New dependency information <!-- XSD module dependency --> <dependency> <groupId>org.bitrepository</groupId> <artifactId>bitrepository-message-xml-xsd</artifactId> <version>30</version> </dependency> <!-- Java module dependency --> <dependency> <groupId>org.bitrepository</groupId> <artifactId>bitrepository-message-xml-java</artifactId> <version>30</version> </dependency>
- org.jvnet dependencies have been updated to current versions. The updated libraries broke compability with older versions of org.jvnet dependencies, so components using this version will have to update dependencies accordingly if any conflict exists.
- The changelog have been moved from changes.xml to a new CHANGELOG.md file.
See Change notes for details.