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

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git

commit 2517ff4bce9cb2269247a7f6cd8cd23f0135e1b3
Author: Kasper Sørensen <i.am.kasper.soren...@gmail.com>
AuthorDate: Thu Mar 28 12:23:30 2019 -0700

    Prepared `full` module and CHANGES.md for a new release.
---
 CHANGES.md   | 2 +-
 full/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index fc70ada..00490c9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-### Apache MetaModel [WIP]
+### Apache MetaModel 5.3.0
 
  * [METAMODEL-1210] - Added a new connector for .arff files.
  * [METAMODEL-1207] - Fix JDBC Database version parser edge cases.
diff --git a/full/pom.xml b/full/pom.xml
index 7d15ef8..ab20ef2 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -222,6 +222,11 @@ under the License.
                </dependency>
                <dependency>
                        <groupId>org.apache.metamodel</groupId>
+                       <artifactId>MetaModel-arff</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.metamodel</groupId>
                        <artifactId>MetaModel-elasticsearch-rest</artifactId>
                        <version>${project.version}</version>
                </dependency>

Reply via email to