Updates for publishing the site
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/986ab303 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/986ab303 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/986ab303 Branch: refs/heads/master Commit: 986ab303e1c81e37f7b8c1c8ab59e054a62c785f Parents: 40fd7ad Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Aug 14 08:21:48 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Aug 14 08:21:48 2018 -0400 ---------------------------------------------------------------------- pom.xml | 10 ++++++---- src/changes/changes.xml | 2 +- src/site/xdoc/release-history.xml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/986ab303/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 290b768..4260cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -58,15 +58,17 @@ <id>erans</id> <email>erans at apache dot org</email> </developer> + <developer> + <name>Rob Tompkins</name> + <id>chtompki</id> + <email>chtompki at apache dot org</email> + </developer> </developers> <contributors> <contributor> <name>Artem Barger</name> </contributor> - <contributor> - <name>Rob Tompkins</name> - </contributor> </contributors> <dependencies> @@ -90,7 +92,7 @@ <commons.automatic.module.name>org.apache.commons.rng.parent</commons.automatic.module.name> <!-- do not use snapshot suffix here --> <commons.release.version>1.1</commons.release.version> - <commons.rc.version>RC7</commons.rc.version> + <commons.rc.version>RC1</commons.rc.version> <commons.release.desc>(requires Java 6+)</commons.release.desc> <commons.binary.suffix>-bin</commons.binary.suffix> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/986ab303/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d0c0c1c..d1219b9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> - <release version="1.1" date="2018-08-06" description=" + <release version="1.1" date="2018-08-14" description=" This is a minor release of Apache Commons RNG, containing a few new features and performance improvements. http://git-wip-us.apache.org/repos/asf/commons-rng/blob/986ab303/src/site/xdoc/release-history.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml index 884c885..0306cac 100644 --- a/src/site/xdoc/release-history.xml +++ b/src/site/xdoc/release-history.xml @@ -25,7 +25,7 @@ limitations under the License. <table> <tr><th>Version</th><th>Release date (YYYY-MM-DD)</th><th>Required Java Version</th><th>Release notes</th></tr> <tr> - <td>1.1</td><td>2018-07-17</td><td>6+</td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td> + <td>1.1</td><td>2018-08-14</td><td>6+</td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td> </tr> <tr> <td>1.0</td><td>2016-12-13</td><td>6+</td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>