Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Changes

Released: 2016-11-11

  • 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.

    New dependency information
        <!-- XSD module dependency -->
        <dependency>
          <groupId>org.bitrepository</groupId>
          <artifactId>bitrepository-message-xml-xsd</artifactId>
          <version>31</version>
        </dependency>
    
        <!-- Java module dependency -->
         <dependency>
          <groupId>org.bitrepository</groupId>
          <artifactId>bitrepository-message-xml-java</artifactId>
          <version>31</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.


  • No labels