You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/05/06 16:08:10 UTC

[incubator-nlpcraft] branch 0.5.0-release-snapshot updated: WIP.

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

sergeykamov pushed a commit to branch 0.5.0-release-snapshot
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/0.5.0-release-snapshot by this push:
     new 2876429  WIP.
2876429 is described below

commit 2876429c8a0af7a81e766a6e7399bf4804ee5ec0
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Wed May 6 19:08:03 2020 +0300

    WIP.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index c963de7..7f29f9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,12 @@
     <url>https://nlpcraft.apache.org</url>
     <description>An open source API to convert natural language into actions.</description>
 
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>10</version>
+    </parent>
+
     <developers>
         <developer>
             <id>aradzinski</id>