You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by if...@apache.org on 2021/03/19 01:58:02 UTC

[incubator-nlpcraft] 07/27: NLPCRAFT-91: Fix build after restructure

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

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

commit dff94ee5aa21831ad22df568edcf9cdc0c38f692
Author: Ifropc <if...@apache.org>
AuthorDate: Wed Dec 23 20:06:01 2020 -0800

    NLPCRAFT-91: Fix build after restructure
---
 nlpcraft-examples/minecraft-model/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nlpcraft-examples/minecraft-model/pom.xml b/nlpcraft-examples/minecraft-model/pom.xml
index 160ceb8..a1bbd7f 100644
--- a/nlpcraft-examples/minecraft-model/pom.xml
+++ b/nlpcraft-examples/minecraft-model/pom.xml
@@ -27,8 +27,8 @@
     <parent>
         <groupId>org.apache.nlpcraft</groupId>
         <artifactId>nlpcraft-parent</artifactId>
-        <version>0.7.2</version>
-        <relativePath>../</relativePath>
+        <version>0.7.3</version>
+        <relativePath>../../</relativePath>
     </parent>
 
     <properties>