Fix for release comments.
diff --git a/external/readme.txt b/external/readme.txt
index 5ecbdc2..c292b2d 100644
--- a/external/readme.txt
+++ b/external/readme.txt
@@ -4,4 +4,12 @@
 
 Note that CC BY 4.0 is not automatically compatible with Apache Software License 2.0 and
 therefore is NOT included into official Apache source release. This configuration can
-be downloaded separately if CC BY 4.0 derived content is acceptable by the end user.
\ No newline at end of file
+be downloaded separately if CC BY 4.0 derived content is acceptable by the end user.
+
+To use pre-packaged configuration files (expanded in this directory or elsewhere) you
+need to provide NLPCRAFT_RESOURCE_EXT system property or environment variable to NLPCraft
+server that should point to the absolute path of the folder where these files are located.
+
+For example, if you obtained the 'cc_by40_geo_config.zip' file from this folder and unzipped
+into '/home/nlpcraft/ext' folder, then you need to run NLPCraft server with the
+following system property configuration '-DNLPCRAFT_RESOURCE_EXT=/home/nlpcraft/ext'.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a7c2582..abb5c4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>0.6.0</tag>
+        <tag>0.6.2</tag>
     </scm>
 
     <properties>