inherit from apache pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/378bca8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/378bca8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/378bca8a Branch: refs/heads/0.1-rc1 Commit: 378bca8a979229e172700ad01a423d7c13d33f8c Parents: f829fae Author: sblackmon <[email protected]> Authored: Wed Dec 17 11:31:42 2014 -0600 Committer: sblackmon <[email protected]> Committed: Wed Dec 17 11:35:46 2014 -0600 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/378bca8a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 56d53cc..2e196d3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,12 @@ <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>16</version> + </parent> + <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> <version>0.1-SNAPSHOT</version>
