From 9f65c6bc92ded052b64aa366968612666abd7518 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Sat, 12 Apr 2014 11:07:10 +0200 Subject: [PATCH] Preparing release 1.5.0 Cleaned up POM --- pom.xml | 310 ++++++++++++++++++++++---------------------------------- 1 file changed, 120 insertions(+), 190 deletions(-) diff --git a/pom.xml b/pom.xml index 0d698a4..7f83b21 100644 --- a/pom.xml +++ b/pom.xml @@ -1,207 +1,137 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - 4.0.0 + 4.0.0 - com.rometools - rome-fetcher - 2.0.0-SNAPSHOT + + org.sonatype.oss + oss-parent + 9 + - rome-fetcher + com.rometools + rome-fetcher + 1.5.0-SNAPSHOT + jar - A well behaved feed fetcher API for ROME + rome-fetcher - 2004 + A well behaved feed fetcher API for ROME - http://rometools.github.io/rome-fetcher/ + http://rometools.github.io/rome-fetcher/ - - ROME Project - https://github.com/rometools/ - + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + - - https://github.com/rometools/rome-fetcher/issues - + + scm:git:git@github.com:rometools/rome-fetcher.git + scm:git:git@github.com:rometools/rome-fetcher.git + https://github.com/rometools/rome-fetcher/ + - - scm:git:git@github.com:rometools/rome-fetcher.git - scm:git:git@github.com:rometools/rome-fetcher.git - https://github.com/rometools/rome-fetcher/ - + + + Nick Lothian + http://nicklothian.com + + + Robert Cooper + kebernet@gmail.comM + + - - - Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + + UTF-8 + UTF-8 + - - - kebernet - Robert Cooper - kebernet@gmail.comM - - - Nick Lothian - http://nicklothian.com - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.0 + + gh-pages + ${project.scm.developerConnection} + ${project.build.directory}/site + + + + - - UTF-8 - UTF-8 - + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + - - - central.staging - http://oss.sonatype.org/service/local/staging/deploy/maven2 - - - sonatype.snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - - - - sonatype.snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - - jar - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.plugins - maven-scm-publish-plugin - 1.0-beta-2 - - gh-pages - scm:git:git@github.com:rometools/rome-fetcher.git - ${project.build.directory}/site - - - - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - - javadoc - - - - aggregate - false - - aggregate - - - - - - - - - - com.rometools - rome - 2.0.0-SNAPSHOT - - - xerces - xercesImpl - 2.11.0 - - - commons-httpclient - commons-httpclient - 3.1 - - - - commons-logging - commons-logging - 1.1.3 - - - - commons-logging - commons-logging-api - 1.1 - - - - javax.servlet - servlet-api - 2.5 - test - - - jetty - jetty - 4.2.12 - test - - - junit - junit - 4.11 - test - - + + + com.rometools + rome + 1.5.0-SNAPSHOT + + + xerces + xercesImpl + 2.11.0 + + + commons-httpclient + commons-httpclient + 3.1 + + + + commons-logging + commons-logging + 1.1.3 + + + + commons-logging + commons-logging-api + 1.1 + + + + javax.servlet + servlet-api + 2.5 + test + + + jetty + jetty + 4.2.12 + test + + + junit + junit + 4.11 + test + + \ No newline at end of file