Dear Wiki user, You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification.
The following page has been changed by GregReddin: http://wiki.apache.org/shale/ReleasePlan105 ------------------------------------------------------------------------------ == Release Master POM == - 2 commands to release the master pom. + Used the following 2 commands to release the master pom. {{{ mvn release:prepare -Dusername=YOURUSERNAME -Dpassword=YOURPASSWORD @@ -14, +14 @@ mvn release:perform -Dusername=YOURUSERNAME -Dpassword=YOURPASSWORD }}} + Maven did not do the GPG signing bit so I performed the following steps: + + {{{ + cd target/ + gpg --armor --output shale-master-3.pom.asc --detach-sig pom.xml + scp shale-master-3.pom.asc people.apache.org:/www/people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master/3/. + }}} + + Then to correct the file permissions on people.apache.org: + + {{{ + chmod 664 /www/people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master/3/shale-master-3.pom.asc + }}} + + Called for a release vote using the following text. + + {{{ + This is the formal vote for the new Shale master POM version 3. + + I would appreciate a thorough review of these artifacts since I am a release manager newbie :-) + + You can find the signed release candidate at [1]. + + Please vote + +1 if you reviewed the new master pom and approve of it + -1 if you found a flaw or potential problem with the new master pom + + Thanks, + Greg + + [1] http://people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master/3/ + }}} +
