Repeating groupId to workaround bug in versions:set
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/862e157e Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/862e157e Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/862e157e Branch: refs/heads/release-3.2 Commit: 862e157e58e7851e019f31350cfa2e244b0af5f0 Parents: a2e3a73 Author: Thomas Weise <[email protected]> Authored: Fri Nov 6 00:04:31 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Fri Nov 6 00:04:31 2015 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/862e157e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f76676a..d0220d3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ <version>3.2.0-incubating</version> </parent> + <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> <version>3.2.0-incubating-SNAPSHOT</version> <packaging>pom</packaging>
