Changeset 1395 for extensions/net.sf.basedb.mev/trunk/RELEASE
- Timestamp:
- Sep 15, 2011, 2:58:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/RELEASE
r1239 r1395 15 15 In build.xml: 16 16 <property name="version" value="A.B" /> 17 <property name=" minbaseversion" value="X.Y" />17 <property name="depend.base-version" value="X.Y.Z" /> 18 18 19 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.20 numbers in a lot of files, including, Mev.java and 21 META-INF/extensions.xml. 22 22 23 23 Check (and update if needed) the README file and … … 66 66 11. Update the version numbers. 67 67 68 In build.xml: <property name="version" value="A.(B+1) pre" />68 In build.xml: <property name="version" value="A.(B+1)-dev" /> 69 69 Run `ant update-version` and commit the changes to 70 70 subversion:
Note: See TracChangeset
for help on using the changeset viewer.