do as we can with current DOXIA-597 bug
diff --git a/content/markdown/docs/3.6.3/release-notes.md b/content/markdown/docs/3.6.3/release-notes.md
index 3d2922a..9515d81 100644
--- a/content/markdown/docs/3.6.3/release-notes.md
+++ b/content/markdown/docs/3.6.3/release-notes.md
@@ -56,7 +56,13 @@
 
 - Some license issues on binary distribution have been fixed.
 
-- This Maven distribution is now Reproducible: if you build from source archive, with JDK 8, on Windows and with `-DbuildNumber=cecedd343002696d0abb50b32b541b8a6ba2883f`, you'll get bit-for-bit identical output that you can check with sha512 fingerprints. If you're building on any Unix system, you'll need to add `-Dline.separator=$'\r\n'`. See the [Maven - Guide to Configuring for Reproducible Builds](/guides/mini/guide-reproducible-builds.html) for more details.
+- This Maven distribution is now Reproducible: if you build from source archive, with JDK 8, on Windows, with  
+```
+mvn -DbuildNumber=cecedd343002696d0abb50b32b541b8a6ba2883f package
+```
+  you'll get bit-by-bit identical output that you can check with sha512 fingerprints.  
+  If you're building on any Unix system, you'll need to add "`-Dline.separator=$'\r\n'`".  
+  See the [Maven - Guide to Configuring for Reproducible Builds](/guides/mini/guide-reproducible-builds.html) for more details.
 
 ## The detailed issue list[](#Details)
 
diff --git a/pom.xml b/pom.xml
index b827db4..37fa98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <versions3x>3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.8</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
-    <doxiaVersion>1.9.1-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.9</doxiaVersion>
     <doxiaToolsVersion>1.9.1</doxiaToolsVersion>
   </properties>