Changeset 1239 for extensions/net.sf.basedb.mev/trunk/RELEASE
- Timestamp:
- Sep 7, 2010, 12:37:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/RELEASE
r1191 r1239 13 13 2. Update the version number. 14 14 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 18 28 19 29 3. Make sure that the code compiles and can be packaged. … … 54 64 any remaining tickets to the newly create milestone. 55 65 56 11. Update the version number in build.xml.57 58 <property name="version" value="A.B+1pre" />59 60 Commit the change tosubversion:61 66 11. 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 62 72 svn commit -m "Preparing for future release A.B+1" 63 73
Note: See TracChangeset
for help on using the changeset viewer.