From 76af530fb2862f74e48ef9ec0bf59f7eb784bb6b Mon Sep 17 00:00:00 2001 From: kebernet Date: Fri, 11 Mar 2011 18:14:23 +0000 Subject: [PATCH] 1.0 --- pom.xml | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 126 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ac83b1d..c288c86 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,37 @@ 4.0.0 - org.rometools.opml - opml + org.rometools + rome-opml jar - 1.0-SNAPSHOT + 1.0 rome-opml http://rometools.jira.com + + + kebernet + kebernet@gmail.com + Robert Cooper + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://rometools.jira.com/svn/MODULES/trunk + scm:svn:https://rometools.jira.com/svn/MODULES/trunk + https://rometools.jira.com/source/browse/MODULES + + + + maven2-repository.dev.java.net + http://download.java.net/maven/2 + + junit @@ -19,6 +44,104 @@ rome rome 1.0 + compile + + + + org.apache.maven.plugins + maven-scm-plugin + 1.0 + + install + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.4 + 1.4 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.2 + + ${project.build.sourceEncoding} + + + + + + + release + + + performRelease + true + + + + + central.staging + Nexus Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2 + + + sonatype.snapshots + My Nexus Snapshots Repository + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + + UTF-8 +