This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag japicmp-base-0.1.1 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 8edb533ca67f2907fc1ee3eb0645590c3a66e0cb Author: siom79 <martin.m...@googlemail.com> AuthorDate: Mon Jun 30 20:55:48 2014 +0200 Added oss-parent as parent pom in order to be able to deploy to the Sonatype Nexus repo --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index f18cfc2..ae37c30 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.sonatype.oss</groupId> + <artifactId>oss-parent</artifactId> + <version>7</version> + </parent> + <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-base</artifactId> <version>0.1.1-SNAPSHOT</version>