Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-22 Thread Lahiru Sandaruwan
Hi all, We found that there are few pom files that are not used by the main maven build. We will be removing those. Thanks. On Fri, May 22, 2015 at 10:23 AM, Udara Liyanage wrote: > Hi Lahiru, IsuruH, > > Let's replace non pom file's version to the new version and try > > find . ! -name 'pom.x

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Udara Liyanage
Hi Lahiru, IsuruH, Let's replace non pom file's version to the new version and try find . ! -name 'pom.xml' | doSed On Fri, May 22, 2015 at 10:18 AM, Lahiru Sandaruwan wrote: > > > On Fri, May 22, 2015 at 10:06 AM, Isuru Haththotuwa > wrote: > >> Hi Lahiru, >> >> On Fri, May 22, 2015 at 8:00

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
On Fri, May 22, 2015 at 10:06 AM, Isuru Haththotuwa wrote: > Hi Lahiru, > > On Fri, May 22, 2015 at 8:00 AM, Lahiru Sandaruwan > wrote: > >> Hi all, >> >> It seems we have to incorporate a manual change before running release >> prepare command. Following class refer the hard coded >> version(4.

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Isuru Haththotuwa
Hi Lahiru, On Fri, May 22, 2015 at 8:00 AM, Lahiru Sandaruwan wrote: > Hi all, > > It seems we have to incorporate a manual change before running release > prepare command. Following class refer the hard coded > version(4.1.0-SNAPSHOT) to get the Stratos server zip location. It is not > possible

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
Hi all, It seems we have to incorporate a manual change before running release prepare command. Following class refer the hard coded version(4.1.0-SNAPSHOT) to get the Stratos server zip location. It is not possible to change Java classes with maven release prepare command. private final static S

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
It seems above issues solved when using 'project.' in front of the version name 'jclouds.stratos.version'. Continues with that fix. Thanks. On Fri, May 22, 2015 at 12:43 AM, Lahiru Sandaruwan wrote: > Hi, > [update] > > Release fails with following error. Looking into it. > > [INFO] >

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
Hi, [update] Release fails with following error. Looking into it. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 3.865 s [INFO] Finished at: 201

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
Hi all, I have found that "org.apache.stratos.common.stub" is used in few places. Also there are some places that we use 4.0.0-SNAPSHOT as the version. I will clean these up and commit now. Thanks. On Thu, May 21, 2015 at 9:13 PM, Lahiru Sandaruwan wrote: > Hi all, > > I'm going to kick off

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
Hi all, I'm going to kick off a release build now with following commit. Please avoid committing any thing. I will inform if i found any issues. commit 9282761abb2186d9a85819e181d77b020f668da1 Thanks. On Thu, May 21, 2015 at 1:33 PM, Lahiru Sandaruwan wrote: > Thanks Shavindri! > > On Thu, Ma

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-21 Thread Lahiru Sandaruwan
Thanks Shavindri! On Thu, May 21, 2015 at 12:20 PM, Shavindri Dissanayake wrote: > Hi Lahiru, > > This was updated but I failed to send in a response on the thread . > Apologies. > > In the guide for the examples provided, the version is left as 4.0.0 (as > we are merely giving a example to the

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-20 Thread Shavindri Dissanayake
Hi Lahiru, This was updated but I failed to send in a response on the thread . Apologies. In the guide for the examples provided, the version is left as 4.0.0 (as we are merely giving a example to the user on a possible scenario). Thanks & Regards Shavindri Dissanayake Technical Writer LinkedIn

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-14 Thread Lahiru Sandaruwan
Hi devs, We need to do $subject. We need to generalize the release guide [1], by removing version 4.0.0 and replacing it with . Also we need to remove "incubating" parts from it. [1] https://cwiki.apache.org/confluence/display/STRATOS/Release+Guide Thanks. On Thu, May 14, 2015 at 6:40 PM, Reka

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-14 Thread Reka Thirunavukkarasu
Hi Devs, Please update the jiras as you progress with it. We need to update all of them before the GA. https://issues.apache.org/jira/browse/STRATOS-1401?jql=project%20%3D%20STRATOS%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20fixVersion%20%3D%20%224.1.0%20RC1%2

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-14 Thread Lahiru Sandaruwan
Hi Devs, We are working on the release process. Please help with utility tasks as you get time. Find the release guide at [1]. Specially we need help with Jira versions and licence files. Thanks. [1] https://cwiki.apache.org/confluence/display/STRATOS/Release+Guide On Tue, May 12, 2015 at 7:06

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-12 Thread Lahiru Sandaruwan
On Mon, May 11, 2015 at 6:49 PM, Imesh Gunaratne wrote: > Hi Devs, > > IMO we are now in a good position to finalize 4.1.0 GA release. Please use > this mail thread to discuss the remaining issues and take necessary steps > to prepare the first release candidate. > > @Lahiru: Would you like to be

Re: [Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-12 Thread Pubudu Gunatilaka
Hi Devs, I will look into License files for the 4.1.0 GA release. If anyone has added new libraries recently, please mention it. That is really helpful. Thank you! On Mon, May 11, 2015 at 6:49 PM, Imesh Gunaratne wrote: > Hi Devs, > > IMO we are now in a good position to finalize 4.1.0 GA rele

[Discuss] Apache Stratos 4.1.0 GA Release Preparation

2015-05-11 Thread Imesh Gunaratne
Hi Devs, IMO we are now in a good position to finalize 4.1.0 GA release. Please use this mail thread to discuss the remaining issues and take necessary steps to prepare the first release candidate. @Lahiru: Would you like to be the release manager for this release? [1] https://cwiki.apache.org/c