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

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


The following commit(s) were added to refs/heads/NLPCRAFT-384 by this push:
     new 7d67b92  Update pom.xml
7d67b92 is described below

commit 7d67b920f960d392abab416399f866de5a949f42
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Aug 16 17:47:33 2021 -0700

    Update pom.xml
---
 nlpcraft-examples/alarm/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nlpcraft-examples/alarm/pom.xml b/nlpcraft-examples/alarm/pom.xml
index 9856392..9420959 100644
--- a/nlpcraft-examples/alarm/pom.xml
+++ b/nlpcraft-examples/alarm/pom.xml
@@ -25,8 +25,8 @@
     <artifactId>nlpcraft-example-alarm</artifactId>
 
     <parent>
-        <artifactId>nlpcraft-parent</artifactId>
         <groupId>org.apache.nlpcraft</groupId>
+        <artifactId>nlpcraft-parent</artifactId>
         <version>0.9.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
@@ -70,6 +70,7 @@
                     <target>${java.ver}</target>
                 </configuration>
             </plugin>
+
             <plugin>
                 <groupId>com.bazaarvoice.maven.plugins</groupId>
                 <artifactId>process-exec-maven-plugin</artifactId>

Reply via email to