Changes between Version 16 and Version 17 of GeneralInformation/Developers


Ignore:
Timestamp:
04/12/16 14:37:47 (8 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralInformation/Developers

    v16 v17  
    2525 * The C/C++ components of AutoQUEST written for Windows application. We use Microsoft Visual Studio 2008 to develop and maintain them and provide the required project configurations with the respective projects. 
    2626 * For the continuous integration of the AutoQUEST components, we use a Hudson server ([https://trex.informatik.uni-goettingen.de/hudson/view/AutoQUEST/]). 
     27 
     28== Release a New AutoQUEST Version == 
     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 
     31 * change into the directory 
     32 * change into the subdirectory {{{autoquest-release}}} 
     33   * this is a dedicated component referencing all other AutoQUEST components and that is used for performing only releases 
     34 * call {{{mvn release:prepare}}} 
     35   * enter release version number, e.g., {{{0.2.0}}} 
     36   * enter SVN release tag name, e.g., {{{autoquest-release-0.2.0}}}, which is also the default for the above release version 
     37   * enter the new snapshot version, e.g., {{{0.2.1-SNAPSHOT}}}, which is also the default for the above release version 
     38   * cross the fingers and hope everything works fine 
     39