Changes between Version 18 and Version 19 of GeneralInformation/Developers


Ignore:
Timestamp:
04/14/16 09:34:58 (8 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralInformation/Developers

    v18 v19  
    2828== Release a New AutoQUEST Version == 
    2929 * 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 
    3131 * Change into the directory 
    3232 * Change into the subdirectory {{{autoquest-release}}} 
     
    3737   * Enter the new snapshot version, e.g., {{{0.2.1-SNAPSHOT}}}, which is also the default for the above release version 
    3838   * Cross the fingers and hope everything works fine 
     39   * This creates a tag in the SVN. 
    3940   * This step fails, if not all test cases run through. So this must be checked and ensured beforehand. 
    4041   * This step can be reverted by calling {{{mvn release:rollback}}} 
    4142 * Call {{{mvn release:perform}}} 
    42    * This creates a tag in the SVN and uploads the artefacts to the Nexus. 
     43   * This uploads the artefacts to the Nexus. 
    4344   * If something fails, you may have to 
    4445     * delete the artefacts from the Nexus 
    4546     * delete the tag from the SVN 
    4647   * The command can be reverted but only with high effort like deleting a tag from the SVN etc. 
    47