Ignore:
Timestamp:
Sep 7, 2010, 12:37:49 PM (13 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #275: Version should autopropagate from build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/RELEASE

    r1191 r1239  
    1313 2. Update the version number.
    1414   
    15     * In build.xml: <property name="version" value="A.B" />
    16     * In META-INF/extensions.xml: <version>A.B</version>
    17     * In src/server/net/sf/basedb/mev/MeV.java: public ... String VERSION = "A.B"
     15    In build.xml:
     16      <property name="version" value="A.B" />
     17      <property name="minbaseversion" value="X.Y" />
     18     
     19    Run `ant update-version`. This should put the version
     20    numbers in a lot of files, including, Mev.java,
     21    META-INF/extensions.xml and META-INF/base-plugins.xml.
     22   
     23    Check (and update if needed) the README file and
     24    and the wiki pages (see also step 8 and 9 below):
     25   
     26      http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev
     27      http://baseplugins.thep.lu.se/wiki/PluginDownload
    1828
    1929 3. Make sure that the code compiles and can be packaged.
     
    5464    any remaining tickets to the newly create milestone.
    5565
    56 11. Update the version number in build.xml.
    57 
    58     <property name="version" value="A.B+1pre" />
    59    
    60     Commit the change to subversion:
    61    
     6611. Update the version numbers.
     67 
     68    In build.xml: <property name="version" value="A.(B+1)pre" />
     69    Run `ant update-version` and commit the changes to
     70    subversion:
     71     
    6272    svn commit -m "Preparing for future release A.B+1"
    6373     
Note: See TracChangeset for help on using the changeset viewer.