+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 <[email protected]> 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 <[email protected]>: >> 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, <[email protected]> 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Olivier Lamy > http://twitter.com/olamy > http://www.linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Maurizio Cucchiara --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
