You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/26 00:21:32 UTC

[maven-site] branch master updated: do as we can with current DOXIA-597 bug

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b5ca76  do as we can with current DOXIA-597 bug
9b5ca76 is described below

commit 9b5ca7670d540902417149cb132a944c1af70a2a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Nov 26 01:21:28 2019 +0100

    do as we can with current DOXIA-597 bug
---
 content/markdown/docs/3.6.3/release-notes.md | 8 +++++++-
 pom.xml                                      | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

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 @@ Many thanks to all reporters and contributors for their time and support.
 
 - 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>