Re: [royale-asjs] branch develop updated: fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT

2018-10-01 Thread Carlos Rovira
Ok! Good luck! :)

El lun., 1 oct. 2018 a las 7:18, OmPrakash Muppirala ()
escribió:

> Okay, reverted everything back to 0.9.4 in all three repos and trying again
> :-)
>
> On Sun, Sep 30, 2018 at 9:10 PM Piotr Zarzycki 
> wrote:
>
> > Starting point in Dev is 0.9.4-SNAPSHOT. If you run script and it's
> failed
> > you should immediately revert all the changes which Maven did.
> >
> > It looks like it wasn't correctly reverted before script was run. I think
> > you may next time succeed if you revert it correctly.
> >
> > Thanks,
> > Piotr
> >
> > On Mon, Oct 1, 2018, 6:06 AM Alex Harui 
> wrote:
> >
> > > Something is already wrong if the devl branch is at 0.9.6-SNAPSHOT
> > instead
> > > of 0.9.5-SNAPSHOT.
> > >
> > > My 2 cents,
> > > -Alex
> > >
> > > On 9/30/18, 2:11 PM, "carlosrov...@apache.org" <
> carlosrov...@apache.org
> > >
> > > wrote:
> > >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > carlosrovira pushed a commit to branch develop
> > > in repository
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C05747880a32c4336979008d627194c57%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636739386974979241&sdata=2iznID6m%2BYuMbMOYBudO7dnT61D%2B1EEIzeA7tp5z5t4%3D&reserved=0
> > >
> > >
> > > The following commit(s) were added to refs/heads/develop by this
> > push:
> > >  new 390d8c9  fix version in poms. some poms still was in
> > > 0.9.4-SNAPSHOT. We should take a look about why this ones was not
> changed
> > > to 0.9.6-SNAPSHOT
> > > 390d8c9 is described below
> > >
> > > commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2
> > > Author: Carlos Rovira 
> > > AuthorDate: Sun Sep 30 23:11:23 2018 +0200
> > >
> > > fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We
> > > should take a look about why this ones was not changed to
> 0.9.6-SNAPSHOT
> > > ---
> > >  archetypes/pom.xml   | 2 +-
> > >  examples/pom.xml | 2 +-
> > >  examples/royale/JewelExample/pom.xml | 6 +++---
> > >  manualtests/pom.xml  | 2 +-
> > >  pom.xml  | 4 ++--
> > >  5 files changed, 8 insertions(+), 8 deletions(-)
> > >
> > > diff --git a/archetypes/pom.xml b/archetypes/pom.xml
> > > index 4879f23..073f72d 100644
> > > --- a/archetypes/pom.xml
> > > +++ b/archetypes/pom.xml
> > > @@ -34,7 +34,7 @@
> > >Maven archetypes for creating royale maven
> > > projects
> > >
> > >
> > > -
> > > 0.9.4-SNAPSHOT
> > > +
> > > 0.9.6-SNAPSHOT
> > >
> > >
> > >
> > > diff --git a/examples/pom.xml b/examples/pom.xml
> > > index e64505a..a5a0140 100644
> > > --- a/examples/pom.xml
> > > +++ b/examples/pom.xml
> > > @@ -38,7 +38,7 @@
> > >
> > >
> >
> ${basedir}/target/javascript/bin/js-debug
> > >  
> > >
> > >
> >
> ${basedir}/target/javascript/bin/js-release
> > > -
> > > 0.9.4-SNAPSHOT
> > > +
> > > 0.9.6-SNAPSHOT
> > >
> > >
> > >
> > > diff --git a/examples/royale/JewelExample/pom.xml
> > > b/examples/royale/JewelExample/pom.xml
> > > index 9d3cbdc..a8060d0 100644
> > > --- a/examples/royale/JewelExample/pom.xml
> > > +++ b/examples/royale/JewelExample/pom.xml
> > > @@ -139,7 +139,7 @@
> > >  
> > > diff --git a/manualtests/pom.xml b/manualtests/pom.xml
> > > index 08c9c8c..7d8f793 100644
> > > --- a/manualtests/pom.xml
> > > +++ b/manualtests/pom.xml
> > > @@ -33,7 +33,7 @@
> > >
> > >
> > >
> > >
> >
> ${basedir}/target/javascript/bin/js-debug
> > > -
> > > 0.9.4-SNAPSHOT
> > > +
> > > 0.9.6-SNAPSHOT
> > >
> > >Apache Royale: ManualTests
> > >
> > > diff --git a/pom.xml b/pom.xml
> > > index 45d179c..9664d5c 100644
> > > --- a/pom.xml
> > > +++ b/pom.xml
> > > @@ -55,8 +55,8 @@
> > >
> > >
> >
> UTF-8
> > >  3.5.4
> > >
> > > -
> > 0.9.4-SNAPSHOT
> > > -
> > 0.9.4-SNAPSHOT
> > > +
> > 0.9.6-SNAPSHOT
> > > +
> > 0.9.6-SNAPSHOT
> > >  1.0.0
> > >
> > >  true
> > >
> > >
> > >
> > >
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [royale-asjs] branch develop updated: fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT

2018-09-30 Thread OmPrakash Muppirala
Okay, reverted everything back to 0.9.4 in all three repos and trying again
:-)

On Sun, Sep 30, 2018 at 9:10 PM Piotr Zarzycki 
wrote:

> Starting point in Dev is 0.9.4-SNAPSHOT. If you run script and it's failed
> you should immediately revert all the changes which Maven did.
>
> It looks like it wasn't correctly reverted before script was run. I think
> you may next time succeed if you revert it correctly.
>
> Thanks,
> Piotr
>
> On Mon, Oct 1, 2018, 6:06 AM Alex Harui  wrote:
>
> > Something is already wrong if the devl branch is at 0.9.6-SNAPSHOT
> instead
> > of 0.9.5-SNAPSHOT.
> >
> > My 2 cents,
> > -Alex
> >
> > On 9/30/18, 2:11 PM, "carlosrov...@apache.org"  >
> > wrote:
> >
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > carlosrovira pushed a commit to branch develop
> > in repository
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C05747880a32c4336979008d627194c57%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636739386974979241&sdata=2iznID6m%2BYuMbMOYBudO7dnT61D%2B1EEIzeA7tp5z5t4%3D&reserved=0
> >
> >
> > The following commit(s) were added to refs/heads/develop by this
> push:
> >  new 390d8c9  fix version in poms. some poms still was in
> > 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed
> > to 0.9.6-SNAPSHOT
> > 390d8c9 is described below
> >
> > commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2
> > Author: Carlos Rovira 
> > AuthorDate: Sun Sep 30 23:11:23 2018 +0200
> >
> > fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We
> > should take a look about why this ones was not changed to 0.9.6-SNAPSHOT
> > ---
> >  archetypes/pom.xml   | 2 +-
> >  examples/pom.xml | 2 +-
> >  examples/royale/JewelExample/pom.xml | 6 +++---
> >  manualtests/pom.xml  | 2 +-
> >  pom.xml  | 4 ++--
> >  5 files changed, 8 insertions(+), 8 deletions(-)
> >
> > diff --git a/archetypes/pom.xml b/archetypes/pom.xml
> > index 4879f23..073f72d 100644
> > --- a/archetypes/pom.xml
> > +++ b/archetypes/pom.xml
> > @@ -34,7 +34,7 @@
> >Maven archetypes for creating royale maven
> > projects
> >
> >
> > -
> > 0.9.4-SNAPSHOT
> > +
> > 0.9.6-SNAPSHOT
> >
> >
> >
> > diff --git a/examples/pom.xml b/examples/pom.xml
> > index e64505a..a5a0140 100644
> > --- a/examples/pom.xml
> > +++ b/examples/pom.xml
> > @@ -38,7 +38,7 @@
> >
> >
> ${basedir}/target/javascript/bin/js-debug
> >  
> >
> >
> ${basedir}/target/javascript/bin/js-release
> > -
> > 0.9.4-SNAPSHOT
> > +
> > 0.9.6-SNAPSHOT
> >
> >
> >
> > diff --git a/examples/royale/JewelExample/pom.xml
> > b/examples/royale/JewelExample/pom.xml
> > index 9d3cbdc..a8060d0 100644
> > --- a/examples/royale/JewelExample/pom.xml
> > +++ b/examples/royale/JewelExample/pom.xml
> > @@ -139,7 +139,7 @@
> >  
> > diff --git a/manualtests/pom.xml b/manualtests/pom.xml
> > index 08c9c8c..7d8f793 100644
> > --- a/manualtests/pom.xml
> > +++ b/manualtests/pom.xml
> > @@ -33,7 +33,7 @@
> >
> >
> >
> >
> ${basedir}/target/javascript/bin/js-debug
> > -
> > 0.9.4-SNAPSHOT
> > +
> > 0.9.6-SNAPSHOT
> >
> >Apache Royale: ManualTests
> >
> > diff --git a/pom.xml b/pom.xml
> > index 45d179c..9664d5c 100644
> > --- a/pom.xml
> > +++ b/pom.xml
> > @@ -55,8 +55,8 @@
> >
> >
> UTF-8
> >  3.5.4
> >
> > -
> 0.9.4-SNAPSHOT
> > -
> 0.9.4-SNAPSHOT
> > +
> 0.9.6-SNAPSHOT
> > +
> 0.9.6-SNAPSHOT
> >  1.0.0
> >
> >  true
> >
> >
> >
> >
>


Re: [royale-asjs] branch develop updated: fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT

2018-09-30 Thread Piotr Zarzycki
Starting point in Dev is 0.9.4-SNAPSHOT. If you run script and it's failed
you should immediately revert all the changes which Maven did.

It looks like it wasn't correctly reverted before script was run. I think
you may next time succeed if you revert it correctly.

Thanks,
Piotr

On Mon, Oct 1, 2018, 6:06 AM Alex Harui  wrote:

> Something is already wrong if the devl branch is at 0.9.6-SNAPSHOT instead
> of 0.9.5-SNAPSHOT.
>
> My 2 cents,
> -Alex
>
> On 9/30/18, 2:11 PM, "carlosrov...@apache.org" 
> wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> carlosrovira pushed a commit to branch develop
> in repository
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C05747880a32c4336979008d627194c57%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636739386974979241&sdata=2iznID6m%2BYuMbMOYBudO7dnT61D%2B1EEIzeA7tp5z5t4%3D&reserved=0
>
>
> The following commit(s) were added to refs/heads/develop by this push:
>  new 390d8c9  fix version in poms. some poms still was in
> 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed
> to 0.9.6-SNAPSHOT
> 390d8c9 is described below
>
> commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2
> Author: Carlos Rovira 
> AuthorDate: Sun Sep 30 23:11:23 2018 +0200
>
> fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We
> should take a look about why this ones was not changed to 0.9.6-SNAPSHOT
> ---
>  archetypes/pom.xml   | 2 +-
>  examples/pom.xml | 2 +-
>  examples/royale/JewelExample/pom.xml | 6 +++---
>  manualtests/pom.xml  | 2 +-
>  pom.xml  | 4 ++--
>  5 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/archetypes/pom.xml b/archetypes/pom.xml
> index 4879f23..073f72d 100644
> --- a/archetypes/pom.xml
> +++ b/archetypes/pom.xml
> @@ -34,7 +34,7 @@
>Maven archetypes for creating royale maven
> projects
>
>
> -
> 0.9.4-SNAPSHOT
> +
> 0.9.6-SNAPSHOT
>
>
>
> diff --git a/examples/pom.xml b/examples/pom.xml
> index e64505a..a5a0140 100644
> --- a/examples/pom.xml
> +++ b/examples/pom.xml
> @@ -38,7 +38,7 @@
>
>  
> ${basedir}/target/javascript/bin/js-debug
>  
>
>  
> ${basedir}/target/javascript/bin/js-release
> -
> 0.9.4-SNAPSHOT
> +
> 0.9.6-SNAPSHOT
>
>
>
> diff --git a/examples/royale/JewelExample/pom.xml
> b/examples/royale/JewelExample/pom.xml
> index 9d3cbdc..a8060d0 100644
> --- a/examples/royale/JewelExample/pom.xml
> +++ b/examples/royale/JewelExample/pom.xml
> @@ -139,7 +139,7 @@
>  
> diff --git a/manualtests/pom.xml b/manualtests/pom.xml
> index 08c9c8c..7d8f793 100644
> --- a/manualtests/pom.xml
> +++ b/manualtests/pom.xml
> @@ -33,7 +33,7 @@
>
>
>
>  
> ${basedir}/target/javascript/bin/js-debug
> -
> 0.9.4-SNAPSHOT
> +
> 0.9.6-SNAPSHOT
>
>Apache Royale: ManualTests
>
> diff --git a/pom.xml b/pom.xml
> index 45d179c..9664d5c 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -55,8 +55,8 @@
>
>  UTF-8
>  3.5.4
>
> -0.9.4-SNAPSHOT
> -0.9.4-SNAPSHOT
> +0.9.6-SNAPSHOT
> +0.9.6-SNAPSHOT
>  1.0.0
>
>  true
>
>
>
>


Re: [royale-asjs] branch develop updated: fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT

2018-09-30 Thread Alex Harui
Something is already wrong if the devl branch is at 0.9.6-SNAPSHOT instead of 
0.9.5-SNAPSHOT.

My 2 cents,
-Alex

On 9/30/18, 2:11 PM, "carlosrov...@apache.org"  wrote:

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C05747880a32c4336979008d627194c57%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636739386974979241&sdata=2iznID6m%2BYuMbMOYBudO7dnT61D%2B1EEIzeA7tp5z5t4%3D&reserved=0


The following commit(s) were added to refs/heads/develop by this push:
 new 390d8c9  fix version in poms. some poms still was in 
0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 
0.9.6-SNAPSHOT
390d8c9 is described below

commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2
Author: Carlos Rovira 
AuthorDate: Sun Sep 30 23:11:23 2018 +0200

fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should 
take a look about why this ones was not changed to 0.9.6-SNAPSHOT
---
 archetypes/pom.xml   | 2 +-
 examples/pom.xml | 2 +-
 examples/royale/JewelExample/pom.xml | 6 +++---
 manualtests/pom.xml  | 2 +-
 pom.xml  | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 4879f23..073f72d 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,7 +34,7 @@
   Maven archetypes for creating royale maven 
projects
 
   
-0.9.4-SNAPSHOT
+0.9.6-SNAPSHOT
   
   
   
diff --git a/examples/pom.xml b/examples/pom.xml
index e64505a..a5a0140 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
 
${basedir}/target/javascript/bin/js-debug
 
 
${basedir}/target/javascript/bin/js-release
-0.9.4-SNAPSHOT
+0.9.6-SNAPSHOT
   
 
   
diff --git a/examples/royale/JewelExample/pom.xml 
b/examples/royale/JewelExample/pom.xml
index 9d3cbdc..a8060d0 100644
--- a/examples/royale/JewelExample/pom.xml
+++ b/examples/royale/JewelExample/pom.xml
@@ -139,7 +139,7 @@
 
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 08c9c8c..7d8f793 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -33,7 +33,7 @@
   
   
 
${basedir}/target/javascript/bin/js-debug
-0.9.4-SNAPSHOT
+0.9.6-SNAPSHOT
   
   Apache Royale: ManualTests
 
diff --git a/pom.xml b/pom.xml
index 45d179c..9664d5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 
UTF-8
 3.5.4
 
-0.9.4-SNAPSHOT
-0.9.4-SNAPSHOT
+0.9.6-SNAPSHOT
+0.9.6-SNAPSHOT
 1.0.0
 
 true





Re: [royale-asjs] branch develop updated: fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT

2018-09-30 Thread OmPrakash Muppirala
Next version will be 0.9.5.  But I guess because I ran it twice, it has
been bumped up to 0.9.6.
I will revert all those to 0.9.5 and retry.

Thanks,
Om

On Sun, Sep 30, 2018 at 5:22 PM OmPrakash Muppirala 
wrote:

>
>
> On Sun, Sep 30, 2018 at 2:11 PM  wrote:
>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> carlosrovira pushed a commit to branch develop
>> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>>
>>
>> The following commit(s) were added to refs/heads/develop by this push:
>>  new 390d8c9  fix version in poms. some poms still was in
>> 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed
>> to 0.9.6-SNAPSHOT
>> 390d8c9 is described below
>>
>> commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2
>> Author: Carlos Rovira 
>> AuthorDate: Sun Sep 30 23:11:23 2018 +0200
>>
>> fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should
>> take a look about why this ones was not changed to 0.9.6-SNAPSHOT
>>
>
> Why should they be changed to 0.9.6?
>
>
>> ---
>>  archetypes/pom.xml   | 2 +-
>>  examples/pom.xml | 2 +-
>>  examples/royale/JewelExample/pom.xml | 6 +++---
>>  manualtests/pom.xml  | 2 +-
>>  pom.xml  | 4 ++--
>>  5 files changed, 8 insertions(+), 8 deletions(-)
>>
>> diff --git a/archetypes/pom.xml b/archetypes/pom.xml
>> index 4879f23..073f72d 100644
>> --- a/archetypes/pom.xml
>> +++ b/archetypes/pom.xml
>> @@ -34,7 +34,7 @@
>>Maven archetypes for creating royale maven
>> projects
>>
>>
>> -0.9.4-SNAPSHOT
>> +0.9.6-SNAPSHOT
>>
>>
>>
>> diff --git a/examples/pom.xml b/examples/pom.xml
>> index e64505a..a5a0140 100644
>> --- a/examples/pom.xml
>> +++ b/examples/pom.xml
>> @@ -38,7 +38,7 @@
>>
>>  
>> ${basedir}/target/javascript/bin/js-debug
>>  
>>
>>  
>> ${basedir}/target/javascript/bin/js-release
>> -0.9.4-SNAPSHOT
>> +0.9.6-SNAPSHOT
>>
>>
>>
>> diff --git a/examples/royale/JewelExample/pom.xml
>> b/examples/royale/JewelExample/pom.xml
>> index 9d3cbdc..a8060d0 100644
>> --- a/examples/royale/JewelExample/pom.xml
>> +++ b/examples/royale/JewelExample/pom.xml
>> @@ -139,7 +139,7 @@
>>  
>> diff --git a/manualtests/pom.xml b/manualtests/pom.xml
>> index 08c9c8c..7d8f793 100644
>> --- a/manualtests/pom.xml
>> +++ b/manualtests/pom.xml
>> @@ -33,7 +33,7 @@
>>
>>
>>
>>  
>> ${basedir}/target/javascript/bin/js-debug
>> -0.9.4-SNAPSHOT
>> +0.9.6-SNAPSHOT
>>
>>Apache Royale: ManualTests
>>
>> diff --git a/pom.xml b/pom.xml
>> index 45d179c..9664d5c 100644
>> --- a/pom.xml
>> +++ b/pom.xml
>> @@ -55,8 +55,8 @@
>>
>>  UTF-8
>>  3.5.4
>>
>> -0.9.4-SNAPSHOT
>> -0.9.4-SNAPSHOT
>> +0.9.6-SNAPSHOT
>> +0.9.6-SNAPSHOT
>>  1.0.0
>>
>>  true
>>
>>


Re: [royale-asjs] branch develop updated: fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT

2018-09-30 Thread OmPrakash Muppirala
On Sun, Sep 30, 2018 at 2:11 PM  wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> carlosrovira pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>
>
> The following commit(s) were added to refs/heads/develop by this push:
>  new 390d8c9  fix version in poms. some poms still was in
> 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed
> to 0.9.6-SNAPSHOT
> 390d8c9 is described below
>
> commit 390d8c982fe57ddf18dd873d7b196b8bfa0a46c2
> Author: Carlos Rovira 
> AuthorDate: Sun Sep 30 23:11:23 2018 +0200
>
> fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should
> take a look about why this ones was not changed to 0.9.6-SNAPSHOT
>

Why should they be changed to 0.9.6?


> ---
>  archetypes/pom.xml   | 2 +-
>  examples/pom.xml | 2 +-
>  examples/royale/JewelExample/pom.xml | 6 +++---
>  manualtests/pom.xml  | 2 +-
>  pom.xml  | 4 ++--
>  5 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/archetypes/pom.xml b/archetypes/pom.xml
> index 4879f23..073f72d 100644
> --- a/archetypes/pom.xml
> +++ b/archetypes/pom.xml
> @@ -34,7 +34,7 @@
>Maven archetypes for creating royale maven
> projects
>
>
> -0.9.4-SNAPSHOT
> +0.9.6-SNAPSHOT
>
>
>
> diff --git a/examples/pom.xml b/examples/pom.xml
> index e64505a..a5a0140 100644
> --- a/examples/pom.xml
> +++ b/examples/pom.xml
> @@ -38,7 +38,7 @@
>
>  
> ${basedir}/target/javascript/bin/js-debug
>  
>
>  
> ${basedir}/target/javascript/bin/js-release
> -0.9.4-SNAPSHOT
> +0.9.6-SNAPSHOT
>
>
>
> diff --git a/examples/royale/JewelExample/pom.xml
> b/examples/royale/JewelExample/pom.xml
> index 9d3cbdc..a8060d0 100644
> --- a/examples/royale/JewelExample/pom.xml
> +++ b/examples/royale/JewelExample/pom.xml
> @@ -139,7 +139,7 @@
>  
> diff --git a/manualtests/pom.xml b/manualtests/pom.xml
> index 08c9c8c..7d8f793 100644
> --- a/manualtests/pom.xml
> +++ b/manualtests/pom.xml
> @@ -33,7 +33,7 @@
>
>
>
>  
> ${basedir}/target/javascript/bin/js-debug
> -0.9.4-SNAPSHOT
> +0.9.6-SNAPSHOT
>
>Apache Royale: ManualTests
>
> diff --git a/pom.xml b/pom.xml
> index 45d179c..9664d5c 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -55,8 +55,8 @@
>
>  UTF-8
>  3.5.4
>
> -0.9.4-SNAPSHOT
> -0.9.4-SNAPSHOT
> +0.9.6-SNAPSHOT
> +0.9.6-SNAPSHOT
>  1.0.0
>
>  true
>
>