You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Simone Tripodi <si...@apache.org> on 2011/05/11 10:24:22 UTC

Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Salut Olivier! hi all!
Since the OGNL version we'll release is the ASF one, I wonder if:

- groupId should be org.apache.commons
- artifactId should be commons-ognl
- version should be 1.0-incubating-SNAPSHOT

WDYT?
Have a nice day, all the best!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
> Author: olamy
> Date: Wed May 11 07:55:33 2011
> New Revision: 1101779
>
> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
> Log:
> use a SNAPSHOT version in the pom
>
> Modified:
>    incubator/ognl/trunk/pom.xml
>
> Modified: incubator/ognl/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
> ==============================================================================
> --- incubator/ognl/trunk/pom.xml (original)
> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
> @@ -5,7 +5,7 @@
>     <groupId>ognl</groupId>
>     <artifactId>ognl</artifactId>
>     <packaging>jar</packaging>
> -    <version>3.0.1</version>
> +    <version>3.0.2-SNAPSHOT</version>
>     <name>OGNL - Object Graph Navigation Library</name>
>     <description>OGNL - Object Graph Navigation Library</description>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
Hi Mau,
I understand your POV, but at the same time this is apache
commons-ognl and no more ognl...
Anyway, do we have other cases of projects that joined the incubator
during their life cycle to see how they managed that situation?
I thing Apache OpenNPL is one of this case, let me bug that people... :P
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Wed, May 11, 2011 at 11:02 AM, Maurizio Cucchiara
<ma...@gmail.com> wrote:
> +1 for refactoring the package to o.a.c.ognl
>  I'd like to keep the version history (so I vote in favor of 4.0.0),
> sometimes is very difficult to understand that a 2.xx version is older
> than a 1.xx version.
>
> On 11 May 2011 10:54, Olivier Lamy <ol...@apache.org> wrote:
>> +1 (as I have understand the goal is to be under the commons umbrella).
>>
>> What about the java package ? (ognl -> org.apache.commons.ognl ? )
>>
>> 2011/5/11 Simone Tripodi <si...@apache.org>:
>>> Salut Olivier! hi all!
>>> Since the OGNL version we'll release is the ASF one, I wonder if:
>>>
>>> - groupId should be org.apache.commons
>>> - artifactId should be commons-ognl
>>> - version should be 1.0-incubating-SNAPSHOT
>>>
>>> WDYT?
>>> Have a nice day, all the best!
>>> Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://www.99soft.org/
>>>
>>>
>>>
>>> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>>>> Author: olamy
>>>> Date: Wed May 11 07:55:33 2011
>>>> New Revision: 1101779
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>>>> Log:
>>>> use a SNAPSHOT version in the pom
>>>>
>>>> Modified:
>>>>    incubator/ognl/trunk/pom.xml
>>>>
>>>> Modified: incubator/ognl/trunk/pom.xml
>>>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>>>> ==============================================================================
>>>> --- incubator/ognl/trunk/pom.xml (original)
>>>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>>>> @@ -5,7 +5,7 @@
>>>>     <groupId>ognl</groupId>
>>>>     <artifactId>ognl</artifactId>
>>>>     <packaging>jar</packaging>
>>>> -    <version>3.0.1</version>
>>>> +    <version>3.0.2-SNAPSHOT</version>
>>>>     <name>OGNL - Object Graph Navigation Library</name>
>>>>     <description>OGNL - Object Graph Navigation Library</description>
>>>>
>>>>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Olivier Lamy
>> http://twitter.com/olamy
>> http://www.linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
>
> --
> Maurizio Cucchiara
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Maurizio Cucchiara <ma...@gmail.com>.
+1 for refactoring the package to o.a.c.ognl
 I'd like to keep the version history (so I vote in favor of 4.0.0),
sometimes is very difficult to understand that a 2.xx version is older
than a 1.xx version.

On 11 May 2011 10:54, Olivier Lamy <ol...@apache.org> wrote:
> +1 (as I have understand the goal is to be under the commons umbrella).
>
> What about the java package ? (ognl -> org.apache.commons.ognl ? )
>
> 2011/5/11 Simone Tripodi <si...@apache.org>:
>> Salut Olivier! hi all!
>> Since the OGNL version we'll release is the ASF one, I wonder if:
>>
>> - groupId should be org.apache.commons
>> - artifactId should be commons-ognl
>> - version should be 1.0-incubating-SNAPSHOT
>>
>> WDYT?
>> Have a nice day, all the best!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>>> Author: olamy
>>> Date: Wed May 11 07:55:33 2011
>>> New Revision: 1101779
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>>> Log:
>>> use a SNAPSHOT version in the pom
>>>
>>> Modified:
>>>    incubator/ognl/trunk/pom.xml
>>>
>>> Modified: incubator/ognl/trunk/pom.xml
>>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>>> ==============================================================================
>>> --- incubator/ognl/trunk/pom.xml (original)
>>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>>> @@ -5,7 +5,7 @@
>>>     <groupId>ognl</groupId>
>>>     <artifactId>ognl</artifactId>
>>>     <packaging>jar</packaging>
>>> -    <version>3.0.1</version>
>>> +    <version>3.0.2-SNAPSHOT</version>
>>>     <name>OGNL - Object Graph Navigation Library</name>
>>>     <description>OGNL - Object Graph Navigation Library</description>
>>>
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy
> http://www.linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>



-- 
Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
Merci Olivier!
I think they are interchangeable and non respective blocking, thanks
for taking care of it!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Wed, May 11, 2011 at 11:24 AM, Olivier Lamy <ol...@apache.org> wrote:
> 2011/5/11 Simone Tripodi <si...@apache.org>:
>> Salut Olivier!
>> yes, the goal is promoting OGNL under commons, once incubation is over
>> so java package should be org.apache.commons.ognl, feel free to fill
>> an issue and work on it if you have spare time!
>
> Issue loaded here https://issues.apache.org/jira/browse/OGNL-5
> (waiting for comments if any)
> I will probably wait some days before doing this big change.
> Maybe wait license header change first ? or we can do this after the
> java package name change ?
> Let me know.
>
>> What someone else thinks about it?
>> Many thanks in advance!!!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Wed, May 11, 2011 at 10:54 AM, Olivier Lamy <ol...@apache.org> wrote:
>>> +1 (as I have understand the goal is to be under the commons umbrella).
>>>
>>> What about the java package ? (ognl -> org.apache.commons.ognl ? )
>>>
>>> 2011/5/11 Simone Tripodi <si...@apache.org>:
>>>> Salut Olivier! hi all!
>>>> Since the OGNL version we'll release is the ASF one, I wonder if:
>>>>
>>>> - groupId should be org.apache.commons
>>>> - artifactId should be commons-ognl
>>>> - version should be 1.0-incubating-SNAPSHOT
>>>>
>>>> WDYT?
>>>> Have a nice day, all the best!
>>>> Simo
>>>>
>>>> http://people.apache.org/~simonetripodi/
>>>> http://www.99soft.org/
>>>>
>>>>
>>>>
>>>> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>>>>> Author: olamy
>>>>> Date: Wed May 11 07:55:33 2011
>>>>> New Revision: 1101779
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>>>>> Log:
>>>>> use a SNAPSHOT version in the pom
>>>>>
>>>>> Modified:
>>>>>    incubator/ognl/trunk/pom.xml
>>>>>
>>>>> Modified: incubator/ognl/trunk/pom.xml
>>>>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>>>>> ==============================================================================
>>>>> --- incubator/ognl/trunk/pom.xml (original)
>>>>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>>>>> @@ -5,7 +5,7 @@
>>>>>     <groupId>ognl</groupId>
>>>>>     <artifactId>ognl</artifactId>
>>>>>     <packaging>jar</packaging>
>>>>> -    <version>3.0.1</version>
>>>>> +    <version>3.0.2-SNAPSHOT</version>
>>>>>     <name>OGNL - Object Graph Navigation Library</name>
>>>>>     <description>OGNL - Object Graph Navigation Library</description>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Olivier Lamy
>>> http://twitter.com/olamy
>>> http://www.linkedin.com/in/olamy
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy
> http://www.linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
2011/5/11 Simone Tripodi <si...@apache.org>:
> Salut Olivier!
> yes, the goal is promoting OGNL under commons, once incubation is over
> so java package should be org.apache.commons.ognl, feel free to fill
> an issue and work on it if you have spare time!

Issue loaded here https://issues.apache.org/jira/browse/OGNL-5
(waiting for comments if any)
I will probably wait some days before doing this big change.
Maybe wait license header change first ? or we can do this after the
java package name change ?
Let me know.

> What someone else thinks about it?
> Many thanks in advance!!!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Wed, May 11, 2011 at 10:54 AM, Olivier Lamy <ol...@apache.org> wrote:
>> +1 (as I have understand the goal is to be under the commons umbrella).
>>
>> What about the java package ? (ognl -> org.apache.commons.ognl ? )
>>
>> 2011/5/11 Simone Tripodi <si...@apache.org>:
>>> Salut Olivier! hi all!
>>> Since the OGNL version we'll release is the ASF one, I wonder if:
>>>
>>> - groupId should be org.apache.commons
>>> - artifactId should be commons-ognl
>>> - version should be 1.0-incubating-SNAPSHOT
>>>
>>> WDYT?
>>> Have a nice day, all the best!
>>> Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://www.99soft.org/
>>>
>>>
>>>
>>> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>>>> Author: olamy
>>>> Date: Wed May 11 07:55:33 2011
>>>> New Revision: 1101779
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>>>> Log:
>>>> use a SNAPSHOT version in the pom
>>>>
>>>> Modified:
>>>>    incubator/ognl/trunk/pom.xml
>>>>
>>>> Modified: incubator/ognl/trunk/pom.xml
>>>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>>>> ==============================================================================
>>>> --- incubator/ognl/trunk/pom.xml (original)
>>>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>>>> @@ -5,7 +5,7 @@
>>>>     <groupId>ognl</groupId>
>>>>     <artifactId>ognl</artifactId>
>>>>     <packaging>jar</packaging>
>>>> -    <version>3.0.1</version>
>>>> +    <version>3.0.2-SNAPSHOT</version>
>>>>     <name>OGNL - Object Graph Navigation Library</name>
>>>>     <description>OGNL - Object Graph Navigation Library</description>
>>>>
>>>>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Olivier Lamy
>> http://twitter.com/olamy
>> http://www.linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
Salut Olivier!
yes, the goal is promoting OGNL under commons, once incubation is over
so java package should be org.apache.commons.ognl, feel free to fill
an issue and work on it if you have spare time!
What someone else thinks about it?
Many thanks in advance!!!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Wed, May 11, 2011 at 10:54 AM, Olivier Lamy <ol...@apache.org> wrote:
> +1 (as I have understand the goal is to be under the commons umbrella).
>
> What about the java package ? (ognl -> org.apache.commons.ognl ? )
>
> 2011/5/11 Simone Tripodi <si...@apache.org>:
>> Salut Olivier! hi all!
>> Since the OGNL version we'll release is the ASF one, I wonder if:
>>
>> - groupId should be org.apache.commons
>> - artifactId should be commons-ognl
>> - version should be 1.0-incubating-SNAPSHOT
>>
>> WDYT?
>> Have a nice day, all the best!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>>> Author: olamy
>>> Date: Wed May 11 07:55:33 2011
>>> New Revision: 1101779
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>>> Log:
>>> use a SNAPSHOT version in the pom
>>>
>>> Modified:
>>>    incubator/ognl/trunk/pom.xml
>>>
>>> Modified: incubator/ognl/trunk/pom.xml
>>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>>> ==============================================================================
>>> --- incubator/ognl/trunk/pom.xml (original)
>>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>>> @@ -5,7 +5,7 @@
>>>     <groupId>ognl</groupId>
>>>     <artifactId>ognl</artifactId>
>>>     <packaging>jar</packaging>
>>> -    <version>3.0.1</version>
>>> +    <version>3.0.2-SNAPSHOT</version>
>>>     <name>OGNL - Object Graph Navigation Library</name>
>>>     <description>OGNL - Object Graph Navigation Library</description>
>>>
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy
> http://www.linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
+1 (as I have understand the goal is to be under the commons umbrella).

What about the java package ? (ognl -> org.apache.commons.ognl ? )

2011/5/11 Simone Tripodi <si...@apache.org>:
> Salut Olivier! hi all!
> Since the OGNL version we'll release is the ASF one, I wonder if:
>
> - groupId should be org.apache.commons
> - artifactId should be commons-ognl
> - version should be 1.0-incubating-SNAPSHOT
>
> WDYT?
> Have a nice day, all the best!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>> Author: olamy
>> Date: Wed May 11 07:55:33 2011
>> New Revision: 1101779
>>
>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>> Log:
>> use a SNAPSHOT version in the pom
>>
>> Modified:
>>    incubator/ognl/trunk/pom.xml
>>
>> Modified: incubator/ognl/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>> ==============================================================================
>> --- incubator/ognl/trunk/pom.xml (original)
>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>> @@ -5,7 +5,7 @@
>>     <groupId>ognl</groupId>
>>     <artifactId>ognl</artifactId>
>>     <packaging>jar</packaging>
>> -    <version>3.0.1</version>
>> +    <version>3.0.2-SNAPSHOT</version>
>>     <name>OGNL - Object Graph Navigation Library</name>
>>     <description>OGNL - Object Graph Navigation Library</description>
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101779 - /incubator/ognl/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On May 11, 2011, at 4:24, Simone Tripodi <si...@apache.org> wrote:

> Salut Olivier! hi all!
> Since the OGNL version we'll release is the ASF one, I wonder if:
>
> - groupId should be org.apache.commons
> - artifactId should be commons-ognl
> - version should be 1.0-incubating-SNAPSHOT

+1
Gary

>
> WDYT?
> Have a nice day, all the best!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Wed, May 11, 2011 at 9:55 AM,  <ol...@apache.org> wrote:
>> Author: olamy
>> Date: Wed May 11 07:55:33 2011
>> New Revision: 1101779
>>
>> URL: http://svn.apache.org/viewvc?rev=1101779&view=rev
>> Log:
>> use a SNAPSHOT version in the pom
>>
>> Modified:
>>    incubator/ognl/trunk/pom.xml
>>
>> Modified: incubator/ognl/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101779&r1=1101778&r2=1101779&view=diff
>> ==============================================================================
>> --- incubator/ognl/trunk/pom.xml (original)
>> +++ incubator/ognl/trunk/pom.xml Wed May 11 07:55:33 2011
>> @@ -5,7 +5,7 @@
>>     <groupId>ognl</groupId>
>>     <artifactId>ognl</artifactId>
>>     <packaging>jar</packaging>
>> -    <version>3.0.1</version>
>> +    <version>3.0.2-SNAPSHOT</version>
>>     <name>OGNL - Object Graph Navigation Library</name>
>>     <description>OGNL - Object Graph Navigation Library</description>
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org