SAMOA-37: Change pom.xml parent to Apache from Sonatype
Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/98ce5109 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/98ce5109 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/98ce5109 Branch: refs/heads/master Commit: 98ce51099649648b02480b9052c3d24109db6ee2 Parents: bfa921a Author: Gianmarco De Francisci Morales <[email protected]> Authored: Fri Jun 26 10:39:20 2015 +0200 Committer: abifet <[email protected]> Committed: Wed Jul 1 18:09:09 2015 +0800 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/98ce5109/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0dedc02..6fcd736 100644 --- a/pom.xml +++ b/pom.xml @@ -294,8 +294,9 @@ </build> <parent> - <groupId>org.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>7</version> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>17</version> </parent> + </project>
