Dear Jexl users and Apache friends; Jexl 2.1.2 and 3.0 snapshots have been published. The former which is just a minor/bug-fixing release can be used through:
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl</artifactId> <version>2.1.2-SNAPSHOT</version> </dependency> The latter which is a major API rewrite (thus the jexl3 packaging) through: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl3</artifactId> <version>3.0-SNAPSHOT</version> </dependency> Anyone with spare cycles to check those snapshots is more than welcome to report any issue before I start/attempt the release cycle. Cheers; Henrib -- View this message in context: http://apache-commons.680414.n4.nabble.com/JEXL-Snapshots-published-tp4632584.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
