Changes between Version 18 and Version 19 of GeneralInformation/Developers
- Timestamp:
- 04/14/16 09:34:58 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralInformation/Developers
v18 v19 28 28 == Release a New AutoQUEST Version == 29 29 * Check out the trunk from the SVN to the arbitrary location 30 * Pre-condition is that all changes to be included in the release were comitted to the SVN 30 * Pre-condition is that all changes to be included in the release were comitted to the SVN and that all test cases run through successfully 31 31 * Change into the directory 32 32 * Change into the subdirectory {{{autoquest-release}}} … … 37 37 * Enter the new snapshot version, e.g., {{{0.2.1-SNAPSHOT}}}, which is also the default for the above release version 38 38 * Cross the fingers and hope everything works fine 39 * This creates a tag in the SVN. 39 40 * This step fails, if not all test cases run through. So this must be checked and ensured beforehand. 40 41 * This step can be reverted by calling {{{mvn release:rollback}}} 41 42 * Call {{{mvn release:perform}}} 42 * This creates a tag in the SVN anduploads the artefacts to the Nexus.43 * This uploads the artefacts to the Nexus. 43 44 * If something fails, you may have to 44 45 * delete the artefacts from the Nexus 45 46 * delete the tag from the SVN 46 47 * The command can be reverted but only with high effort like deleting a tag from the SVN etc. 47