Repository: commons-rng Updated Branches: refs/heads/master 8be40b807 -> 467996009
Upversion to parent 47, and sort out remaining issues Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/46799600 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/46799600 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/46799600 Branch: refs/heads/master Commit: 467996009fc0329ba49042cd8750c3f1401de86e Parents: 8be40b8 Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Jul 10 21:46:13 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Jul 10 21:46:13 2018 -0400 ---------------------------------------------------------------------- commons-rng-examples/examples-jpms/pom.xml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/46799600/commons-rng-examples/examples-jpms/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-examples/examples-jpms/pom.xml b/commons-rng-examples/examples-jpms/pom.xml index 91e307c..8fc2a60 100644 --- a/commons-rng-examples/examples-jpms/pom.xml +++ b/commons-rng-examples/examples-jpms/pom.xml @@ -41,6 +41,8 @@ <!-- Java language level. --> <maven.compiler.source>9</maven.compiler.source> <maven.compiler.target>9</maven.compiler.target> + <animal.sniffer.skip>true</animal.sniffer.skip> + <maven.compiler.release>9</maven.compiler.release> </properties> <modules> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/46799600/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 01f276d..b801b16 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>45</version> + <version>47</version> </parent> <modelVersion>4.0.0</modelVersion>