aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-12 09:21:05 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-12 09:21:05 +0100
commit9be611045bc0eba133be8d318abac9042e9888c7 (patch)
tree8ee920f7bcc0583a466b9e819e59ae00609c19ad
parent883b7e6d2ceacbdcc85415c5ff87810c5acc0e8f (diff)
downloadesper-testing-9be611045bc0eba133be8d318abac9042e9888c7.tar.gz
esper-testing-9be611045bc0eba133be8d318abac9042e9888c7.tar.bz2
esper-testing-9be611045bc0eba133be8d318abac9042e9888c7.tar.xz
esper-testing-9be611045bc0eba133be8d318abac9042e9888c7.zip
o Adding Sonatype OSS parent pom.
-rwxr-xr-xpom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4d95f20..5fe5c03 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
<groupId>io.trygvis.esper.testing</groupId>
<artifactId>esper-testing</artifactId>
<version>1.0-SNAPSHOT</version>