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

« Previous Version 3 Current »

Changes

Released: 2016-11-11

  • To use the new version, dependency versions need to be updated:

    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>
  • FileIDs' property allFileIDs is now explicitly a String instead of just Object.
  • Dependencies are updated to support java 11.

See Change notes for details.


  • No labels