>>>Hey, congratulations and all the best for you and your wife ;)
>>>I fear I cannot make it to the Ankara next week but I hope you will have a 
>>>wonderful marriage!

Thanks a lot!

>>>I will try to be the release guy for M4 - I'm only hoping not to trash 
>>>something ;)
Actually creating a release is easy :). Followings are tasks in order :

* Update "trunk/KEYS" file. It must include your apache account related with 
public-key uid.
* Write "ReadMe" file that contains what is new! It must be put under 
"trunk/readme" folder, such as "trunk/readme/README_M4.txt.
* Update "trunk/pom.xml" for updating maven plugins staged location:

         <!-- Puts maven generated artifacts into siteId location-->
          <properties>
           ....
            <!-- Staging folder for maven plugins-->
            <siteId>/OWB/1.0.0-incubating-M4/plugins</siteId>
        </properties>

* Update local maven "settings.xml" for password, alt.deployRepository, profile 
etc.

    <!-- For staging-->
    <server>
      <id>apache.openwebbeans.stage</id>
      <username>user name</username>
       <!-- If you use password-->
      <password> password</password>
      <filePermissions>664</filePermissions>
      <directoryPermissions>775</directoryPermissions>
    </server>

   <!-- For m2  snapshot repository-->
   <server>
      <id>apache.incubating</id>
      <username>user name</username>
       <!-- If you use password-->
      <password> password</password>
      <filePermissions>664</filePermissions>
      <directoryPermissions>775</directoryPermissions>
    </server>

   <profile>
      <id>release</id>
      <properties>
         <!--  Passphrase for fingerprints of artifacts-->
         <gpg.passphrase>your passphrase</gpg.passphrase>
          <!-- Local staging repo-->
         
<deploy.altRepository>apache.openwebbeans.stage::default::scp://people.apache.org/home/your
 user name/public_html/staging-repo/${siteId} </deploy.altRepository>
      </properties>
    </profile>

After that, run maven-release-plugin
>> mvn release:prepare
>> mvn release:perform -Prelease

Release plugin tags source code as "1.0.0-M4"

After that checkout "tagged" branch into your local folder;

>> svn co https://svn.apache.org/repos/asf/incubator/openwebbeans/tags/1.0.0-M4 
>> 1.0.0-M4
>> cd 1.0.0-M4
>> cd distribution
>> update pom.xml for "distribution" artifacts folder
         <properties>
           ......
          <siteId>/OWB/1.0.0-incubating-M4/distribution</siteId>
        </properties>

>> Update "distribution/src/main/assembly/*.xml"
     Update README location
     Update configuration (For example, remove old JPA module, add new samples 
etc.)
>> mvn deploy -Prelease;
     This will create "binary" and "source" version in 
"/OWB/1.0.0-incubating-M4/distribution"

* If everything is ok;
  - Send an email to openwebbe...@... for VOTE
  - If VOTE is ok, send an email to gene...@.... for VOTE
  - If VOTE is ok, add "binary" and "source" to " 
www.apache.org/dist/incubator/openwebbeans"
  - Post announcement to general@, dev@ and user@ lists

I think that is all !

--Gurkan




________________________________
From: Mark Struberg <[email protected]>
To: [email protected]
Sent: Mon, December 14, 2009 10:14:31 PM
Subject: Re: what about a -M4 release?

Hey, congratulations and all the best for you and your wife ;)
I fear I cannot make it to the Ankara next week but I hope you will have a 
wonderful marriage!

As for the release: Sure we should improve docs and the website, but most 
important is that people can finally use OWB without having to build it 
themselfs. You know, M3 is now a bit outdated from the spec point.

I will try to be the release guy for M4 - I'm only hoping not to trash 
something ;)

LieGrue,
strub


--- Gurkan Erdogdu <[email protected]> schrieb am Mo, 14.12.2009:

> Von: Gurkan Erdogdu <[email protected]>
> Betreff: Re: what about a -M4 release?
> An: [email protected]
> Datum: Montag, 14. Dezember 2009, 20:40
> Hi Mark;
> 
> WDYT about the content for M4 release? I think that
> documentation and web site needs more work. If we release M4
> , we have to also focus on those 2 subjects.
> 
> 
> Besides, would you like to be release guy for M4 :)? 
> 
> In the mean time, I will be marrying at next week, all of
> you are welcome to my wedding ceremony :)
> 
> Thnks;
> 
> --Gurkan
> 
> 
> 
> ________________________________
> From: Mark Struberg <[email protected]>
> To: [email protected]
> Sent: Mon, December 14, 2009 5:57:09 PM
> Subject: what about a -M4 release?
> 
> Hi!
> 
> Wdyt about releaseing a milestone M4 now? 
> 
> I think OWB has become pretty stable and since the spec is
> not moving anymore, it would be a good idea to get more
> users on board right now.
> 
> txs and LieGrue,
> strub
> 
> __________________________________________________
> Do You Yahoo!?
> Sie sind Spam leid? Yahoo! Mail verfügt über einen
> herausragenden Schutz gegen Massenmails. 
> http://mail.yahoo.com
> 
> 
> 
>      
> ___________________________________________________________________
> Yahoo! Türkiye açıldı!  http://yahoo.com.tr
> İnternet üzerindeki en iyi içeriği Yahoo! Türkiye
> sizlere sunuyor!

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com



      ___________________________________________________________________
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!

Reply via email to