From bfaf3a1ea7a8f9275641200d27c617bc4b70428c Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Sat, 12 Apr 2014 11:09:44 +0200 Subject: [PATCH] Preparing release 1.5.0 Cleaned up POM --- pom.xml | 402 ++++++++++++++++++++++---------------------------------- 1 file changed, 157 insertions(+), 245 deletions(-) diff --git a/pom.xml b/pom.xml index 1e756c1..9da9e87 100644 --- a/pom.xml +++ b/pom.xml @@ -1,266 +1,178 @@ + 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-propono - 2.0.0-SNAPSHOT + + org.sonatype.oss + oss-parent + 9 + - rome-propono + com.rometools + rome-propono + 1.5.0-SNAPSHOT + jar - The ROME Propono subproject is a Java class library that + rome-propono + + The ROME Propono subproject is a Java class library that supports publishing protocols, specifically the Atom Publishing Protocol and the legacy MetaWeblog API. Propono includes an Atom client library, Atom server framework and a Blog client that supports both Atom protocol - and the MetaWeblog API. + and the MetaWeblog API. - http://rometools.github.io/rome-propono/ + http://rometools.github.io/rome-propono/ - - 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-propono/issues - + + scm:git:git@github.com:rometools/rome-propono.git + scm:git:git@github.com:rometools/rome-propono.git + https://github.com/rometools/rome-propono/ + - - scm:git:git@github.com:rometools/rome-propono.git - scm:git:git@github.com:rometools/rome-propono.git - https://github.com/rometools/rome-propono/ - + + + Dave Johnson + http://rollerweblogger.org/roller + -5 + + + Robert Cooper + kebernet@gmail.com + http://www.screaming-penguin.com + -4 + + - 2007 - - - Dave Johnson - http://rollerweblogger.org/roller - -5 - - - Robert Cooper - kebernet@gmail.com - http://www.screaming-penguin.com - -4 - - + + UTF-8 + UTF-8 + - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - + + + + 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 + + + - - - sonatype-nexus-staging - http://oss.sonatype.org/service/local/staging/deploy/maven2 - - - sonatype-nexus-snapshots - http://oss.sonatype.org/content/repositories/snapshots - - - - - - sonatype-nexus-snapshots - http://oss.sonatype.org/content/repositories/snapshots - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - - - - - org.apache.maven.plugins - maven-release-plugin - 2.4.1 - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - - jar - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - com.sun.syndication.propono.atom.server.impl - - - - - 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-propono.git - ${project.build.directory}/site - - - - - - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.6 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9 - - - - javadoc - test-javadoc - - - - aggregate - false - - aggregate - - - - - - - - - - - com.rometools - rome - 2.0.0-SNAPSHOT - - - commons-codec - commons-codec - 1.3 - - - commons-httpclient - commons-httpclient - 3.0.1 - - - commons-lang - commons-lang - 2.4 - - - commons-logging - commons-logging - 1.0.4 - - - commons-beanutils - commons-beanutils - 1.6 - - - ws-commons-util - ws-commons-util - 1.0.1 - - - xmlrpc - xmlrpc-client - 3.0 - - - xmlrpc - xmlrpc-common - 3.0 - - - javax.activation - activation - 1.1 - - - net.oauth.core - oauth - 20100527 - - - net.oauth.core - oauth-provider - 20100527 - - - javax.servlet - servlet-api - 2.5 - provided - - - junit - junit - 4.11 - test - - - org.mortbay.jetty - jetty - 4.2.10 - test - - + + + com.rometools + rome + 1.5.0-SNAPSHOT + + + commons-codec + commons-codec + 1.3 + + + commons-httpclient + commons-httpclient + 3.0.1 + + + commons-lang + commons-lang + 2.4 + + + commons-logging + commons-logging + 1.0.4 + + + commons-beanutils + commons-beanutils + 1.6 + + + ws-commons-util + ws-commons-util + 1.0.1 + + + xmlrpc + xmlrpc-client + 3.0 + + + xmlrpc + xmlrpc-common + 3.0 + + + javax.activation + activation + 1.1 + + + net.oauth.core + oauth + 20100527 + + + net.oauth.core + oauth-provider + 20100527 + + + javax.servlet + servlet-api + 2.5 + provided + + + junit + junit + 4.11 + test + + + org.mortbay.jetty + jetty + 4.2.10 + test + +