Skip to content

Commit

Permalink
Update upgrade.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sullivan committed May 9, 2019
1 parent b625034 commit b9df3d9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/support/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,26 @@ For non-disruptive releases, you can upgrade your mine by incrementing your vers
.. code-block:: guess
# example -- flymine's gradle.properties
systemProp.imVersion=3.1.2
systemProp.bioVersion=3.1.2
systemProp.imVersion=4.0.0
systemProp.bioVersion=4.0.0

To get patch updates automatically, use the plus (+) notation:

.. code-block:: guess
# example -- flymine's gradle.properties
systemProp.imVersion=3.1.+
systemProp.bioVersion=3.1.+
systemProp.imVersion=4.0.+
systemProp.bioVersion=4.0.+

Read more about `versioning <https://intermine.readthedocs.io/en/latest/database/data-sources/versions/#how-do-i-specify-which-version-to-use-in-my-build>`_

InterMine 4.0.0
---------------------

This is a non-disruptive release.

See our `blog post <https://intermineorg.wordpress.com/2019/05/09/intermine-4-0-intermine-as-a-fair-framework/>`_ for details on how to use the new features to make your mine to be more FAIR.

InterMine 3.1.2
---------------------

Expand Down

0 comments on commit b9df3d9

Please sign in to comment.