+1

Hi, my stuff works good (better than ever ;-)) with this 1.1.2

Regards,

Udo

Am 17.10.11 13:28, schrieb Mark Struberg:
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


Reply via email to