From 98957221950af4b90620b51a29e0bbe502eea9ad Mon Sep 17 00:00:00 2001 From: Manuel Aristaran Date: Tue, 22 Mar 2016 21:53:23 -0400 Subject: [PATCH] here we go again --- pom.xml | 281 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 164 insertions(+), 117 deletions(-) diff --git a/pom.xml b/pom.xml index 23c16247..244f9e84 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 technology.tabula tabula - 0.9.1-SNAPSHOT + 0.9.0-SNAPSHOT Tabula Extract tables from PDF files http://github.com/tabulapdf/tabula-java @@ -36,8 +36,8 @@ scm:git:git@github.com:tabulapdf/tabula-java.git scm:git:git@github.com:tabulapdf/tabula-java.git git@github.com:tabulapdf/tabula-java.git - HEAD - + tabula-0.9.0 + @@ -78,23 +78,57 @@ - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - org.sonatype.plugins nexus-staging-maven-plugin - 1.6.4 + 1.6.3 true ossrh https://oss.sonatype.org/ - 40766864c3b853 true + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + maven-compiler-plugin 3.1 @@ -110,113 +144,126 @@ technology.tabula.CommandLineApp - - - jar-with-dependencies - - + + + jar-with-dependencies + + + + + + + + + release + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + - - - - - - release - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - - - - - - - net.sf.jsi - jsi - 1.1.0-SNAPSHOT - - - - org.slf4j - slf4j-api - 1.6.4 - - - - org.slf4j - slf4j-simple - 1.6.4 - - - - org.apache.pdfbox - pdfbox - 1.8.10 - - - - org.bouncycastle - bcprov-jdk15 - 1.44 - - - - org.bouncycastle - bcmail-jdk15 - 1.44 - - - - junit - junit - 4.11 - test - - - - commons-cli - commons-cli - 1.2 - - - - org.apache.commons - commons-csv - 1.0 - - - - com.google.code.gson - gson - 2.2.4 - - + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + net.sf.jsi + jsi + 1.1.0-SNAPSHOT + + + + org.slf4j + slf4j-api + 1.6.4 + + + + org.slf4j + slf4j-simple + 1.6.4 + + + + org.apache.pdfbox + pdfbox + 1.8.10 + + + + org.bouncycastle + bcprov-jdk15 + 1.44 + + + + org.bouncycastle + bcmail-jdk15 + 1.44 + + + + junit + junit + 4.11 + test + + + + commons-cli + commons-cli + 1.2 + + + + org.apache.commons + commons-csv + 1.0 + + + + com.google.code.gson + gson + 2.2.4 + +