You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/05 09:30:11 UTC

[commons-rng] branch master updated (532d924 -> b28d453)

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

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git.


    from 532d924  Add full project name to examples modules
     new f937821  Use https
     new b28d453  Add missing forward slash

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/assembly/bin.xml | 2 +-
 src/site/site.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[commons-rng] 02/02: Add missing forward slash

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit b28d4534992d407ff36468d934120852dcf22a73
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 5 10:20:11 2021 +0100

    Add missing forward slash
---
 src/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 2152395..65f5a49 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -46,7 +46,7 @@ limitations under the License.
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}../target/site</directory>
+      <directory>${project.basedir}/../target/site</directory>
       <outputDirectory>docs</outputDirectory>
       <excludes>
       </excludes>

[commons-rng] 01/02: Use https

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit f9378219b77fb46f3cb6829ebc261efc99b3bb96
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 5 10:13:17 2021 +0100

    Use https
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 73f7dc6..156309e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -37,7 +37,7 @@
       <item name="Downloads" href="https://commons.apache.org/rng/download_rng.cgi"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Source Repository (current)"
-         href="http://gitbox.apache.org/repos/asf/commons-rng.git"/>
+         href="https://gitbox.apache.org/repos/asf/commons-rng.git"/>
       <!-- <item name="Wiki"   -->
       <!--       href="http://wiki.apache.org/commons/RNG"/> -->
       <item name="Developers Guide" href="/developers.html"/>