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/09/20 06:53:32 UTC

[incubator-nlpcraft] branch master updated: WIP on 0.7.0 prep.

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 6a8b682  WIP on 0.7.0 prep.
6a8b682 is described below

commit 6a8b682f561f60e44b381a35bc75e0782c107db8
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sat Sep 19 23:51:15 2020 -0700

    WIP on 0.7.0 prep.
---
 nlpcraft-stanford/pom.xml                                             | 2 +-
 nlpcraft/pom.xml                                                      | 2 +-
 .../src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala | 3 ++-
 pom.xml                                                               | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/nlpcraft-stanford/pom.xml b/nlpcraft-stanford/pom.xml
index 341fd7e..d0af7c2 100644
--- a/nlpcraft-stanford/pom.xml
+++ b/nlpcraft-stanford/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.nlpcraft</groupId>
         <artifactId>nlpcraft-parent</artifactId>
-        <version>0.6.2</version>
+        <version>0.7.0</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index b6db663..8413fcd 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.nlpcraft</groupId>
         <artifactId>nlpcraft-parent</artifactId>
-        <version>0.6.2</version>
+        <version>0.7.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
index 04dfd5a..381b87d 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
@@ -47,7 +47,8 @@ object NCVersion extends LazyLogging {
     private final val VERSIONS = Seq(
         Version("0.5.0", LocalDate.of(2020, 4, 16)),
         Version("0.6.0", LocalDate.of(2020, 5, 25)),
-        Version("0.6.2", LocalDate.of(2020, 7, 9))
+        Version("0.6.2", LocalDate.of(2020, 7, 9)),
+        Version("0.7.0", LocalDate.of(2020, 9, 29))
     ).sortBy(_.version)
     // +=================================================+
     // | UPDATE THIS SEQUENCE FOR EACH RELEASE MANUALLY. |
diff --git a/pom.xml b/pom.xml
index 9ae607c..86c7009 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <name>NLPCraft Parent</name>
     <groupId>org.apache.nlpcraft</groupId>
     <artifactId>nlpcraft-parent</artifactId>
-    <version>0.6.2</version>
+    <version>0.7.0</version>
     <packaging>pom</packaging>
 
     <url>https://nlpcraft.apache.org</url>
@@ -67,7 +67,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>v0.6.2</tag>
+        <tag>v0.7.0</tag>
     </scm>
 
     <properties>