+1
Gurkan ________________________________ Kimden: Mark Struberg <[email protected]> Kime: openwebbeans-dev <[email protected]> Kopya: "[email protected]" <[email protected]> Gönderildiği Tarih: 17 Ekim 2011 14:28 Pazartesi Konu: [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
