From 47485f2ff341d84217bf7c160f030c6685e5ef3f Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 2 Mar 2015 16:13:03 -0800 Subject: Updating POM to deploy v1.2.4 to Maven. --- pom.xml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 71a8a0f..24ada43 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ carbonado jar Carbonado - 1.2.3 + 1.2.4 Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology. @@ -195,11 +195,37 @@ org.apache.maven.plugins maven-compiler-plugin + 3.0 1.5 1.5 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + 1.7 + false + + http://docs.oracle.com/javase/7/docs/api + + true + + + + attach-javadocs + + jar + + + -Xdoclint:none + + + + @@ -276,4 +302,59 @@ + + + + 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 + + + 2753E2C6 + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + -- cgit v1.2.3