Skip to content

Commit

Permalink
Merge branch 'master' into 1.4-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Sep 6, 2021
2 parents 6f2e939 + 080304a commit f289537
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
some default development tools files (see RAT-126) -->
<exclude>.ekstazi/**</exclude>
<exclude>**/site-content/**</exclude>
<exclude>**/site-content.README</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
Expand Down Expand Up @@ -358,6 +359,7 @@
some default development tools files (see RAT-126) -->
<exclude>.ekstazi/**</exclude>
<exclude>**/site-content/**</exclude>
<exclude>**/site-content.README</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
Expand All @@ -366,6 +368,8 @@
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
<exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
<exclude>**/*.patch</exclude>
<exclude>**/pdf.*.txt</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -490,7 +494,7 @@
<id>is-child-module</id>
<activation>
<file>
<missing>${basedir}/CONTRIBUTING.md</missing>
<missing>${basedir}/RELEASE-NOTES.txt</missing>
</file>
</activation>
<properties>
Expand All @@ -499,13 +503,9 @@
</profile>
<profile>
<!-- Runs if the SVN site checkout does not exist.
This is either obtained using svn (for the parent) or an empty directory is created. -->
<id>setup-checkout</id>
<activation>
<file>
<missing>${commons.scmPubCheckoutDirectory}</missing>
</file>
</activation>
This is either obtained using svn (for the parent) or an empty directory is created.
The site-content directory is used when updating the live site. -->
<id>site-checkout</id>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -560,7 +560,7 @@ This is avoided by creating an empty directory when svn is not available.
</profile>
<profile>
<!-- Allow the SVN site checkout to be removed in the clean phase. -->
<id>clean-checkout</id>
<id>clean-site-checkout</id>
<activation>
<file>
<exists>${commons.scmPubCheckoutDirectory}</exists>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ It is however not part of the official API and no compatibility
should be expected in subsequent releases.
It must be noted that, due to the nature of random number
generation, some of unit tests are bound to fail with some
generation, some unit tests are bound to fail with some
probability. The 'maven-surefire-plugin' is configured to
re-run tests that fail, and pass the build if they succeed
within the allotted number of reruns (the test will be marked
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/userguide/rng.apt
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,4 @@ java -jar target/examples-jmh.jar -h

7. Dependencies

Apache Commons RNG requires JDK 1.7+ and has no runtime dependencies.
Apache Commons RNG requires JDK 1.8+ and has no runtime dependencies.

0 comments on commit f289537

Please sign in to comment.