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/20 17:56:06 UTC

[incubator-nlpcraft-java-client] branch master updated: Fixed the tag in pom.xml

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-java-client.git


The following commit(s) were added to refs/heads/master by this push:
     new c318d50  Fixed the tag in pom.xml
c318d50 is described below

commit c318d5047fedc36ef28abe419900e72a3044a053
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Wed May 20 10:56:01 2020 -0700

    Fixed the tag in pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 162ea69..4b6f6c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <connection>scm:git:ssh://git@github.com/apache/incubator-nlpcraft.git</connection>
         <developerConnection>scm:git:ssh://git@github.com/apache/incubator-nlpcraft.git</developerConnection>
         <!-- Set actual tag name here -->
-        <tag>HEAD</tag>
+        <tag>v0.5.0</tag>
     </scm>
 
     <dependencies>