Author: kaspersor
Date: Fri May 20 03:44:13 2016
New Revision: 1744651
URL: http://svn.apache.org/viewvc?rev=1744651&view=rev
Log:
Added MM 4.5.3 news item and updated maven snippet
Modified:
metamodel/site/trunk/content/index.html
Modified: metamodel/site/trunk/content/index.html
URL:
http://svn.apache.org/viewvc/metamodel/site/trunk/content/index.html?rev=1744651&r1=1744650&r2=1744651&view=diff
==============================================================================
--- metamodel/site/trunk/content/index.html (original)
+++ metamodel/site/trunk/content/index.html Fri May 20 03:44:13 2016
@@ -186,6 +186,7 @@
<p>Looking for the changelog? Check out our <a
href="https://github.com/apache/metamodel/blob/master/CHANGES.md">CHANGES.md</a>
file.</p>
<ul>
+ <li>2016-05-19 New release 4.5.3 - <i>Added
ColumnNamingStrategies for CSV, Excel and Fixed Width files. Several
performance and functional fixes for ElasticSearch and JDBC.</i></li>
<li>2016-03-22 New release 4.5.2 - <i>Fixed
query serialization bug. Fixed DB2 query rewriting issue having an OFFSET but
no LIMIT.</i></li>
<li>2016-02-12 New release 4.5.1 - <i>Two new
separate modules for MongoDB 2.x and MongoDB 3.x to retain compatibility with
old and new APIs. Bugfixes for 4.5.0.</i></li>
<li>2015-12-17 New release 4.5.0 - <i>New
connectors for Neo4j and ElasticSearch via REST protocol. New functions: FIRST,
LAST, RANDOM and MAP_VALUE.</i></li>
@@ -797,7 +798,7 @@
<pre class="prettyprint"><dependency>
<groupId>org.apache.metamodel</groupId>
<artifactId>MetaModel-full</artifactId>
- <version>4.5.2</version>
+ <version>4.5.3</version>
</dependency></pre>
</div>