Dear Wiki user,

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

The "HttpComponentsReleaseProcess" page has been changed by OlegKalnichevski:
https://wiki.apache.org/HttpComponents/HttpComponentsReleaseProcess?action=diff&rev1=22&rev2=23

  
  The 'release' profile parameter will cause release artifacts to be signed 
prior to deployment to Nexus where will be held in the staging repository until 
they are promoted or deleted.
  
- The command assumes presence of a functional gpg setup on the local system.
+ The command assumes presence of a functional gpg setup and of a gpg agent on 
the local system.
  
+ If a gpg agent is not present on the system, release artifacts must be 
deployed with Maven manually.  
+ 
+ {{{
+ gradlew -q locateRC
+ }}}
+ 
+ {{{
+ Please deploy HttpCore 4.3.1 based on RC1 from the following directory using 
'mvn deploy -Prelease'
+ 
/home/oleg/src/apache.org/httpcomponents/project-release-tools/build/repos-asf-httpcomponents-httpcore-tags-4.3.1-RC1
+ }}}
+ 
+ Change to the RC location and execute 'mvn deploy -Prelease' passing 
additional parameters, if necessary.
+  
  Login to the ASF Nexus repository manager at the following location
  
  https://repository.apache.org/index.html#welcome

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to