SAMOA-37: Remove unused module declaration
Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/df8e19df Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/df8e19df Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/df8e19df Branch: refs/heads/master Commit: df8e19dfe8bc8f9b36edf5ad4efc67f6164e85f0 Parents: 01d6d57 Author: Gianmarco De Francisci Morales <[email protected]> Authored: Fri Jun 26 11:06:47 2015 +0200 Committer: abifet <[email protected]> Committed: Wed Jul 1 18:09:09 2015 +0800 ---------------------------------------------------------------------- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/df8e19df/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 88b6790..2eeef21 100644 --- a/pom.xml +++ b/pom.xml @@ -26,14 +26,11 @@ <description>Apache SAMOA (incubating) is a platform for mining big data streams.</description> <url>http://samoa.incubator.apache.org</url> <inceptionYear>2013</inceptionYear> - <modules> - <module>samoa-test</module> - </modules> <packaging>pom</packaging> <groupId>org.apache.samoa</groupId> <artifactId>samoa</artifactId> - <version>0.3.0-incubating-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> <organization> <name>The Apache Software Foundation</name>
