From 778d1716d6df29d3f3cd9d22cb0d2c2fc4f97366 Mon Sep 17 00:00:00 2001 From: Ravi Khadiwala Date: Thu, 3 May 2018 18:32:24 -0500 Subject: [PATCH] Update pom --- asyncutil-flow/pom.xml | 45 +++++++++++++++++--- asyncutil/pom.xml | 41 ++++++++++++++++-- pom.xml | 97 ++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 172 insertions(+), 11 deletions(-) diff --git a/asyncutil-flow/pom.xml b/asyncutil-flow/pom.xml index 56ba943..ece907e 100644 --- a/asyncutil-flow/pom.xml +++ b/asyncutil-flow/pom.xml @@ -2,13 +2,48 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.ibm + + com.ibm.async + asyncutil-aggregator + 0.1.0-SNAPSHOT + + + com.ibm.async asyncutil-flow - 0.0.2-SNAPSHOT + 0.1.0-SNAPSHOT jar asyncutil-flow - http://maven.apache.org + Utilities for working with asyncutil and Flow + http://github.com/ibm/java-async-util + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Ravi Khadiwala + rkhadiwa@us.ibm.com + IBM + http://www.ibm.com + + + Renar Narubin + rnarubin@us.ibm.com + IBM + http://www.ibm.com + + + + + scm:git:git://github.com/ibm/java-async-util.git + scm:git:ssh://github.com:ibm/java-async-util.git + http://github.com/ibm/java-async-util + UTF-8 @@ -52,9 +87,9 @@ - com.ibm + com.ibm.async asyncutil - 0.0.2-SNAPSHOT + 0.1.0-SNAPSHOT junit diff --git a/asyncutil/pom.xml b/asyncutil/pom.xml index 19fb6c0..7d6de27 100644 --- a/asyncutil/pom.xml +++ b/asyncutil/pom.xml @@ -2,13 +2,48 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.ibm + + com.ibm.async + asyncutil-aggregator + 0.1.0-SNAPSHOT + + + com.ibm.async asyncutil - 0.0.2-SNAPSHOT + 0.1.0-SNAPSHOT jar asyncutil - http://maven.apache.org + Utilities for working with CompletionStages + http://github.com/ibm/java-async-util + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Ravi Khadiwala + rkhadiwa@us.ibm.com + IBM + http://www.ibm.com + + + Renar Narubin + rnarubin@us.ibm.com + IBM + http://www.ibm.com + + + + + scm:git:git://github.com/ibm/java-async-util.git + scm:git:ssh://github.com:ibm/java-async-util.git + http://github.com/ibm/java-async-util + UTF-8 diff --git a/pom.xml b/pom.xml index 0f662f0..56106b6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,103 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.ibm + com.ibm.async asyncutil-aggregator - 0.0.2-SNAPSHOT + 0.1.0-SNAPSHOT pom - http://maven.apache.org + asyncutil-aggregator + Utilities for working with CompletionStages + http://github.com/ibm/java-async-util + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Ravi Khadiwala + rkhadiwa@us.ibm.com + IBM + http://www.ibm.com + + + Renar Narubin + rnarubin@us.ibm.com + IBM + http://www.ibm.com + + + + + scm:git:git://github.com/ibm/java-async-util.git + scm:git:ssh://github.com:ibm/java-async-util.git + http://github.com/ibm/java-async-util + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + +