From 58af951a0f40708d4775e7ca8f02ecc2f3218b22 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Sat, 2 Jun 2012 21:28:16 +0100 Subject: [PATCH] Add parent for release to Sonatype OSS repo --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index faf2e11..53dd536 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,12 @@ <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.sonatype.oss</groupId> + <artifactId>oss-parent</artifactId> + <version>7</version> + </parent> + <groupId>com.github.joelittlejohn.embedmongo</groupId> <artifactId>embedmongo-maven-plugin</artifactId> <version>0.1.0-SNAPSHOT</version> -- GitLab