Repository: commons-numbers Updated Branches: refs/heads/master 5b140a0e2 -> 7a08b2a43
Add new module to POM. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/6a185b1a Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/6a185b1a Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/6a185b1a Branch: refs/heads/master Commit: 6a185b1ac50cb486fc3cc92881fbedcc62d4a1e0 Parents: 5b140a0 Author: Gilles Sadowski <[email protected]> Authored: Sun May 21 20:06:30 2017 +0200 Committer: Gilles Sadowski <[email protected]> Committed: Sun May 21 20:06:30 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/6a185b1a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8aeafa1..248a42f 100644 --- a/pom.xml +++ b/pom.xml @@ -599,6 +599,7 @@ <module>commons-numbers-fraction</module> <module>commons-numbers-angle</module> <module>commons-numbers-gamma</module> + <module>commons-numbers-combinatorics</module> </modules> </project>
