diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-12 09:21:05 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-12 09:21:05 +0100 |
commit | 9be611045bc0eba133be8d318abac9042e9888c7 (patch) | |
tree | 8ee920f7bcc0583a466b9e819e59ae00609c19ad | |
parent | 883b7e6d2ceacbdcc85415c5ff87810c5acc0e8f (diff) | |
download | esper-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-x | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |