From 64386925ac1777f33498754cff5c39f2bcb48b2b Mon Sep 17 00:00:00 2001 From: "Paul J. Morris" Date: Tue, 28 Nov 2017 13:42:51 -0500 Subject: [PATCH] ISSUE: PURPOSE: Versioning as 1.0.1 for release. DESCRIPTION: In pom. Also updated pom to deploy release to maven central. --- pom.xml | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 127 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e9bb49d..68774a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,26 +4,97 @@ org.kurator kurator-akka - 1.0.1-SNAPSHOT + 1.0.1 jar kurator-akka - http://opensource.ncsa.illinois.edu/projects/KURATOR + http://wiki.datakurator.org/ + + + + Apache license, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + + + + + + Timothy McPhillips + tmcphillips@absoluteflow.org + University of Illinois Urbana-Champaign + http://cirss.ischool.illinois.edu/index.php + + + + David B. Lowery + lowerydb@gmail.com + Museum of Comparative Zoology, Harvard University + https://www.mcz.harvard.edu/ + + + + Paul J. Morris + mole@morris.net + Museum of Comparative Zoology, Harvard University + https://www.mcz.harvard.edu/ + + + + Qian Zhang + zhangqian06@gmail.com + University of Illinois Urbana-Champaign + http://cirss.ischool.illinois.edu/index.php + + + + John Wieczorek + tuco@berkeley.edu + Museum of Comparative Zoology, Harvard University + https://www.mcz.harvard.edu/ + + + + Allan Koch Veiga + allan.kv@gmail.com + Research Center on Biodiversity and Computing, University of Sao Paulo + http://www.biocomp.org.br/ + + + + + + scm:git:git@github.com:kurator-org/kurator-akka.git + scm:git:git@github.com:kurator-org/kurator-akka.git + git@github.com:kurator-org/kurator-akka.git + + + + UTF-8 + UTF-8 + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + @@ -35,10 +106,6 @@ - - UTF-8 - - @@ -220,6 +287,21 @@ + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + maven-assembly-plugin @@ -288,4 +370,40 @@ + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + +