From 341b3355fbdbab6ad3cfd7fe9f4c0d15cf1a8556 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Mon, 7 Oct 2013 21:35:37 +0200 Subject: [PATCH] Updated POM --- pom.xml | 479 +++++++++++++++++++++++++------------------------------- 1 file changed, 211 insertions(+), 268 deletions(-) diff --git a/pom.xml b/pom.xml index 3158c30..102efd6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,54 +1,41 @@ - + + 4.0.0 + org.rometools rome-propono - rome-propono 2.0.0-SNAPSHOT - jar + + 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. + http://rometools.github.io/rome-propono/ + ROME Project https://github.com/rometools/ + 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/ - - - - -
dev@rome.dev.java.net
-
-
-
-
+ 2007 - - - dev@rome.dev.java.net - - https://rome.dev.java.net/servlets/ProjectMailingListList - - - https://rome.dev.java.net/servlets/ProjectMailingListList - - - https://rome.dev.java.net/servlets/SummarizeList?listName=dev - - - + Dave Johnson @@ -57,11 +44,12 @@ Robert Cooper + kebernet@gmail.com http://www.screaming-penguin.com -4 - kebernet@gmail.com + The Apache Software License, Version 2.0 @@ -69,219 +57,11 @@ repo - - - oauth - http://oauth.googlecode.com/svn/code/maven/ - - - - install - - - org.apache.maven.plugins - maven-release-plugin - 2.0-beta-9 - - forked-path - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-javadoc-plugin - - com.sun.syndication.propono.atom.server.impl - - - - maven-surefire-plugin - - - **/Test*.java - - - - - - org.apache.maven.plugins - maven-source-plugin - - - - jar - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - - jar - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - 9000 - ${basedir}/target/site/tempdir - - - - 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.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 - - - - javax.servlet - servlet-api - 2.5 - - - - net.oauth.core - oauth - 20090531 - compile - - - - net.oauth.core - oauth-provider - 20090531 - compile - - - - junit - junit - 3.8.2 - test - - - - org.mortbay.jetty - jetty - 4.2.12 - test - - - - - - - - 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 - - - - - - + + UTF-8 + UTF-8 + @@ -296,33 +76,196 @@ - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.0-alpha-4 - - - sign-artifacts - verify - - sign - - - - - - - - + + + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + com.sun.syndication.propono.atom.server.impl + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.10 + + + **/Test*.java + + + + + 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 + + 9000 + ${basedir}/target/site/tempdir + + + + 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 + + + + + + + + + + org.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 + + + javax.servlet + servlet-api + 2.5 + + + net.oauth.core + oauth + 20100527 + compile + + + net.oauth.core + oauth-provider + 20100527 + compile + + + junit + junit + 4.11 + test + + + org.mortbay.jetty + jetty + 4.2.10 + test + + +