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

[incubator-nlpcraft] branch master updated: Quick fixes.

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new eb6bf9e  Quick fixes.
eb6bf9e is described below

commit eb6bf9e2b10cec5bdb8d3f5050db84aab2113b26
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Mon May 11 18:16:54 2020 -0700

    Quick fixes.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2375fe1..3d16d71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <name>NLPCraft</name>
-    <artifactId>nlpcraft</artifactId>
     <groupId>org.apache.nlpcraft</groupId>
+    <artifactId>nlpcraft</artifactId>
     <version>0.5.0</version>
     <url>https://nlpcraft.apache.org</url>
     <description>An open source API to convert natural language into actions.</description>
@@ -806,7 +806,6 @@ JDK version should be 8 or 11
                         <configuration>
                             <excludes>
                                 <exclude>.gitignore</exclude>
-                                <exclude>.travis.yml</exclude>
                                 <exclude>build</exclude>
                                 <exclude>.idea</exclude>
                                 <exclude>venv</exclude>