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 2 Next »

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.

    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.

See Change notes for details.

 

  • No labels