You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mark Struberg <st...@yahoo.de> on 2011/10/17 14:17:17 UTC

[FYI] Fw: [VOTE] Release Apache OpenWebBeans-1.1.2

Hi MyFaces folks!

Please allow me a quick heads up for a new OWB release.

The OpenWebBeans community is currently voting on an openwebbeans-1.1.2 release.

Feel free to be an early bird and test it while it's hot ;)

See below for instructions on how to test this release while it's still in the staging repo.

txs and LieGrue,
strub



----- Forwarded Message -----
> From: Mark Struberg <st...@yahoo.de>
> To: openwebbeans-dev <de...@openwebbeans.apache.org>
> Cc: "user@openwebbeans.apache.org" <us...@openwebbeans.apache.org>
> Sent: Monday, October 17, 2011 1:28 PM
> Subject: [VOTE] Release Apache OpenWebBeans-1.1.2
> 
> Hi!
> 
> I'd like to call a VOTE on releasing Apache OpenWebBeans-1.1.2 .
> 
> This is a bugfix release of OpenWebBeans-1.1.x, thus no branch has been created.
> 
> The ReleaseNotes are available online: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844&version=12317743
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-072/
> 
> SVN source tag (1185088): 
> https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.1.2/
> 
> Source release: 
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-072/org/apache/openwebbeans/openwebbeans/1.1.2/openwebbeans-1.1.2-source-release.zip
> 
> Binary release: 
> https://repository.apache.org/content/repositories/orgapacheopenwebbeans-072/org/apache/openwebbeans/openwebbeans-distribution/1.1.2/openwebbeans-distribution-1.1.2-binary.tar.gz
> 
> PGP release key 2FDB81B1 
> http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS
> 
> The VOTE will be open for 72 hours.
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 veto (and reason why)
> 
> 
> 
> Guide for testing staged releases:
> ---------------------------------
> 
> Add the following section to your ~/.m2/settings.xml
> 
>   <profiles>
>     <profile>
>       <id>owbstaging</id>
>       <repositories>
>         <repository>
>           <id>owbstaging</id>
>           
> <url>https://repository.apache.org/content/repositories/orgapacheopenwebbeans-072/</url>
>           <releases>
>             <enabled>true</enabled>
>           </releases>
>           <snapshots>
>             <enabled>false</enabled>
>           </snapshots>
>         </repository>
>       </repositories>
>     </profile>
>   </profiles>
> 
> You can use the new Apache OpenWebBeans version by just activating the profile 
> 'owbstaging' via 
> $> mvn clean install -Powbstaging 
> in your project.
> 
> txs and LieGrue,
> strub
>