Versions Compared

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

See Change notes for details.