Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
        <dependency>
             <groupId>org.dspace</groupId>
             <artifactId>dspace-api-lang</artifactId>
             <version>[1.6.0.0,1.7.0.0)</version>
        </dependency>
        <dependency>
             <groupId>org.dspace</groupId>
             <artifactId>dspace-xmlui-lang</artifactId>
             <version>[1.6.0.0,1.7.0.0)</version>
             <type>war</type>
        </dependency>

Ensure HTML & PDF versions of Wiki Documentation is

...

in SVN

Make sure Double check that the latest Wiki-based Documentation has been exported as HTML and PDF and committed to http://scm.dspace.org/svn/repo/dspace/trunk/dspace/docs/Image Removed dspace-src/dspace/docs/ in SVN.

Double Check Contents of all README (and similar) files in SVN

Make sure that the contents of all README, LICENSE, NOTICE files are up-to-date in SVN. Most of these files exist in one of two main locations:

  1. dspace-src
    • includes LICENSE, NOTICE and README files
  2. dspace-src/dspace/
    • includes CHANGES, KNOWN_BUGS, LICENSE, NOTICE and README files

If anything is out-of-date, make sure to update it and commit the proper changes before continuing.

Checkout Trunk or Branch to Release

...