Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" 
for change notification.

The following page has been changed by OlegKalnichevski:
http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess

------------------------------------------------------------------------------
   * Generate release packages
  
  {{{  
- mvn package assembly:assembly
+ mvn package assembly:assembly antrun:run
- }}}
- 
-  * Rename pre-release packages packages 
- 
- {{{  
- httpcomponents-core-<version>-SNAPSHOT-bin-win.zip ->  
httpcomponents-core-<version>-SNAPSHOT-bin.zip
- httpcomponents-core-<version>-SNAPSHOT-src-win.zip ->  
httpcomponents-core-<version>-SNAPSHOT-src.zip
- httpcomponents-core-<version>-SNAPSHOT-bin-unix.tar.gz ->  
httpcomponents-core-<version>-SNAPSHOT-bin.tar.gz
- httpcomponents-core-<version>-SNAPSHOT-src-unix.tar.gz ->  
httpcomponents-core-<version>-SNAPSHOT-src.tar.gz
  }}}
  
   * Use this script to sign release packages
@@ -204, +195 @@

   * Build release packages
  
  {{{  
- mvn package assembly:assembly
+ mvn package assembly:assembly antrun:run
- }}}
- 
-  * Rename packages
- 
- {{{  
- httpcomponents-core-<version>-bin-unix.tar.gz -> 
httpcomponents-core-<version>-bin.tar.gz
- httpcomponents-core-<version>-bin-win.zip -> 
httpcomponents-core-<version>-bin.zip
- httpcomponents-core-<version>-src-unix.tar.gz -> 
httpcomponents-core-<version>-src.tar.gz
- httpcomponents-core-<version>-src-win.zip -> 
httpcomponents-core-<version>-src.zip
  }}}
  
   * Sign packages using the helper script (see previous section)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to