From ce5d3b862a719f54eb34266b3d5dfb61e99bf119 Mon Sep 17 00:00:00 2001 From: Felix Wong Date: Tue, 20 Nov 2018 18:36:46 -0500 Subject: [PATCH] Update version to 1.1.1 --- README.md | 6 +- pom.xml | 402 +++++++++++++++++++++++++++--------------------------- 2 files changed, 206 insertions(+), 202 deletions(-) diff --git a/README.md b/README.md index f989b26..28c1613 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ To compile and package, run: mvn package -This will build `target/liberty-opentracing-zipkintracer-1.1-sample.zip`. Copy this file to `${wlp.user.dir}` +This will build `target/liberty-opentracing-zipkintracer-1.1.1-sample.zip`. Copy this file to `${wlp.user.dir}` and `unzip` it to install the feature extension: - $ cp target/liberty-opentracing-zipkintracer-1.1-sample.zip ${WLP}/usr/ + $ cp target/liberty-opentracing-zipkintracer-1.1.1-sample.zip ${WLP}/usr/ $ cd ${WLP}/usr/ - $ unzip liberty-opentracing-zipkintracer-1.1-sample.zip + $ unzip liberty-opentracing-zipkintracer-1.1.1-sample.zip $ ls -R extension/ extension/: lib diff --git a/pom.xml b/pom.xml index abcb28e..105cc99 100755 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,19 @@ - - 4.0.0 - + + 4.0.0 + net.wasdev.wlp.tracer liberty-opentracing-zipkintracer - 1.1 + 1.1.1 jar - - liberty-zipkin-tracer + + liberty-zipkin-tracer Sample Liberty profile feature demonstrating an opentracing.io API compliant Zipkin tracer https://wasdev.github.io - + The Apache Software License, Version 2.0 @@ -29,206 +31,208 @@ - dtadcox - David Adcox - codeapex@gmail.com + Felix Wong + https://github.com/fmhwong + fmhwong@ca.ibm.com - - - - - io.opentracing.brave - brave-opentracing - 0.31.3 - - - - io.zipkin.brave - brave - 5.1.4 - - - - io.zipkin.zipkin2 - zipkin - 2.11.1 - - - - io.zipkin.reporter2 - zipkin-reporter - 2.7.7 - - - - io.zipkin.reporter2 - zipkin-sender-okhttp3 - 2.7.7 - - - - com.squareup.okhttp3 - okhttp - 3.11.0 - - - - org.osgi - org.osgi.service.component - 1.3.0 - - - - org.osgi - org.osgi.service.component.annotations - 1.3.0 - - - - junit - junit - 4.12 - test - - - - biz.aQute.bnd - bndlib - 2.4.0 - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.1.0 - - - package - - shade - - - target/sample/extension/lib/com.ibm.ws.io.opentracing.zipkintracer-0.31.jar - false - - - io.opentracing:opentracing-api - org.osgi:org.osgi.service.component.annotations - - - - - OpentracingTracerFactory.class - - - - - - - - biz.aQute.bnd - bnd-maven-plugin - 2.4.1 + + + + io.opentracing.brave + brave-opentracing + 0.31.3 + + + + io.zipkin.brave + brave + 5.1.4 + + + + io.zipkin.zipkin2 + zipkin + 2.11.1 + + + + io.zipkin.reporter2 + zipkin-reporter + 2.7.7 + + + + io.zipkin.reporter2 + zipkin-sender-okhttp3 + 2.7.7 + + + + com.squareup.okhttp3 + okhttp + 3.11.0 + + + + org.osgi + org.osgi.service.component + 1.3.0 + + + + org.osgi + org.osgi.service.component.annotations + 1.3.0 + + + + junit + junit + 4.12 + test + + + + biz.aQute.bnd + bndlib + 2.4.0 + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.0 + + + package + + shade + + + target/sample/extension/lib/com.ibm.ws.io.opentracing.zipkintracer-0.31.jar + false + + + io.opentracing:opentracing-api + org.osgi:org.osgi.service.component.annotations + + + + + OpentracingTracerFactory.class + + + + + + + + + biz.aQute.bnd + bnd-maven-plugin + 2.4.1 - - - - bnd-process - - - - + + + + bnd-process + + + + - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - default-jar - package - - jar - - - - com/**/tracer/** - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - - - - maven-resources-plugin - 2.4.3 - - - copy-resources - validate - - copy-resources - - - ${basedir}/target/sample/extension/lib/features - - - src/features - true - - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + com/**/tracer/** + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + + maven-resources-plugin + 2.4.3 + + + copy-resources + validate + + copy-resources + + + ${basedir}/target/sample/extension/lib/features + + + src/features + true + + + + + - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + - org.apache.maven.plugins - maven-assembly-plugin - - - create-distribution - package - - single - - - - assembly.xml - - - - - - - + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + create-distribution + package + + single + + + + assembly.xml + + + + + + +