diff --git a/.travis.yml b/.travis.yml index 9dca3cba7..3167b896b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,670 +24,30 @@ before_install: cp settings.xml $HOME/.m2/settings.xml;' sudo: required stages: -- install -- test - deploy jobs: include: - - stage: install + - stage: deploy jdk: openjdk8 install: rm -rf $BUILD_PATH ~/.m2/repository/io/opentracing/contrib/specialagent script: - 'if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then - travis_retry bash -c "(mvn -B -P test --fail-at-end -Dsilent dependency:go-offline || true) && mvn -e -B -P report install || (rm -rf ~/.m2/repository/* && false)" && - travis_retry mvn -e -B -DrepoToken=$REPO_TOKEN coveralls:report && - travis_retry mvn -e -B -Dassemble install; + travis_retry bash -c "(mvn -e -B -P test --fail-at-end -Dsilent dependency:go-offline || true) && mvn -e -B -DskipTests install || (rm -rf ~/.m2/repository/* && false)" && + eval "$SIGNING_KEY" &> /dev/null && + travis_retry mvn -e -B -Dassemble -DignoreMissingTestManifest -P deploy deploy; else - travis_retry bash -c "(mvn -B -P test --fail-at-end -Dsilent dependency:go-offline || true) && mvn -e -B install || (rm -rf ~/.m2/repository/* && false)" && - travis_retry mvn -e -B -Dassemble install; + travis_retry bash -c "(mvn -e -B -P test --fail-at-end -Dsilent dependency:go-offline || true) && mvn -e -B install || (rm -rf ~/.m2/repository/* && false)" && + travis_retry mvn -e -B -Dassemble -DignoreMissingTestManifest install; fi' before_cache: find . -name target -exec rsync -R -r '{}' $BUILD_PATH \; - - stage: install - jdk: openjdk11 - install: rm -rf $BUILD_PATH ~/.m2/repository/io/opentracing/contrib/specialagent - script: - - 'travis_retry bash -c "(mvn -e -B -P test --fail-at-end -Dsilent dependency:go-offline || true) && mvn -e -B install || (rm -rf ~/.m2/repository/* && false)" && - travis_retry mvn -e -B -Dassemble install;' - before_cache: find . -name target -exec rsync -R -r '{}' $BUILD_PATH \; - - stage: deploy - jdk: openjdk8 - install: rsync -r $BUILD_PATH/ . - script: - - 'if [ "$TRAVIS_BRANCH" = "master" ] && - [ "$TRAVIS_PULL_REQUEST" = "false" ]; then - eval "$SIGNING_KEY" &> /dev/null && - travis_retry mvn -e -B -Dassemble -P deploy deploy; - fi' - - name: "Akka Actor [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/akka-actor -amd integration-test || (mvn -e -B -P test -pl test/akka-actor -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Akka Actor [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/akka-actor -amd integration-test || (mvn -e -B -P test -pl test/akka-actor -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Akka Http [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/akka-http -amd integration-test || (mvn -e -B -P test -pl test/akka-http -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Akka Http [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/akka-http -amd integration-test || (mvn -e -B -P test -pl test/akka-http -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Apache CXF [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/cxf -amd integration-test || (mvn -e -B -P test -pl test/cxf -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Apache CXF [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/cxf -amd integration-test || (mvn -e -B -P test -pl test/cxf -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Apache HttpClient [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/apache-httpclient -amd integration-test || (mvn -e -B -P test -pl test/apache-httpclient -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Apache HttpClient [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/apache-httpclient -amd integration-test || (mvn -e -B -P test -pl test/apache-httpclient -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Apache Thrift [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/thrift -amd integration-test || (mvn -e -B -P test -pl test/thrift -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Apache Thrift [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/thrift -amd integration-test || (mvn -e -B -P test -pl test/thrift -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "AsyncHttpClient [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/asynchttpclient -amd integration-test || (mvn -e -B -P test -pl test/asynchttpclient -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "AsyncHttpClient [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/asynchttpclient -amd integration-test || (mvn -e -B -P test -pl test/asynchttpclient -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "AWS SDK [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/aws-sdk -amd integration-test || (mvn -e -B -P test -pl test/aws-sdk -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "AWS SDK [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/aws-sdk -amd integration-test || (mvn -e -B -P test -pl test/aws-sdk -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Cassandra Driver [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/cassandra-driver -amd integration-test || (mvn -e -B -P test -pl test/cassandra-driver -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" -# - name: "Cassandra Driver [openjdk11]" # This is commented out, because Cassandra does not run ok jdk11 -# stage: test -# jdk: openjdk11 -# install: true -# script: travis_retry bash -c "mvn -e -B -P test -pl test/cassandra-driver -amd integration-test || (mvn -e -B -P test -pl test/cassandra-driver -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Couchbase Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/couchbase-client -amd integration-test || (mvn -e -B -P test -pl test/couchbase-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Couchbase Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/couchbase-client -amd integration-test || (mvn -e -B -P test -pl test/couchbase-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Dubbo [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/dubbo -amd integration-test || (mvn -e -B -P test -pl test/dubbo -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Dubbo [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/dubbo -amd integration-test || (mvn -e -B -P test -pl test/dubbo -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Dynamic [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/dynamic -amd integration-test || (mvn -e -B -P test -pl test/dynamic -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Dynamic [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/dynamic -amd integration-test || (mvn -e -B -P test -pl test/dynamic -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Elasticsearch Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/elasticsearch-client -amd integration-test || (mvn -e -B -P test -pl test/elasticsearch-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Elasticsearch Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/elasticsearch-client -amd integration-test || (mvn -e -B -P test -pl test/elasticsearch-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Feign [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/feign -amd integration-test || (mvn -e -B -P test -pl test/feign -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Feign [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/feign -amd integration-test || (mvn -e -B -P test -pl test/feign -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Google Http Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/google-http-client -amd integration-test || (mvn -e -B -P test -pl test/google-http-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Google Http Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/google-http-client -amd integration-test || (mvn -e -B -P test -pl test/google-http-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Grizzly Http Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/grizzly-http-client -amd integration-test || (mvn -e -B -P test -pl test/grizzly-http-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Grizzly Http Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/grizzly-http-client -amd integration-test || (mvn -e -B -P test -pl test/grizzly-http-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Grizzly Http Server [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/grizzly-http-server -amd integration-test || (mvn -e -B -P test -pl test/grizzly-http-server -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Grizzly Http Server [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/grizzly-http-server -amd integration-test || (mvn -e -B -P test -pl test/grizzly-http-server -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "gRPC [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/grpc -amd integration-test || (mvn -e -B -P test -pl test/grpc -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "gRPC [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/grpc -amd integration-test || (mvn -e -B -P test -pl test/grpc -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Hazelcast [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/hazelcast -amd integration-test || (mvn -e -B -P test -pl test/hazelcast -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Hazelcast [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/hazelcast -amd integration-test || (mvn -e -B -P test -pl test/hazelcast -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "HttpURLConnection [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/httpurlconnection -amd integration-test || (mvn -e -B -P test -pl test/httpurlconnection -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "HttpURLConnection [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/httpurlconnection -amd integration-test || (mvn -e -B -P test -pl test/httpurlconnection -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Hystrix [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/hystrix -amd integration-test || (mvn -e -B -P test -pl test/hystrix -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Hystrix [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/hystrix -amd integration-test || (mvn -e -B -P test -pl test/hystrix -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java Concurrent API [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/concurrent -amd integration-test || (mvn -e -B -P test -pl test/concurrent -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java Concurrent API [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/concurrent -amd integration-test || (mvn -e -B -P test -pl test/concurrent -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java JDBC API [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jdbc -amd integration-test || (mvn -e -B -P test -pl test/jdbc -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java JDBC API [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jdbc -amd integration-test || (mvn -e -B -P test -pl test/jdbc -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "JDBI [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jdbi -amd integration-test || (mvn -e -B -P test -pl test/jdbi -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "JDBI [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jdbi -amd integration-test || (mvn -e -B -P test -pl test/jdbi -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java JMS [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jms -amd integration-test || (mvn -e -B -P test -pl test/jms -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java JMS [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jms -amd integration-test || (mvn -e -B -P test -pl test/jms -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java Servlet API: Jetty [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/servlet-jetty -amd integration-test || (mvn -e -B -P test -pl test/servlet-jetty -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java Servlet API: Jetty [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/servlet-jetty -amd integration-test || (mvn -e -B -P test -pl test/servlet-jetty -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java Servlet API: Tomcat [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/servlet-tomcat -amd integration-test || (mvn -e -B -P test -pl test/servlet-tomcat -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Java Servlet API: Tomcat [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/servlet-tomcat -amd integration-test || (mvn -e -B -P test -pl test/servlet-tomcat -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "JAX-RS Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jaxrs -amd integration-test || (mvn -e -B -P test -pl test/jaxrs -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "JAX-RS Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jaxrs -amd integration-test || (mvn -e -B -P test -pl test/jaxrs -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Jedis [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jedis -amd integration-test || (mvn -e -B -P test -pl test/jedis -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Jedis [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/jedis -amd integration-test || (mvn -e -B -P test -pl test/jedis -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Kafka Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/kafka-client -amd integration-test || (mvn -e -B -P test -pl test/kafka-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Kafka Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/kafka-client -amd integration-test || (mvn -e -B -P test -pl test/kafka-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Kafka Streams [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/kafka-streams -amd integration-test || (mvn -e -B -P test -pl test/kafka-streams -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Kafka Streams [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/kafka-streams -amd integration-test || (mvn -e -B -P test -pl test/kafka-streams -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Lettuce [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/lettuce -amd integration-test || (mvn -e -B -P test -pl test/lettuce -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Lettuce [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/lettuce -amd integration-test || (mvn -e -B -P test -pl test/lettuce -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "MongoDB Driver [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mongo-driver -amd integration-test || (mvn -e -B -P test -pl test/mongo-driver -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "MongoDB Driver [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mongo-driver-async -amd integration-test || (mvn -e -B -P test -pl test/mongo-driver-async -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "MongoDB Driver Async [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mongo-driver-async -amd integration-test || (mvn -e -B -P test -pl test/mongo-driver-async -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "MongoDB Driver Async [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mongo-driver-reactive -amd integration-test || (mvn -e -B -P test -pl test/mongo-driver-reactive -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "MongoDB Driver Reactive Streams [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mongo-driver-reactive -amd integration-test || (mvn -e -B -P test -pl test/mongo-driver-reactive -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "MongoDB Driver Reactive Streams [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mongo-driver -amd integration-test || (mvn -e -B -P test -pl test/mongo-driver -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Mule 4 [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/mule -amd integration-test || (mvn -e -B -P test -pl test/mule -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" -# - name: "Mule 4 [openjdk11]" # This is commented out, because Mule 4 tests does not run on the openjdk11 ver on travis -# stage: test -# jdk: openjdk11 -# install: true -# script: travis_retry bash -c "mvn -e -B -P test -pl test/mule -amd integration-test || (mvn -e -B -P test -pl test/mule -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Neo4j Driver [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/neo4j-driver -amd integration-test || (mvn -e -B -P test -pl test/neo4j-driver -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Neo4j Driver [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/neo4j-driver -amd integration-test || (mvn -e -B -P test -pl test/neo4j-driver -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Netflix Zuul [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/zuul -amd integration-test || (mvn -e -B -P test -pl test/zuul -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Netflix Zuul [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/zuul -amd integration-test || (mvn -e -B -P test -pl test/zuul -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Netty [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/netty -amd integration-test || (mvn -e -B -P test -pl test/netty -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Netty [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/netty -amd integration-test || (mvn -e -B -P test -pl test/netty -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "OkHttp [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/okhttp -amd integration-test || (mvn -e -B -P test -pl test/okhttp -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "OkHttp [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/okhttp -amd integration-test || (mvn -e -B -P test -pl test/okhttp -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Play [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/play -amd integration-test || (mvn -e -B -P test -pl test/play -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Play [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/play -amd integration-test || (mvn -e -B -P test -pl test/play -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Play WS [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/play-ws -amd integration-test || (mvn -e -B -P test -pl test/play-ws -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Play WS [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/play-ws -amd integration-test || (mvn -e -B -P test -pl test/play-ws -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Pulsar Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/pulsar-client -amd integration-test || (mvn -e -B -P test -pl test/pulsar-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" -# - name: "Pulsar Client [openjdk11]" # This is commented out, because Pulsar does not run ok jdk11 -# stage: test -# jdk: openjdk11 -# install: true -# script: travis_retry bash -c "mvn -e -B -P test -pl test/pulsar-client -amd integration-test || (mvn -e -B -P test -pl test/pulsar-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Pulsar Functions [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/pulsar-functions -amd integration-test || (mvn -e -B -P test -pl test/pulsar-functions -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" -# - name: "Pulsar Functions [openjdk11]" # This is commented out, because Pulsar does not run ok jdk11 -# stage: test -# jdk: openjdk11 -# install: true -# script: travis_retry bash -c "mvn -e -B -P test -pl test/pulsar-functions -amd integration-test || (mvn -e -B -P test -pl test/pulsar-functions -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "RabbitMQ Client [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/rabbitmq-client -amd integration-test || (mvn -e -B -P test -pl test/rabbitmq-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "RabbitMQ Client [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/rabbitmq-client -amd integration-test || (mvn -e -B -P test -pl test/rabbitmq-client -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Ratpack [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/ratpack -amd integration-test || (mvn -e -B -P test -pl test/ratpack -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Ratpack [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/ratpack -amd integration-test || (mvn -e -B -P test -pl test/ratpack -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Reactor [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/reactor -amd integration-test || (mvn -e -B -P test -pl test/reactor -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Reactor [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/reactor -amd integration-test || (mvn -e -B -P test -pl test/reactor -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Redisson [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/redisson -amd integration-test || (mvn -e -B -P test -pl test/redisson -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Redisson [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/redisson -amd integration-test || (mvn -e -B -P test -pl test/redisson -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Rewrite [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/rewrite -amd integration-test || (mvn -e -B -P test -pl test/rewrite -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Rewrite [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/rewrite -amd integration-test || (mvn -e -B -P test -pl test/rewrite -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "RxJava [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/rxjava -amd integration-test || (mvn -e -B -P test -pl test/rxjava -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "RxJava [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/rxjava -amd integration-test || (mvn -e -B -P test -pl test/rxjava -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "SparkJava [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/sparkjava -amd integration-test || (mvn -e -B -P test -pl test/sparkjava -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "SparkJava [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/sparkjava -amd integration-test || (mvn -e -B -P test -pl test/sparkjava -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Boot [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-boot -amd integration-test || (mvn -e -B -P test -pl test/spring-boot -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Boot [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-boot -amd integration-test || (mvn -e -B -P test -pl test/spring-boot -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Data [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-data -amd integration-test || (mvn -e -B -P test -pl test/spring-data -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Data [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-data -amd integration-test || (mvn -e -B -P test -pl test/spring-data -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring JMS [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-jms -amd integration-test || (mvn -e -B -P test -pl test/spring-jms -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring JMS [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-jms -amd integration-test || (mvn -e -B -P test -pl test/spring-jms -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Kafka [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-kafka -amd integration-test || (mvn -e -B -P test -pl test/spring-kafka -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Kafka [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-kafka -amd integration-test || (mvn -e -B -P test -pl test/spring-kafka -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Messaging [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-messaging -amd integration-test || (mvn -e -B -P test -pl test/spring-messaging -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Messaging [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-messaging -amd integration-test || (mvn -e -B -P test -pl test/spring-messaging -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring RabbitMQ [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-rabbitmq -amd integration-test || (mvn -e -B -P test -pl test/spring-rabbitmq -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring RabbitMQ [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-rabbitmq -amd integration-test || (mvn -e -B -P test -pl test/spring-rabbitmq -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Scheduling [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-scheduling -amd integration-test || (mvn -e -B -P test -pl test/spring-scheduling -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Scheduling [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-scheduling -amd integration-test || (mvn -e -B -P test -pl test/spring-scheduling -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Web [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-web -amd integration-test || (mvn -e -B -P test -pl test/spring-web -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Web [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-web -amd integration-test || (mvn -e -B -P test -pl test/spring-web -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Web MVC [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-webmvc -amd integration-test || (mvn -e -B -P test -pl test/spring-webmvc -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring Web MVC [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-webmvc -amd integration-test || (mvn -e -B -P test -pl test/spring-webmvc -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring WebFlux [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-webflux -amd integration-test || (mvn -e -B -P test -pl test/spring-webflux -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring WebFlux [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-webflux -amd integration-test || (mvn -e -B -P test -pl test/spring-webflux -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring WebSocket [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-websocket -amd integration-test || (mvn -e -B -P test -pl test/spring-websocket -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spring WebSocket [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spring-websocket -amd integration-test || (mvn -e -B -P test -pl test/spring-websocket -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spymemcached [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spymemcached -amd integration-test || (mvn -e -B -P test -pl test/spymemcached -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Spymemcached [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/spymemcached -amd integration-test || (mvn -e -B -P test -pl test/spymemcached -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Twilio [openjdk8]" - stage: test - jdk: openjdk8 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/twilio -amd integration-test || (mvn -e -B -P test -pl test/twilio -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" - - name: "Twilio [openjdk11]" - stage: test - jdk: openjdk11 - install: true - script: travis_retry bash -c "mvn -e -B -P test -pl test/twilio -amd integration-test || (mvn -e -B -P test -pl test/twilio -amd -Dexclude=$PURGE_EXCLUDE dependency:purge-local-repository && false)" env: global: + - SECRET=VTJGc2RHVmtYMS9zZ2lkRDBxWCt4eThCM3cyOGpCeThYMjY5cnprK1hpSGVhZGY3cG02c24rV1VJM1l4cVB5WgpNdHNwTEtlMzlWcStpWVFWTVFZWkFkZ1ptWVYwa25PK1BZeXV2VUxWQUNpU3hleHNXL1BTVkNJRkFZeDlzK05JClMrVnNkNjl0SWRNZE1ubjRIdGtHeFRkSWsyTXZmYkQ0MmtoTXRTclZLUzRkT1JILzdPVzNadXJvK3R1akJDSWIKS29VVXhYZlRnVWdDSkk2alBoanBQejhlQW5lc28vaUl1T0c0OXhmVlVKeGk5NXR3MEY3eStndFpqUy9kczBQQQp6SjlVMmJzdTVwRlZjRWN6T1g4WmJacG9IWlh2RUF4a000NkRyWUpBT1RhQTRmQXFiZ2NYRFRRM1hBVU9JcFpWCnBnTnlLc3dwWExvMTdyZDBIbTArV3JoUDJDODVhVU80a2prQTJ4QVkzdDBMOUFHYzkweEpkM0lsck9pUUl6NDcKcDdPdFZkaERYOEgxbkNmUm1xaXFxNDFLb3FvMGRDOVlEaDRPZE1lN3p2NlVlUWFYbktaRWJOTUNBeVFYdER3SAo2TWFlWEZlZW9EZ2NGUFN4NStSMUNaUG9JUGx4c3JQMk1udFBVU29Zc3hna0hCbTFabWM5ZHp5YStTSXk1MjRiCllBMGNCSEIxcjR0TjJZRU1iQlMyMmFjREp0b2I0R2o2ejNadkw5RThKMjJuUkYydHVCczY4RFRmWlZjS1MrYXcKWXJGTEg5VWNqMUE4eHptL2psRTI1bTc4QjVkMjNBdW9pem9Jb0VCcGVuVWxmdlhKeENKR0ZkUnRzOU1COFM1VQpyTzV0VUI2a2dMd1YyczczZ0RPNzJHTGFMK0QxWGxtNExYNG0zc29rMlFjMjNwd3g2ZlpaZXY4ZExkQzFHNjBNCk5ieitFYWkyUVlkVjl2MExxTUpPTmFIOTJON0ozVTBXdnB1d3JSdG5Hc09CdkloRW5QSldON3JRSEkzRExjd1MKeGhpTlVlSHhhQnVBdDNKbXp6eWRKa2VtaS94bDlMYmw0c1IyVUVhR3dVOFlZUk5admppUEdVWGtxQkRFV3V3UwpyWStobG9ZWmFOQTZWMVBHRmVCcjZucUpCQU10eDh2WlBlUUJvRjc0K1ptMmFaRUE3SlE3Mzc4OWxxZFhnZHVpCnh5U2g4R2kzaGNhSDlBbzllaWU0SldXVUN4eFNtQ2hVblFvUENxS0VDcWV0dTJPVEQwVSt4WmdZczFRdFJXT24KTUhkOE9EekhaRzVucmU2KzZobURGMHZrYW9qbXFza0hhR0VYYVFpcis5R2hLUGxpM2pMdHlPVWtpRzF4RVJxagprd3RHWmJjYW54RzNxd29zMUVvNDQzcyt1Tjc5dHFEcFRvK0phVThjdHhDWkppeC9RR0paM0E1RDc1QmRjTldRCms1UmF6WjBPdXBuUFdDWldiQ0w1dzFOUUgvcTE1Q1JDd0lyRnBISDk4dUpqYmw1TzNiS2x4Tk91WndOZzMrci8KbUFYTkNWY1JmTG1WcTg0M09qNmRWV3BpdzErSGo0RzI2SEZZNWx0aE5rb1U3MVJUU0hyVjB2SnVGNURKTzdUWApsVU5uVG1MRzB5RkFmS0JRVnRVLzhldFk0a2Zsc3pvY0hpc2JJZVdZYjRPQ0cvVnY4bE5qc05CWlg3elUzQkVuCkVMTEZ4TGN4MVZaNnA2TDkyd0taTlZZaXloVDk1UGlreGRyZjlSSW40RFA2YlZKTk5rZm9idUhKcFBYNVhIVGIKZVNHNUUxUXNvWlI0aTNZRGZmUCtBQjQ3eU51eGVUOXdkMzl4by9HbEdmbFBpdUU1VE9uSTNHUXp3TGN1eW45awpCM09qNjBTaWNMN0dKNlY4ekZ5ZGhVZmYwOGZTUUFOOUpBQWcrTVViVE5DUlFRMUVkSHZaa1lvQ0xOSldWcHRsCjFhWWhqT21VZnZLc095SkI1YTB3d2ZVR2ptdGRNdlZmcEF0YlJyWDNPTXNNZ2hQN2VFbzk2emN2SEkxeFhKMm8KNlRWdGZUeGRLeFNJckhsaWdmWkZ1cmM3cGF5SDNHb2FDOWIyaHE1Vy9HY2I1KysxQTJEWmJRNGpldnpqUXFpOAp0Y1Y1RDhBOEFxVi9lbkFGY1ZWL0FYbTJMQmdyZXVqazFHNWRUYUEvTzFGZkROOXluZGljd28vcUdKeTF5bVMvClVtSGRUMGM2cjhnS3dCdWRxUEVGZnRzWnhFRUY2dXR2ZnlzVGc1SGlHVU11eWZGakU3N2dROEJOWlZvMG1YTWIKdzRqT0x3alBUZHBpRC9DVkhOWUdiU05vall5ZklzbHZEY0lva0VodnhOMndteGFpZ21KSVplV25hV3VoendiagpKZ3JNZURGVGJtUUNWQW5IWUh2dlVDbVVEdk9KYXFrem9wbGpieC9kdFMrUzBiNXNJNFdHWkdRQXdjRUNWNlNqCnlVV3d3cUNzOUFlZEEwRHpmZVk1MGU0ZnJtb2RDWVZ2dUtaa0pGSENEMVE0YlczS0RKUU5lb0VTbGhuem9abG0KU2ZvVEU0SkJHSGNYdDdod2NqNnVPR3JaOHhWeElpMUd6Ykl2M0QrY3hPSXdqSnZjdTBwZDNCNVdxc1FXTWRCbQo3K1NpcDBqaUdvKzRMWWZ0cDRSNk1VOFNQZ2RQdEhORkxlNDRJYkl4dlhVSzRCRGpqZTg2c0J4Ny9pTnJoYnpYCkJnTGFPbFAzMnpSSUtsV3pudkF0RWh5Q1k1RDliRzYvMmUxRk91Y3QxWW45ZDk0cStiazdvaEQzSVpKTDNBM00KNXVLdVhSaVFhMWZyYW9wdVRtdEpwTnJKWHg0MHJFMlUxLy9LTXpOWnhLNEZKWWdGZDZ2L2JKOGQyVmdPQUVVcwpZRmxYdDZXeStDMVZ4LzdDaWppMHppMlBhbW83QkVMMW9sc2MwemNuVThWM283clo5cTdLS0x4ZFN3VDVpWUMyCmNha1hYdWtYekNOM3pzc2hsSDdQaUJub1dXWnIvWkZOdTNadXI0Ulp2T2NwU01DY0w0b0FaSVFGdERkV245bTcKeVdFblhDcUE1TE84ZmdBTGUvTk8rL2J5aGRCcUNBdU1XQklFNVorSTZMOWp2Y0xhK0NsS0dvTVY0djFrVTgwTgpZVHpHV0g1bmVuSFdwOHhPZUs4VXVRZVFRTnZnODlZNCtlZzVXdm9xWXAxSXY2MzVvK0V6ZzFQUG00YlgvdXg2Ck45Wk9MU1pYSThleTlYZkh6Wkl4MlhOSEJRQjc4elBxcjRzOTFNbU83YktpVjRmZ0lxVHcvUnFNeGZHMWl1azAKSlpzd241SmJtQXYxV2lMN2ZvTGtHQVRKTkhKN3NUVjNlaU5DbUdRLzJJNEhORmNqZmVnL3dTMjkyd3RvU2ExUQpObUcvQ1ZhU25sQ0x1WmpYMkpjM0xtRWQ2Z0ZmemxQajJSNGxoclRXdmZWMnhCQ05HdGxMT004a3FwZUtSZGNJClpiSm1OWDlFeUNQNkQycC93L003T3pzenMvbmlKUVI2c1pudjZualRFaVM1V0tNSUp3OTlNT0t4ZEtkWWNxVlcKTlZqVFVWbEFGV0xJSkJMOGQ0QUt0VUJwM2ZSN3QwZjdIWDFBTVVYYmg3WDUyRTFZc2xqVWFYWmVKNmx1OU5yVApGT2pBU1E2R0VOWVMvcWRCTmVzM0RteC94bHdFdEV0aTd5blphL3dQbHZNVkRvZHl2M0RmWFErTUl0UXp3SVhkClV6cWlHTGhwMi9vcVR5WmFhN3FjKzlqMXNDWUliTHdWaGV5N0N0ZVlvQWZkZzRoOUZrV3hoZGhtT1VnVDJNUUYKZXg3WVV0V1pvclJleWtxdFlXdmtKM2Flckp2KzdycmF4Qlp0bS9VdldEekI0VFU4SDJvSXVMYTBVb3hiM2RoMgpkcnRwQzcwU3hQYm1OT0NJL0JtanJvNTFEdFVZdm03bDhJem16SDBjaE55VDZqTWlJcTNDRzdOWjlhbjBWMmtOCkwycUgyK0JBWWxIKzhrTkkrOXpzNFRLS0pRR0JweXBaWmtvM2Rza3dBMVYydXV2Tm5KTU8xNlA5WXovOWtrNS8Kc1FIVVFCZ1BDWFlvSXFOc3NNRndkNnFzbGxqaEtrQ3d0WG4wNmlUMlc1dTVRR2c0U1locDZFZ0pONnI4ZDV5VgowVndsV3RhS1N1U2EzYWxCbTFoSUlWL2NNdStuYzBVRTBiQXpQdTNsWHIwSW5GTFNYeGU5NWRCRU96S3JFclI5CmJBQWdtK0QrQ3p3ZXpKVnJjUlRHVUtzWHhTSlkrWFhSUnpQVngraklYbjAyRlNvSDhlUEUzZmw2S3RxNS9QbVYKTHNBOFcvQnV2Vk1EUUlSVDVPNGRIQmJLTTAyemIxRjI1N1Q0Y1lvckJmVVIvWkw1eVV2WU9QbUYxWE9EdXFGTgpiRzFVRVV2MzRXaXNJWnk2VnlHOWlQc3dYemp4NW0vWEprYnJBNUVYUXBpNzN3V0I4enNiaUVPUHRWcS94VExlCkNIbGZXRVVZdWNUZ0lqS0NkZ3RKNDlmRkd4VTU4bFIrL3N4N2hyMlA0dkJFM3dpYVFNSTN3V0RBcUIrRmxLSDAKQ0FkNlU3L3h4d2ZNQXR2WjNndXNWMlRFOWl4VHA1MFVRTm85STA4WElJcHZaSGswSWFBMUhOS2lVNlZnUG0wYgpNRTZXV0VRejgxYk1vVCtuZ2NMMUZ1dFBhNWZPUnhCbFNWektPNnd3UVlRYkNRU0JSNHRjbEQ5U3psNnI2dzQ1CmsxNE9wcXdhWHFKT1d0RHVBdkhhbVVTc3Z1b0RwaXZkSGtLcXFQb3pHaCswTHFIVEx3WUI4UDR4aWYrVTNvTlUKSmFReHRoWnl2azhFU2xvdTZib2ZPaHdNM0RlQkJKd1NEcVprbkJBSVVVN3NJK3Z0TTJKRTJCMXJHN3VXaUg5MgpYNXdxcU1Xc1BRb29nTEVjNkRaUE51Qm0wYXgyMWVVN3hvQll3NE9uZTBlLzhyREFEQ28rdUNOZ1h0NERGaDlEClE5djFEYlp6Y1hEMFNsU00wK3ZGVFV6amdxS3dSMWtib1NuTzFiMStBcGpBdnVzcjNMV0xsZENVUk93cVdBb1IKZ1VGTW9QZG1XSFVteHBkcDc5NnZTby91bUE1bUpCTE55dGFtYW5MaEx3WElOQkpNd3JreXZ5RW9WV0NDVWRUNApRTEEyWTQwZDJSUlpnWUhBUlZLOTN4U1M0UHhEeUZyWHBLek04cGxzSm10Ny9xVWVuZWpOUjlHZmpxTE5ML2FnCnRKY3YxWFhPdEs1NmtVT0hGVmZ0Wncxb2NnUlh1M1R4dkpjUUc0cGt4d3hXNFRVUXFCanVkZTYxa0p3SWdlS20KQXVyTEcvTnMyVG1kMGVBSHhPRFhpWE5WVkZFdXBtMi8zaWpjVGhUcHYyelYwbDd1QmE3YzFEMjhtM2ZyK1VTbgpQRTR0SnVISk5XZzhxWTJTUFQrQzc4VEFQNFFNdWFFYUJKNWt3ZGZBMFJTSzVsY0FPTmNveFpaRGpSaFpkYkZzCm0vTEhSMmNPMlZXS0R0bU5VQzk5R096dUU5aWhHN0tPYWNza3krRmdxY2l6NVMwR3hLTFJZZ1VTTklGMWJBcEoKRWpESVZRR1BPY2crdFZ2Q1lPbnZDSkpRQjBQZ0xnRUNqRDQ1Z082UjFDSE5pN1JQeXhMODlrNWQvRllBRUoyeQpRYnhCVUk1b1BBTjAvSVZsQytRLzZ5STJYQms4NkJ3QXlUbTBtdEVOYXpuVm1IUUpINTdmSEdzd0RJSTFkNzl4CkRiY1NnRDF5REo4dzM5LzRJVG9odzFFeEZSM3hKb0VyM1VqbVBMWEgrL1NDTDNyK1NHaWMxanVNbUo3bm53UFoKOWx5Z0N6eGFuSnZaOVVScURNZ2ZOT0hZdExnUGl4Wk5WdGVnZ3hKNnl3TnpjcEUyekk3WlhqT1VwMFpoaDVlSwpIdXlzQlR1NTVzaUNZdXFDczBWUWRId2hnMGcxUk0vOUcwU2VhN2FBRFFhS2l6Um1nNWtGYjdENmVQOFZIcG5GClQydkxMcm5CYWxtN01pOGgvYTNmQXA5NDNMWHF0dzhCZnFyMXpIek00THRKSHUwcnBUendjOThzSTl5V2xDaFUKQ3ZTNkFtSWJnREJWajVyc2hqMDRTMlZ5YlFPNzlpUDJwS1JWUThUWkMyVThhemRabFMyTm9kTW94QWI1VVJlMwpmU2lXVDRpSFY4RHpud05LRVhnc3IyZ1JTd2diYmpUV2xKcWtUNllqaDZQVEVBRFIxU1k2U3g4REdUTXFBNzFoCmdvRElrZzNOZ3JRL3Ivc2ZOanJubERVeUcrT1NLOWhZblo2RXk0NzBXWDBTQTFsNGhrZGF6c0pNa3o3Y24wWmkKMXpzaVYwZk5idmpZcWxFM0NGazV0YTZLUTJxaVk2dmxnaUNoWGV1RVhCND0K + - secure: jIeL3QyZGeq/UzUx06jeU8WUpIgBtuJGVjdObsbvvs2vk9ZHlhd0C1UzXbNzEP7lFol+9AnDiXnNLHduItibelBrWlJjJABbXvOL2q8JHGOJVUPYKbzhlDocmHU1uttzRrQsFZDZOZI/pxZnzFZ0JC3syM+8LwIKoox+upN6otINaP8SBaZ/h9KUCZ+E7tjZov4XtvqXdLjRVGJkdCgvqhqND7wFomF0oEcBGfx5j62WSJO4yGTu+xXyKMHvkXTDFZwAsbZ6QAKoRJy8BZt+OOfgK4wvk/tJ2GcSMhQ+rgGDx89hrSYQE8yPKIqWAC3Y1qds7ffuvWHd68MccaqaDF4CoCnWOfbkAnQUtXMgZNV2bnaZBxRuehjpZRVa5aoUTkM3Y8qxFBJF/3VYH6mdTRHSHae84BlAHOYZvuu8HMWbaZZ5Dg6dPH+ci1BulGn7Ux5ScQPe3Y791q++rvQaxGW7PIzixB7pVp9oLUTakQsKrhoG/iZYtgXYEg5ERxwjYsAg6omYVuxeqt3WHXmhcf+cJsULaNznCrtq3+JGByLZVlzWWUPjf/u0Ller2mPnzRbNonN0M0RCFeS8F38uSdwnnZUd4n3EBQZWGkVKPEsT6ejq6vaMp0c/1tgNgUpecnry2VKNoizeiNikNdv7SrI6/i2t7d+zmOhuLpdFfug= + - secure: Nm/HFe7JWtxTmACHl4AquthGCL4RRA+iI8vsJyqKLnBjgQCeuSXPcNaQ09dXNOpDWIZryGc22etFyqDO44Yf6NChJ1vKQ5kySDtAOLBVSvuw4hjgIqu6cY23vT/C1wGxgYTw8AZVNnU6wFm36M2WMwV602pzKfAq8mvytu01cC1MLyA4TRf2saMjepeEcojgjIO86scEFEZdY07nvaGirVU15wrVO7rX+sNYns3pT3NMdUqc+wt4wuD2+GrLMKrU1gEDoO9AOAg5M+tRFM23rAUIvsM0tF6pmRVAMKNggUV8gOeuT/EzubornKFSmEthnKyEj+EVs6zsJxOuOSYYbnNj+2lfeFtUW7i6DmWK4aSO4HapzlB5Dd1PmbxkbVg/bPnft1Jw74KErjP566AQn5gz25U+XA0cEeFypkGt4CLkez4ZqysQHfHl9bt4dEMwngnEHthPbyFOfPKWI7FehV/62+t1daBIIKecvE4VtRB0azuB6rzeHrdoG8lJrhosVwzGdazBsP0QD+r2gS6yo5Sx0LgZjWBybETRKNGQLvqi8/63rBkkCbKZt0W5cBJBuaoWl+YTT25yUaui/qPQOQW7ucbweWUYceZxi29TkxreIfyptmHSosgGLBEQli9JeLN6ywCN4OibaR3beYhNEndivG8rupicqopCSHkFHW8= + - secure: FLm9AIneWcPiveffVKUEhCWS0xLKX9v5szkKXW0hSi4i0DIF1/njULly87vp23nipqZ6ouwmNYObLXfE599rNaEGPLKgWTMT3YOuSvvvwjmKPtXGQP708hnSszwY7FZ5IQNMmYxBQILxSSLwxCzyiUMagjmiQIKzWy0/nQlFBbCca80VOi6PJMflr3dHsa98mDKlMmvY7Kn2TKdRhPji1PJVwSimUJ7oXZUBmgzJJFm6nZHKdkZDUUcJ31Q14sSbo5k23LMT6CGgN2PuN9W/kraHTqEBTqONcyRfZRYRm4QqR7utkTJR1R632mvNJMIAf3kpXqgyxfoJlmQWzcO6XPRxgB4nOONo8YwcdWKs6sY/3O/b+9RDYUU+Nc43/Huvgz2r4z/lQrehr/mADOHcTWS5pnsidk2EjB8PJHAVeDb5FX4/CFuWWRJieaME2hCAnqlFKIVHdF4IZQgfvN89va7BLaDBjMbayN3i5q0eUObnGnPq7ANvVILqEa9ABtF/zqeTd9FgltGqDMWpH0hgBz8X/4n+Q+yNPIcDMRjLyAyf0o4TGVMHwS6gm+3uRUAyxp7R3OfciRy/qG+Ii5ro81pOkEyu4Ftuy/FGmtjwcxMEMIBObH6PsCbATW39qh7RgSThJ20cYVANVfYcchcNGXZr+o4TghBYaBNbGA6SG/A= + - secure: MCM0AuPydK7VSU3PIM+iX2G3ndPbRFahXNYTWoeIQIY3chEd/y6bcPfaPLv1B86Q7TT0UqFPF2Td1LfC79MkSRoCgb6IuXWzkht4FzKAZf/hpQf4Pr6ceKUnaIWdXD+y/LLrHtOOgDZm4RJWsJ8DyOXaSNRYR3BSKQC8jUN2yk8d4XTNw9QixL4rnxGf5W7MnynEtrC6Ox0xfOSZJDt1XmEjz9NJrpE/fE9jDZi5EK3ROB0OsShPP14IBo118mvyORObAfwxzt4sCdG2K50mi6tOmJ+0aTcljnp8iapKJEocu+1h63EgXEJ8kMzRhrwMYzA4PV23RFd0tPwXR54gIP2psflG6VAheImGKmVI4E+1Izmn2JaNPhQQBqUb2trxFA7s9YSZWSOrU5AD1NM2YDTgXMNb5Km//ALnvYnykoZ4eVUZf+IuZsfIJFF3Q0At9uzAYbhU1glKiwHQefdhPLlz/Uo9PXlrV4IAW+fqogbS5ZSzrBMVMgt3Sl/fbpQUi4MFGpk2VhPuQATams0xr9zyuguZ2P5vCtg8ddmH29L8gflRybfX4MwilvO5GjwSFZjao/eMnH4G3HbZbRPXNeuqRqYTP9ZmxIg13h3D/XkmiD3FCa6FGTgQhsuhvWNx0m+XfV8sLR9duZI8u2UuZe+95nBfYxo7prVRkFF+hDc= + - secure: EDh1VtwkX32LGPmNeFy4mOeDLhFlKS8NtDoYRfXANzSLpZV8agAl5clC6NvEcHIo41sKiXmLB7XXrKobvadWHJr5WfisJVfZB3mWSFMb+CffghuIUcPLmVNd34nv2pEb0fEwj//aP4jLpa0XTqEhv9bO8WZMxI484BM0TNfaLQPw1xTHcKCQD3QlP5zPIh5A5Yc6wmmVrCwaE6tQygb27Qs2x6bqcOGcTXG71xTMUYjt/w5KdfkGABIJyYSdJrn9OCdYNCEGJnD6/qLArZE1wn+aaKMgC3BMXzjjfsbeVgIkelTldAS8OIwJ3moD4/04Bm+wYhsOyDVyCpUKW2HvP0ARRLh5AGdcVMwYvem90eyXnlnTnjEOnyZxXoA8qaWFFbyg4dKu8FAoR7UTuohZgsPxn6zG2ZNL/7y+CF9ABtZDchOvBFD0erLvBhFh/nuHkiYQN+VOBxTzaLW05FLf5lK/cFJDJYpqa6wyizFHVB5gxFxFQTuBsiSQCGE2Rvq3rYNtWjFD/OhV8QP66lzoHVUO14nVgevbsLI+4JqatTf8iF2qHpk++AqLvfj/j/2TMrZawIn9rYzOVZWm0z9fcGOsNGlmCXoXBOon+0RT2oEN9KQjLLhv7JZVmNa98CEi/JXfNVZqxixvVZVf3hlFpFWp38xk7kEzdAiep5nRWQY= + - secure: GJ0M84eB2OiprgwDaIyR+K3f3lvqtnjJzPsvuBjqUMD7mtKS81N9fo0CsCUqO1ZYViVYuLl90EeYF2vFb7vsoAVyTGqTmx3/2mLmSxQL5EvdwrZxAcXfIW963HzNz1qGNXACSs5ZQZEeDWY5VdKQZKnCBk1VlmQjmzXNdlzBtak5TRhwZhI2RanqDcTpJs+Z4jgiGL6oh0dhqfmzwamTT+Oh2ct7YUm3+untdJrYzl3VV4/wklyeck0oo5Ll30Ng0B3gQzXTboltl/y2JDeBy3QueAXNQ8qugOG7XDi1wnLKdqoL7tQ7ofseXE5+N7j3YkMe5E97V2GUkln+P8e9q/kgUsc+63qkN830GeWMIeMaP/Pb0l5SNi81IxX6lTGW1VMICiCyC/xPFO++rU2mppHcWFUshS5dslctCYcnF2OX+CJ+gUlT6lAGPyoX4PXYwErJnm56ImJwWQwE1hdIm/lobJ3pOdJmiWphvXPvofPR0LrNvcQJu1wI38bLskiQXDYCELWfUkV57YzVoLm4nBUOIqU0ePeWc7jB5bfmKV4pht7+G2jGyH3M7vKtjvAsZrXbwDZZc/aJ2n1C7vyigCuNcuOBLvayTVo6SA9ZL9zx1AbQWkRYEQsCr/NsD7btLaYSQkjPyJcuoDyO33RtB8lPJtGJSA6tjs01FrHxBgo= + - secure: jAZSuuDvdq275iCI9uzkpshXHrJYLowXU1N1BxN42KLZl4dlmj5o9GMOp8t+yBPbukIhbzrkPGyer14/LaBgxPc+lLk3zM8KMPtdAVSm6hYT0Ot6IC0QvyX+0VG85mSYFULDBUd+gm9rYNAS4thV68WHLELNEkjcwRLolluBeTQQSqS1IVpF0201spyh7od/bA/+yh/SB5s0z93L8oglAfSr/682tKhOOR8KVmCV/0Yg/HYI0hbY3aoHWFd7foxoXYErvycEJ6JrxuD3Klh77mRZ87NXXOI7a8Bxa5Oaj4A/56GauJYRPs7bCaPTQxWPbv6NH3NAqHPd1i4W/5xEk+ECaqkW/aP8dn9J7Y1K0dZg1Eyg+WQySVnNqByyFtDweARhg9/j8LwZhGLJ89Dn15lIF6knAxlvr4ANDI8VVXpfClYs8NTtY87VGd9v/y8ctrF/9sESRbZEWJpfP5BdECYbyZ6j4QhCoHaB9cQ7zr4Fd0DROSdIhwPc9NLJ9aPS+KQvCkCu1Z7DEtYsvqQp+SO2DT/I9RkKvZ8xz0jDAq9y5GGCQ9WXtY7ne35AydpRHFqR6PiSGNZFS4WFwtk7Len2hLawCfUQB3CL1PPGyPHhtDfTbsmsd3zUgRJ1dPrQvzEIsa/uj3Dv2YAC3i9YMlPfGpdxiRA49Xz6IB5RLVk= diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f88ed325..dada78567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changes by Version +## v1.7.1 (2020-04-19) +* Fix `Span.KIND` for `apache:httpclient` rule (#550) 👈 Thank you @zeitlinger +* Install Memcached for integration testing in Circle CI (#545) +* Fix incorrect `http.status_code` being set in `servlet` rule (#533) +* Merge all lettuce rules into one (#544 #546) +* Split CXF rules into server and client parts (#532) 👈 Thank you @jianshaow +* Fix classpath property for custom integration rules (#537) +* Fix class loader isolation issue in `IsoClassLoader` (#540) +* Turn on Mule integration test for jdk8 (#534) 👈 Thank you @jam01 +* Fix `StackOverflowError` in `jdbc` rule (#541) +* Upgrade JDBC Integration to v0.2.10 + ## v1.7.0 (2020-04-03) * Improve rule loading performance (#492 #524) * Switch to OpenTelemetry's terminology {#522) diff --git a/README.md b/README.md index 8b3ab723b..030d5497c 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ > Automatically instruments 3rd-party libraries in Java applications -#### NOTE: As of v1.7.0, SpecialAgent is starting its transition to the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-java) ecosystem... +#### NOTE: As of v1.7.1, SpecialAgent is starting its transition to the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-java) ecosystem... :warning: **SpecialAgent's terminology has changed... :warning:** -| [,1.7.0]                     | | [1.7.0,]                     | +| [,1.7.1]                     | | [1.7.1,]                     | |:-|:-:|:-| | Instrumentation Plugin | :arrow_right: | [Integration](#63-integration) | | Instrumentation Rule | :arrow_right: | [Integration Rule](#64-integration-rule) | | Tracer Plugin | :arrow_right: | [Trace Exporter](#62-trace-exporter) | :warning: **SpecialAgent's config property keys have changed... :warning:** -| [,1.7.0]                     | | [1.7.0,]                     | +| [,1.7.1]                     | | [1.7.1,]                     | |:-|:-:|:-| | `-Dsa.tracer` | :arrow_right: | [`-Dsa.exporter`](#36-including-custom-integration-rules) | | `-Dsa.tracer.plugin.` | :arrow_right: | [`-Dsa.exporter.`](#343-disabling-agentrules-of-an-integration-rule) | @@ -95,7 +95,7 @@ The SpecialAgent is stable -- any exception that occurs during attach ### 2.1 Installation -The Maven build of the SpecialAgent project generates 2 artifacts: **main** and **test**. These artifacts can be obtained by downloading directly from [Maven's Central Repository](https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.0/), or by cloning this repository and following the [Development Instructions](#212-for-development). +The Maven build of the SpecialAgent project generates 2 artifacts: **main** and **test**. These artifacts can be obtained by downloading directly from [Maven's Central Repository](https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1/), or by cloning this repository and following the [Development Instructions](#212-for-development). #### 2.1.1 In Application @@ -107,31 +107,31 @@ The artifact JAR can be provided to an application with the `-javaagent:${SPECIA ##### 2.1.1.1 Stable -The latest stable release is: [1.7.0][main-release] +The latest stable release is: [1.7.1][main-release] ```bash -wget -O opentracing-specialagent-1.7.0.jar "https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.0/opentracing-specialagent-1.7.0.jar" +wget -O opentracing-specialagent-1.7.1.jar "https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1/opentracing-specialagent-1.7.1.jar" ``` ##### 2.1.1.2 Development -The latest development release is: [1.7.1-SNAPSHOT][main-snapshot] +The latest development release is: [1.7.2-SNAPSHOT][main-snapshot] ```bash -wget -O opentracing-specialagent-1.7.1-SNAPSHOT.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.opentracing.contrib.specialagent&a=opentracing-specialagent&v=LATEST" +wget -O opentracing-specialagent-1.7.2-SNAPSHOT.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.opentracing.contrib.specialagent&a=opentracing-specialagent&v=LATEST" ``` **Note**: Sometimes the web service call (in the line above) to retrieve the latest SNAPSHOT build fails to deliver the correct download. In order to work around this issue, please consider using the following command (for Linux and Mac OS): ```bash -wget -O opentracing-specialagent-1.7.1-SNAPSHOT.jar $(curl -s https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1-SNAPSHOT/ | grep '".*\d\.jar"' | tail -1 | awk -F\" '{print $2}') +wget -O opentracing-specialagent-1.7.2-SNAPSHOT.jar $(curl -s https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.2-SNAPSHOT/ | grep '".*\d\.jar"' | tail -1 | awk -F\" '{print $2}') ``` #### 2.1.2 For Development The SpecialAgent is built in 2 passes utilizing different profiles: -1. The `default` profile is used for development of [Integration Rules](#64-integration-rule). It builds and runs tests for each rule, but _does not bundle the rules_ into the main JAR (i.e. `opentracing-specialagent-1.7.1-SNAPSHOT.jar`). +1. The `default` profile is used for development of [Integration Rules](#64-integration-rule). It builds and runs tests for each rule, but _does not bundle the rules_ into the main JAR (i.e. `opentracing-specialagent-1.7.2-SNAPSHOT.jar`). To run this profile: ```bash @@ -140,9 +140,9 @@ The SpecialAgent is built in 2 passes utilizing different profiles: _**Note**: If you skip tests, the `assemble` profile will display an error stating that tests have not been run. See [Convenient One-Liners](#convenient-one-liners) for quick ways to build and package SpecialAgent_. -1. The `assemble` profile is used to bundle the [Integrations](#64-integration-rule) into the main JAR (i.e. `opentracing-specialagent-1.7.1-SNAPSHOT.jar`). It builds each rule, but _does not run tests._ Once the build with the `assemble` profile is finished, the main JAR (i.e. `opentracing-specialagent-1.7.1-SNAPSHOT.jar`) will contain the built rules inside it. +1. The `assemble` profile is used to bundle the [Integrations](#64-integration-rule) into the main JAR (i.e. `opentracing-specialagent-1.7.2-SNAPSHOT.jar`). It builds each rule, but _does not run tests._ Once the build with the `assemble` profile is finished, the main JAR (i.e. `opentracing-specialagent-1.7.2-SNAPSHOT.jar`) will contain the built rules inside it. - _**Note**: If you do not run this step, the `opentracing-specialagent-1.7.1-SNAPSHOT.jar` from the previous step will not contain any [Integrations](#63-integration)!_ + _**Note**: If you do not run this step, the `opentracing-specialagent-1.7.2-SNAPSHOT.jar` from the previous step will not contain any [Integrations](#63-integration)!_ _**Note**: It is important to **not** run Maven's `clean` lifecycle when executing the `assemble` profile, otherwise the [Integrations](#63-integration) built in with the `default` profile will be cleared._ @@ -205,7 +205,7 @@ For development of [Integration Rules](#64-integration-rule), import ```xml - 1.7.0 + 1.7.1 ... @@ -293,7 +293,7 @@ With [Static Attach](#221-static-attach), the application is executed Statically attaching to a Java application involves the use of the `-javaagent` vm argument at the time of startup of the target Java application. The following command can be used as an example: ```bash -java -javaagent:opentracing-specialagent-1.7.0.jar -jar MyApp.jar +java -javaagent:opentracing-specialagent-1.7.1.jar -jar MyApp.jar ``` This command statically attaches SpecialAgent to the application in `MyApp.jar`. @@ -312,12 +312,12 @@ Dynamically attaching to a Java application involves the use of a running applic 1. To attach to the target `PID`: * For jdk1.8 ```bash - java -Xbootclasspath/a:$JAVA_HOME/lib/tools.jar -jar opentracing-specialagent-1.7.0.jar ${PID} + java -Xbootclasspath/a:$JAVA_HOME/lib/tools.jar -jar opentracing-specialagent-1.7.1.jar ${PID} ``` * For jdk9+ ```bash - java -jar opentracing-specialagent-1.7.0.jar ${PID} + java -jar opentracing-specialagent-1.7.1.jar ${PID} ``` **Note:** Properties that are provided in the command to dynamically attach will be absorbed by the target application. This applies to properties specific to SpecialAgent, such as `-Dsa.log.level=FINER`, as well as other properties such as `-Djava.util.logging.config.file=out.log`. @@ -344,7 +344,7 @@ If the above supported application environment is detected, Static Deferred The following command can be used as an example: ```bash -java -javaagent:opentracing-specialagent-1.7.0.jar -Dsa.init.defer=false -jar MySpringBootApp.jar +java -javaagent:opentracing-specialagent-1.7.1.jar -Dsa.init.defer=false -jar MySpringBootApp.jar ``` ## 3 Configuration @@ -585,7 +585,7 @@ For the development of [Integration Rules](#64-integration-rule), ple | Google Http Client | [`google-http-client`][google-http-client] | 1.19.0 | LATEST | | [Grizzly AsyncHttpClient](https://github.com/opentracing-contrib/java-grizzly-ahc) | [`grizzly:ahc`][grizzly-ahc] | 1.15 | LATEST | | [Grizzly HTTP Server](https://github.com/opentracing-contrib/java-grizzly-http-server) | [`grizzly:http-server`][grizzly-http-server] | 2.3.35 | LATEST | -| [GRPC](https://github.com/opentracing-contrib/java-grpc) | [`grpc`][grpc] | 1.7.0 | LATEST | +| [GRPC](https://github.com/opentracing-contrib/java-grpc) | [`grpc`][grpc] | 1.7.1 | LATEST | | [Hazelcast](https://github.com/opentracing-contrib/opentracing-hazelcast) | [`hazelcast`][hazelcast] | 3.12 | 3.12.6 | | [Java Concurrent API \[`java.util.concurrent`\]](https://github.com/opentracing-contrib/java-concurrent) | [`concurrent`][concurrent] | 1.5 | 11 | | [Java JDBC API \[`java.sql`\]][java-jdbc]
  | [`jdbc`
(configurable)][jdbc] | 3.1
  | 4.3
  | @@ -846,5 +846,5 @@ This project is licensed under the Apache 2 License - see the [LICENSE.txt](LICE [specialagent-pom]: https://github.com/opentracing-contrib/java-specialagent/blob/master/pom.xml [circleci]: https://circleci.com/gh/opentracing-contrib/java-specialagent/tree/master -[main-release]: https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.0/opentracing-specialagent-1.7.0.jar -[main-snapshot]: https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1-SNAPSHOT \ No newline at end of file +[main-release]: https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1/opentracing-specialagent-1.7.1.jar +[main-snapshot]: https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.2-SNAPSHOT \ No newline at end of file diff --git a/itest-maven-plugin/pom.xml b/itest-maven-plugin/pom.xml index f00fbacf5..0418a6609 100644 --- a/itest-maven-plugin/pom.xml +++ b/itest-maven-plugin/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 itest-maven-plugin maven-plugin diff --git a/opentracing-adapter/pom.xml b/opentracing-adapter/pom.xml index e5cd59f67..92f19be8a 100644 --- a/opentracing-adapter/pom.xml +++ b/opentracing-adapter/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 opentracing-adapter OpenTracing Adapter for SpecialAgent diff --git a/opentracing-rewrite/pom.xml b/opentracing-rewrite/pom.xml index fb52d0680..78e7e81a8 100644 --- a/opentracing-rewrite/pom.xml +++ b/opentracing-rewrite/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 opentracing-rewrite Rewritable Tracer for SpecialAgent diff --git a/opentracing-specialagent-api/README.md b/opentracing-specialagent-api/README.md index 2f54ed11e..609986d5c 100644 --- a/opentracing-specialagent-api/README.md +++ b/opentracing-specialagent-api/README.md @@ -262,7 +262,7 @@ The SpecialAgent has specific requirements for packaging of Inte io.opentracing.contrib.specialagent specialagent-maven-plugin - 1.7.0 + 1.7.1 fingerprint @@ -307,7 +307,7 @@ The SpecialAgent has specific requirements for packaging of Inte io.opentracing.contrib.specialagent specialagent-maven-plugin - 1.7.0 + 1.7.1 ... ${sa.rule.name} @@ -365,7 +365,7 @@ The POM of each Integration Rule must describe at least one `pass` co io.opentracing.contrib.specialagent specialagent-maven-plugin - 1.7.0 + 1.7.1 ... diff --git a/opentracing-specialagent-api/pom.xml b/opentracing-specialagent-api/pom.xml index db9e8bcdf..eb6d485de 100644 --- a/opentracing-specialagent-api/pom.xml +++ b/opentracing-specialagent-api/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 opentracing-specialagent-api OpenTracing SpecialAgent API diff --git a/opentracing-specialagent-util/pom.xml b/opentracing-specialagent-util/pom.xml index 92fd85e4e..49002898c 100644 --- a/opentracing-specialagent-util/pom.xml +++ b/opentracing-specialagent-util/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 opentracing-specialagent-util OpenTracing SpecialAgent Utilities diff --git a/opentracing-specialagent/pom.xml b/opentracing-specialagent/pom.xml index de9de9aa6..82fa400ba 100644 --- a/opentracing-specialagent/pom.xml +++ b/opentracing-specialagent/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 opentracing-specialagent OpenTracing SpecialAgent diff --git a/pom.xml b/pom.xml index cd75c252b..31b28ace6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 pom Java SpecialAgent Java Agent for OpenTracing, with automatic instrumentation @@ -387,13 +387,13 @@ sign - + - --pinentry-mode + + - -pinentry-mode loopback - + diff --git a/rule/akka-actor/pom.xml b/rule/akka-actor/pom.xml index cf9742521..b4ce24281 100644 --- a/rule/akka-actor/pom.xml +++ b/rule/akka-actor/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 akka-actor SpecialAgent Rule for Akka Actor diff --git a/rule/akka-http/pom.xml b/rule/akka-http/pom.xml index 895b3ea06..f9ff4c5e3 100644 --- a/rule/akka-http/pom.xml +++ b/rule/akka-http/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 akka-http SpecialAgent Rule for Akka Http diff --git a/rule/apache-httpclient/pom.xml b/rule/apache-httpclient/pom.xml index 25644395a..18cedaf34 100644 --- a/rule/apache-httpclient/pom.xml +++ b/rule/apache-httpclient/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 apache-httpclient SpecialAgent Rule for Apache HttpClient diff --git a/rule/asynchttpclient/pom.xml b/rule/asynchttpclient/pom.xml index fe6a7a560..456e802bd 100644 --- a/rule/asynchttpclient/pom.xml +++ b/rule/asynchttpclient/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 asynchttpclient SpecialAgent Rule for AsyncHttpClient diff --git a/rule/aws-sdk-1/pom.xml b/rule/aws-sdk-1/pom.xml index dccf4c885..79f556378 100644 --- a/rule/aws-sdk-1/pom.xml +++ b/rule/aws-sdk-1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 aws-sdk-1 SpecialAgent Rule for AWS SDK v1 diff --git a/rule/aws-sdk-2/pom.xml b/rule/aws-sdk-2/pom.xml index 5abd573aa..2ee95c4aa 100644 --- a/rule/aws-sdk-2/pom.xml +++ b/rule/aws-sdk-2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 aws-sdk-2 SpecialAgent Rule for AWS SDK v2 diff --git a/rule/camel/pom.xml b/rule/camel/pom.xml index c50b25362..d305b1492 100644 --- a/rule/camel/pom.xml +++ b/rule/camel/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 camel SpecialAgent Rule for Apache Camel diff --git a/rule/cassandra-driver-3/pom.xml b/rule/cassandra-driver-3/pom.xml index 3553124c6..5ff7f913e 100644 --- a/rule/cassandra-driver-3/pom.xml +++ b/rule/cassandra-driver-3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 cassandra-driver-3 SpecialAgent Rule for Cassandra 3 Driver diff --git a/rule/cassandra-driver-4/pom.xml b/rule/cassandra-driver-4/pom.xml index 5d3e3488e..7dff6e67a 100644 --- a/rule/cassandra-driver-4/pom.xml +++ b/rule/cassandra-driver-4/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 cassandra-driver-4 SpecialAgent Rule for Cassandra 4 Driver diff --git a/rule/concurrent/pom.xml b/rule/concurrent/pom.xml index 9d577fdb3..41d1f9817 100644 --- a/rule/concurrent/pom.xml +++ b/rule/concurrent/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 concurrent SpecialAgent Rule for Java Concurrent API diff --git a/rule/couchbase-client/pom.xml b/rule/couchbase-client/pom.xml index 9f622d1d3..cd6a02e88 100644 --- a/rule/couchbase-client/pom.xml +++ b/rule/couchbase-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 couchbase-client SpecialAgent Rule for Couchbase Client diff --git a/rule/cxf/pom.xml b/rule/cxf/pom.xml index 75c5a1159..04406d15f 100644 --- a/rule/cxf/pom.xml +++ b/rule/cxf/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 cxf SpecialAgent Rule for Apache CXF diff --git a/rule/dubbo-2.6/pom.xml b/rule/dubbo-2.6/pom.xml index 5b994ef19..70a882ce8 100644 --- a/rule/dubbo-2.6/pom.xml +++ b/rule/dubbo-2.6/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 dubbo-2.6 SpecialAgent Rule for Dubbo 2.6 diff --git a/rule/dubbo-2.7/pom.xml b/rule/dubbo-2.7/pom.xml index d852335f8..70dcb21cf 100644 --- a/rule/dubbo-2.7/pom.xml +++ b/rule/dubbo-2.7/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 dubbo-2.7 SpecialAgent Rule for Dubbo 2.7 diff --git a/rule/dynamic/pom.xml b/rule/dynamic/pom.xml index 5e1046e78..bba1a9634 100644 --- a/rule/dynamic/pom.xml +++ b/rule/dynamic/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 dynamic SpecialAgent Rule for Dynamic Instrumentation diff --git a/rule/elasticsearch-client-rest/pom.xml b/rule/elasticsearch-client-rest/pom.xml index 0049d77a3..60a078bbf 100644 --- a/rule/elasticsearch-client-rest/pom.xml +++ b/rule/elasticsearch-client-rest/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 elasticsearch-client-rest SpecialAgent Rule for Elasticsearch Rest Client diff --git a/rule/elasticsearch-client-transport/pom.xml b/rule/elasticsearch-client-transport/pom.xml index 061cb12f0..d3e633aae 100644 --- a/rule/elasticsearch-client-transport/pom.xml +++ b/rule/elasticsearch-client-transport/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 elasticsearch-client-transport SpecialAgent Rule for Elasticsearch Transport Client diff --git a/rule/feign/pom.xml b/rule/feign/pom.xml index ce53f3509..d0035ab52 100644 --- a/rule/feign/pom.xml +++ b/rule/feign/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 feign SpecialAgent Rule for Feign diff --git a/rule/google-http-client/pom.xml b/rule/google-http-client/pom.xml index eff62f258..540ff8855 100644 --- a/rule/google-http-client/pom.xml +++ b/rule/google-http-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 google-http-client SpecialAgent Rule for Google Http Client diff --git a/rule/grizzly-http-client/pom.xml b/rule/grizzly-http-client/pom.xml index 3be753951..5a7be50c5 100644 --- a/rule/grizzly-http-client/pom.xml +++ b/rule/grizzly-http-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 grizzly-http-client SpecialAgent Rule for Grizzly Async Http Client diff --git a/rule/grizzly-http-server/pom.xml b/rule/grizzly-http-server/pom.xml index 34f0b5e63..63aa69cff 100644 --- a/rule/grizzly-http-server/pom.xml +++ b/rule/grizzly-http-server/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 grizzly-http-server SpecialAgent Rule for Grizzly Http Server diff --git a/rule/grpc/pom.xml b/rule/grpc/pom.xml index 7821f6a87..e49c88065 100644 --- a/rule/grpc/pom.xml +++ b/rule/grpc/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 grpc SpecialAgent Rule for gRPC diff --git a/rule/hazelcast/pom.xml b/rule/hazelcast/pom.xml index 483bc0f37..2f0cb79bb 100644 --- a/rule/hazelcast/pom.xml +++ b/rule/hazelcast/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 hazelcast SpecialAgent Rule for Hazelcast diff --git a/rule/httpurlconnection/pom.xml b/rule/httpurlconnection/pom.xml index 13c7991bc..4d79b7c78 100644 --- a/rule/httpurlconnection/pom.xml +++ b/rule/httpurlconnection/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 httpurlconnection SpecialAgent Rule for HttpURLConnection diff --git a/rule/jaxrs/pom.xml b/rule/jaxrs/pom.xml index d5bca93c1..9ba0e9bbb 100644 --- a/rule/jaxrs/pom.xml +++ b/rule/jaxrs/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 jaxrs SpecialAgent Rule for JAX-RS Client diff --git a/rule/jdbc/pom.xml b/rule/jdbc/pom.xml index 69c35b84c..6d157be54 100644 --- a/rule/jdbc/pom.xml +++ b/rule/jdbc/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 jdbc SpecialAgent Rule for Java JDBC API diff --git a/rule/jedis/pom.xml b/rule/jedis/pom.xml index e730c4be6..264e335c8 100644 --- a/rule/jedis/pom.xml +++ b/rule/jedis/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 jedis SpecialAgent Rule for Jedis diff --git a/rule/jms/pom.xml b/rule/jms/pom.xml index f6e358870..0273f0bf9 100644 --- a/rule/jms/pom.xml +++ b/rule/jms/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 jms SpecialAgent Rule for JMS diff --git a/rule/kafka-client/pom.xml b/rule/kafka-client/pom.xml index b136fc7d6..02f0f818a 100644 --- a/rule/kafka-client/pom.xml +++ b/rule/kafka-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 kafka-client SpecialAgent Rule for Kafka Client diff --git a/rule/kafka-streams/pom.xml b/rule/kafka-streams/pom.xml index addb4b55f..5cb50f317 100644 --- a/rule/kafka-streams/pom.xml +++ b/rule/kafka-streams/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 kafka-streams SpecialAgent Rule for Kafka Streams diff --git a/rule/lettuce/pom.xml b/rule/lettuce/pom.xml index d9b2c320f..5f5697798 100644 --- a/rule/lettuce/pom.xml +++ b/rule/lettuce/pom.xml @@ -6,7 +6,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 lettuce SpecialAgent Rule for Lettuce diff --git a/rule/mongo-driver/pom.xml b/rule/mongo-driver/pom.xml index 3d1d6b269..81c64e320 100644 --- a/rule/mongo-driver/pom.xml +++ b/rule/mongo-driver/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver SpecialAgent Rule for MongoDB Driver diff --git a/rule/mule-4-core/pom.xml b/rule/mule-4-core/pom.xml index 4f9234ccf..19c8fd0dd 100644 --- a/rule/mule-4-core/pom.xml +++ b/rule/mule-4-core/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 mule-4-core SpecialAgent Rule for Mule 4 Core diff --git a/rule/mule-4-http-service/pom.xml b/rule/mule-4-http-service/pom.xml index dc3bc9316..9352db795 100644 --- a/rule/mule-4-http-service/pom.xml +++ b/rule/mule-4-http-service/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 mule-4-http-service SpecialAgent Rule for Mule 4 HTTP Service diff --git a/rule/mule-4-module-artifact/pom.xml b/rule/mule-4-module-artifact/pom.xml index cdd560132..003919ba5 100644 --- a/rule/mule-4-module-artifact/pom.xml +++ b/rule/mule-4-module-artifact/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 mule-4-module-artifact SpecialAgent Rule for Mule 4 Artifact Module diff --git a/rule/neo4j-driver/pom.xml b/rule/neo4j-driver/pom.xml index fdcea413e..25e8c4a3f 100644 --- a/rule/neo4j-driver/pom.xml +++ b/rule/neo4j-driver/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 neo4j-driver SpecialAgent Rule for Neo4j Driver diff --git a/rule/netty/pom.xml b/rule/netty/pom.xml index 49e7b9922..dad058e78 100644 --- a/rule/netty/pom.xml +++ b/rule/netty/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 netty SpecialAgent Rule for Netty diff --git a/rule/okhttp/pom.xml b/rule/okhttp/pom.xml index d0f7b45d2..45b9e41ef 100644 --- a/rule/okhttp/pom.xml +++ b/rule/okhttp/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 okhttp SpecialAgent Rule for OkHttp diff --git a/rule/play-ws/pom.xml b/rule/play-ws/pom.xml index 95435ca2a..a917fe677 100644 --- a/rule/play-ws/pom.xml +++ b/rule/play-ws/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 play-ws SpecialAgent Rule for Play WS diff --git a/rule/play/pom.xml b/rule/play/pom.xml index c7f18a8ff..7f90c8e26 100644 --- a/rule/play/pom.xml +++ b/rule/play/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 play SpecialAgent Rule for Play diff --git a/rule/pom.xml b/rule/pom.xml index 061d3cb0f..820592587 100644 --- a/rule/pom.xml +++ b/rule/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.rule rule diff --git a/rule/pulsar-client/pom.xml b/rule/pulsar-client/pom.xml index 08502705e..b8b89299c 100644 --- a/rule/pulsar-client/pom.xml +++ b/rule/pulsar-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 pulsar-client SpecialAgent Rule for Apache Pulsar Client diff --git a/rule/pulsar-functions/pom.xml b/rule/pulsar-functions/pom.xml index e54b64ed2..3cccff5e5 100644 --- a/rule/pulsar-functions/pom.xml +++ b/rule/pulsar-functions/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 pulsar-functions SpecialAgent Rule for Apache Pulsar Functions diff --git a/rule/rabbitmq-client/pom.xml b/rule/rabbitmq-client/pom.xml index ff7370a00..305955d26 100644 --- a/rule/rabbitmq-client/pom.xml +++ b/rule/rabbitmq-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 rabbitmq-client SpecialAgent Rule for RabbitMQ Client diff --git a/rule/reactor/pom.xml b/rule/reactor/pom.xml index 6ca2ec880..c4aa5add3 100644 --- a/rule/reactor/pom.xml +++ b/rule/reactor/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 reactor SpecialAgent Rule for Reactor diff --git a/rule/redisson/pom.xml b/rule/redisson/pom.xml index c49f6d429..2388a9523 100644 --- a/rule/redisson/pom.xml +++ b/rule/redisson/pom.xml @@ -19,7 +19,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 4.0.0 redisson diff --git a/rule/rxjava-2/pom.xml b/rule/rxjava-2/pom.xml index 0af6e2b95..c65254884 100644 --- a/rule/rxjava-2/pom.xml +++ b/rule/rxjava-2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 rxjava-2 SpecialAgent Rule for RxJava 2 diff --git a/rule/rxjava-3/pom.xml b/rule/rxjava-3/pom.xml index 90877b870..00c77e117 100644 --- a/rule/rxjava-3/pom.xml +++ b/rule/rxjava-3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 rxjava-3 SpecialAgent Rule for RxJava 3 diff --git a/rule/servlet/pom.xml b/rule/servlet/pom.xml index 8e0c9135f..cf1a5af01 100644 --- a/rule/servlet/pom.xml +++ b/rule/servlet/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 servlet SpecialAgent Rule for Java Servlet API diff --git a/rule/spring-boot/pom.xml b/rule/spring-boot/pom.xml index 741546c06..a07ac2597 100644 --- a/rule/spring-boot/pom.xml +++ b/rule/spring-boot/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 spring-boot SpecialAgent Rule for Spring Boot diff --git a/rule/spring-jms/pom.xml b/rule/spring-jms/pom.xml index ac05ee19a..38fa28bca 100644 --- a/rule/spring-jms/pom.xml +++ b/rule/spring-jms/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 SpecialAgent Rule for Spring JMS spring-jms diff --git a/rule/spring-kafka/pom.xml b/rule/spring-kafka/pom.xml index b3098e464..e37ae6064 100644 --- a/rule/spring-kafka/pom.xml +++ b/rule/spring-kafka/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 spring-kafka SpecialAgent Rule for Spring Kafka diff --git a/rule/spring-messaging/pom.xml b/rule/spring-messaging/pom.xml index 54e307937..83f627eb6 100644 --- a/rule/spring-messaging/pom.xml +++ b/rule/spring-messaging/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 SpecialAgent Rule for Spring Messaging spring-messaging diff --git a/rule/spring-rabbitmq/pom.xml b/rule/spring-rabbitmq/pom.xml index 20013b294..8a0c1cf59 100644 --- a/rule/spring-rabbitmq/pom.xml +++ b/rule/spring-rabbitmq/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 SpecialAgent Rule for Spring RabbitMQ spring-rabbitmq diff --git a/rule/spring-scheduling/pom.xml b/rule/spring-scheduling/pom.xml index b024b8f87..b4056195a 100644 --- a/rule/spring-scheduling/pom.xml +++ b/rule/spring-scheduling/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 spring-scheduling SpecialAgent Rule for Spring Scheduling diff --git a/rule/spring-web-3/pom.xml b/rule/spring-web-3/pom.xml index 0a607ed2f..7bf1a0df0 100644 --- a/rule/spring-web-3/pom.xml +++ b/rule/spring-web-3/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-web-3 SpecialAgent Rule for Spring Web 3 diff --git a/rule/spring-web-4.0/pom.xml b/rule/spring-web-4.0/pom.xml index 539622f3c..d886427b6 100644 --- a/rule/spring-web-4.0/pom.xml +++ b/rule/spring-web-4.0/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-web-4.0 SpecialAgent Rule for Spring Web 4.0.x diff --git a/rule/spring-web-4/pom.xml b/rule/spring-web-4/pom.xml index 62969cacb..3ee6814dd 100644 --- a/rule/spring-web-4/pom.xml +++ b/rule/spring-web-4/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-web-4 SpecialAgent Rule for Spring Web 4.1.x, 4.2.x, 4.3.x diff --git a/rule/spring-web-5/pom.xml b/rule/spring-web-5/pom.xml index 1a71c3500..d5fa893f2 100644 --- a/rule/spring-web-5/pom.xml +++ b/rule/spring-web-5/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-web-5 SpecialAgent Rule for Spring Web 5 diff --git a/rule/spring-webflux/pom.xml b/rule/spring-webflux/pom.xml index a4896e8ba..b9c67b733 100644 --- a/rule/spring-webflux/pom.xml +++ b/rule/spring-webflux/pom.xml @@ -20,7 +20,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 4.0.0 spring-webflux diff --git a/rule/spring-webmvc-3/pom.xml b/rule/spring-webmvc-3/pom.xml index f8943c880..773534d64 100644 --- a/rule/spring-webmvc-3/pom.xml +++ b/rule/spring-webmvc-3/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-3 SpecialAgent Rule for Spring Web MVC 3 diff --git a/rule/spring-webmvc-4/pom.xml b/rule/spring-webmvc-4/pom.xml index 3255a6ff5..1a096b051 100644 --- a/rule/spring-webmvc-4/pom.xml +++ b/rule/spring-webmvc-4/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-4 SpecialAgent Rule for Spring Web MVC 4 diff --git a/rule/spring-webmvc-5/pom.xml b/rule/spring-webmvc-5/pom.xml index d3fbc922f..2a8a9b55e 100644 --- a/rule/spring-webmvc-5/pom.xml +++ b/rule/spring-webmvc-5/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-5 SpecialAgent Rule for Spring Web MVC 5 diff --git a/rule/spring-webmvc/pom.xml b/rule/spring-webmvc/pom.xml index 1aec80dbd..63b611481 100644 --- a/rule/spring-webmvc/pom.xml +++ b/rule/spring-webmvc/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc SpecialAgent Rule for Spring Web MVC diff --git a/rule/spring-websocket/pom.xml b/rule/spring-websocket/pom.xml index 35c7b00e9..7663059c7 100644 --- a/rule/spring-websocket/pom.xml +++ b/rule/spring-websocket/pom.xml @@ -21,7 +21,7 @@ rule io.opentracing.contrib.specialagent.rule - 1.7.1-SNAPSHOT + 1.7.1 spring-websocket SpecialAgent Rule for Spring WebSocket STOMP diff --git a/rule/spymemcached/pom.xml b/rule/spymemcached/pom.xml index 6e5323a2e..cc555ddbe 100644 --- a/rule/spymemcached/pom.xml +++ b/rule/spymemcached/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 spymemcached SpecialAgent Rule for Spymemcached diff --git a/rule/thread/pom.xml b/rule/thread/pom.xml index 16d07e936..df999b042 100644 --- a/rule/thread/pom.xml +++ b/rule/thread/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 thread SpecialAgent Rule for java.lang.Thread diff --git a/rule/thrift/pom.xml b/rule/thrift/pom.xml index 301ef4778..f94303ed1 100644 --- a/rule/thrift/pom.xml +++ b/rule/thrift/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 thrift SpecialAgent Rule for Apache Thrift diff --git a/rule/zuul/pom.xml b/rule/zuul/pom.xml index 2d04078c6..a25e70a04 100644 --- a/rule/zuul/pom.xml +++ b/rule/zuul/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.rule rule - 1.7.1-SNAPSHOT + 1.7.1 zuul SpecialAgent Rule for Netflix Zuul diff --git a/specialagent-fingerprint/pom.xml b/specialagent-fingerprint/pom.xml index d808aa944..c48b2ccb9 100644 --- a/specialagent-fingerprint/pom.xml +++ b/specialagent-fingerprint/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 specialagent-fingerprint Fingerprint Utility for SpecialAgent diff --git a/specialagent-maven-plugin/pom.xml b/specialagent-maven-plugin/pom.xml index 474006999..b0e464e7a 100644 --- a/specialagent-maven-plugin/pom.xml +++ b/specialagent-maven-plugin/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 specialagent-maven-plugin maven-plugin diff --git a/test/akka-actor/akka-actor-2.5.0/pom.xml b/test/akka-actor/akka-actor-2.5.0/pom.xml index c7ed32147..76ce0cc3a 100644 --- a/test/akka-actor/akka-actor-2.5.0/pom.xml +++ b/test/akka-actor/akka-actor-2.5.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.akka-actor akka-actor - 1.7.1-SNAPSHOT + 1.7.1 akka-actor-2.5.0 SpecialAgent Test for Akka Actor 2.5.0 diff --git a/test/akka-actor/akka-actor-2.6.1/pom.xml b/test/akka-actor/akka-actor-2.6.1/pom.xml index 77f2f9026..42879d8cc 100644 --- a/test/akka-actor/akka-actor-2.6.1/pom.xml +++ b/test/akka-actor/akka-actor-2.6.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.akka-actor akka-actor - 1.7.1-SNAPSHOT + 1.7.1 akka-actor-2.6.1 SpecialAgent Test for Akka Actor 2.6.1 diff --git a/test/akka-actor/pom.xml b/test/akka-actor/pom.xml index 83106e95f..e16bd98f6 100644 --- a/test/akka-actor/pom.xml +++ b/test/akka-actor/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.akka-actor akka-actor diff --git a/test/akka-http/akka-http-10.1.0/pom.xml b/test/akka-http/akka-http-10.1.0/pom.xml index 06ec58ddc..151bba0fd 100644 --- a/test/akka-http/akka-http-10.1.0/pom.xml +++ b/test/akka-http/akka-http-10.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.akka-http akka-http - 1.7.1-SNAPSHOT + 1.7.1 akka-http-10.1.0 SpecialAgent Test for Akka Http 10.1.0 diff --git a/test/akka-http/akka-http-10.1.10/pom.xml b/test/akka-http/akka-http-10.1.10/pom.xml index 6624da399..b83c381d9 100644 --- a/test/akka-http/akka-http-10.1.10/pom.xml +++ b/test/akka-http/akka-http-10.1.10/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.akka-http akka-http - 1.7.1-SNAPSHOT + 1.7.1 akka-http-10.1.10 SpecialAgent Test for Akka Http 10.1.10 diff --git a/test/akka-http/pom.xml b/test/akka-http/pom.xml index 4f51995fb..c994d51c2 100644 --- a/test/akka-http/pom.xml +++ b/test/akka-http/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.akka-http akka-http diff --git a/test/apache-httpclient/apache-httpclient-4.4/pom.xml b/test/apache-httpclient/apache-httpclient-4.4/pom.xml index 2c58a8cb4..971b74523 100644 --- a/test/apache-httpclient/apache-httpclient-4.4/pom.xml +++ b/test/apache-httpclient/apache-httpclient-4.4/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.apache-httpclient apache-httpclient - 1.7.1-SNAPSHOT + 1.7.1 apache-httpclient-4.4 SpecialAgent Test for Apache HttpClient 4.4 diff --git a/test/apache-httpclient/apache-httpclient-4.5.10/pom.xml b/test/apache-httpclient/apache-httpclient-4.5.10/pom.xml index 8ef6ee70e..dd2bd4ba9 100644 --- a/test/apache-httpclient/apache-httpclient-4.5.10/pom.xml +++ b/test/apache-httpclient/apache-httpclient-4.5.10/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.apache-httpclient apache-httpclient - 1.7.1-SNAPSHOT + 1.7.1 apache-httpclient-4.5.10 SpecialAgent Test for Apache HttpClient 4.5.10 diff --git a/test/apache-httpclient/pom.xml b/test/apache-httpclient/pom.xml index 723e951a9..303fca24b 100644 --- a/test/apache-httpclient/pom.xml +++ b/test/apache-httpclient/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.apache-httpclient apache-httpclient diff --git a/test/asynchttpclient/asynchttpclient-2.10.4/pom.xml b/test/asynchttpclient/asynchttpclient-2.10.4/pom.xml index 48ddbb822..79408f5ab 100644 --- a/test/asynchttpclient/asynchttpclient-2.10.4/pom.xml +++ b/test/asynchttpclient/asynchttpclient-2.10.4/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.asynchttpclient asynchttpclient - 1.7.1-SNAPSHOT + 1.7.1 asynchttpclient-2.10.4 SpecialAgent Test for AsyncHttpClient 2.10.4 diff --git a/test/asynchttpclient/asynchttpclient-2.7.0/pom.xml b/test/asynchttpclient/asynchttpclient-2.7.0/pom.xml index dec38881c..29bde9033 100644 --- a/test/asynchttpclient/asynchttpclient-2.7.0/pom.xml +++ b/test/asynchttpclient/asynchttpclient-2.7.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.asynchttpclient asynchttpclient - 1.7.1-SNAPSHOT + 1.7.1 asynchttpclient-2.7.0 SpecialAgent Test for AsyncHttpClient 2.7.0 diff --git a/test/asynchttpclient/pom.xml b/test/asynchttpclient/pom.xml index 8ca8f69b9..044562668 100644 --- a/test/asynchttpclient/pom.xml +++ b/test/asynchttpclient/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.asynchttpclient asynchttpclient diff --git a/test/aws-sdk/aws-sdk-1.11.570/pom.xml b/test/aws-sdk/aws-sdk-1.11.570/pom.xml index 5caa08190..edb565dc5 100644 --- a/test/aws-sdk/aws-sdk-1.11.570/pom.xml +++ b/test/aws-sdk/aws-sdk-1.11.570/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.aws-sdk aws-sdk - 1.7.1-SNAPSHOT + 1.7.1 aws-sdk-1.11.570 SpecialAgent Test for AWS SDK 1.11.570 diff --git a/test/aws-sdk/aws-sdk-2.7.15/pom.xml b/test/aws-sdk/aws-sdk-2.7.15/pom.xml index d9d3fe320..07b4a9c4a 100644 --- a/test/aws-sdk/aws-sdk-2.7.15/pom.xml +++ b/test/aws-sdk/aws-sdk-2.7.15/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.aws-sdk aws-sdk - 1.7.1-SNAPSHOT + 1.7.1 aws-sdk-2.7.15 SpecialAgent Test for AWS SDK 2.7.15 diff --git a/test/aws-sdk/pom.xml b/test/aws-sdk/pom.xml index 2f3bde3a6..0731a5b5a 100644 --- a/test/aws-sdk/pom.xml +++ b/test/aws-sdk/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.aws-sdk aws-sdk diff --git a/test/cassandra-driver/cassandra-driver-3.0.0/pom.xml b/test/cassandra-driver/cassandra-driver-3.0.0/pom.xml index 0e2bd3a71..60cb8a1d8 100644 --- a/test/cassandra-driver/cassandra-driver-3.0.0/pom.xml +++ b/test/cassandra-driver/cassandra-driver-3.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.cassandra-driver cassandra-driver - 1.7.1-SNAPSHOT + 1.7.1 cassandra-driver-3.0.0 SpecialAgent Test for Cassandra Driver 3.0.0 diff --git a/test/cassandra-driver/cassandra-driver-3.7.2/pom.xml b/test/cassandra-driver/cassandra-driver-3.7.2/pom.xml index 8a8ffd3ab..faed3e9e1 100644 --- a/test/cassandra-driver/cassandra-driver-3.7.2/pom.xml +++ b/test/cassandra-driver/cassandra-driver-3.7.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.cassandra-driver cassandra-driver - 1.7.1-SNAPSHOT + 1.7.1 cassandra-driver-3.7.2 SpecialAgent Test for Cassandra Driver 3.7.2 diff --git a/test/cassandra-driver/cassandra-driver-4.0.0/pom.xml b/test/cassandra-driver/cassandra-driver-4.0.0/pom.xml index f4d32fa21..b00180650 100644 --- a/test/cassandra-driver/cassandra-driver-4.0.0/pom.xml +++ b/test/cassandra-driver/cassandra-driver-4.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.cassandra-driver cassandra-driver - 1.7.1-SNAPSHOT + 1.7.1 cassandra-driver-4.0.0 SpecialAgent Test for Cassandra Driver 4.0.0 diff --git a/test/cassandra-driver/cassandra-driver-4.2.0/pom.xml b/test/cassandra-driver/cassandra-driver-4.2.0/pom.xml index 3e3f94d4b..e9175418b 100644 --- a/test/cassandra-driver/cassandra-driver-4.2.0/pom.xml +++ b/test/cassandra-driver/cassandra-driver-4.2.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.cassandra-driver cassandra-driver - 1.7.1-SNAPSHOT + 1.7.1 cassandra-driver-4.2.0 SpecialAgent Test for Cassandra Driver 4.2.0 diff --git a/test/cassandra-driver/pom.xml b/test/cassandra-driver/pom.xml index b462ea902..872b8fa21 100644 --- a/test/cassandra-driver/pom.xml +++ b/test/cassandra-driver/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.cassandra-driver cassandra-driver diff --git a/test/concurrent/pom.xml b/test/concurrent/pom.xml index 69750a174..c0472916e 100644 --- a/test/concurrent/pom.xml +++ b/test/concurrent/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 concurrent SpecialAgent Test for Java Concurrent API diff --git a/test/couchbase-client/couchbase-client-2.7.11/pom.xml b/test/couchbase-client/couchbase-client-2.7.11/pom.xml index 43bd1686e..cb7e96789 100644 --- a/test/couchbase-client/couchbase-client-2.7.11/pom.xml +++ b/test/couchbase-client/couchbase-client-2.7.11/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.couchbase-client couchbase-client - 1.7.1-SNAPSHOT + 1.7.1 couchbase-client-2.7.11 SpecialAgent Test for Couchbase Client 2.7.11 diff --git a/test/couchbase-client/couchbase-client-2.7.3/pom.xml b/test/couchbase-client/couchbase-client-2.7.3/pom.xml index 0ac128bcd..209462f9e 100644 --- a/test/couchbase-client/couchbase-client-2.7.3/pom.xml +++ b/test/couchbase-client/couchbase-client-2.7.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.couchbase-client couchbase-client - 1.7.1-SNAPSHOT + 1.7.1 couchbase-client-2.7.3 SpecialAgent Test for Couchbase Client 2.7.3 diff --git a/test/couchbase-client/pom.xml b/test/couchbase-client/pom.xml index b613ad4c1..5aafbbdc9 100644 --- a/test/couchbase-client/pom.xml +++ b/test/couchbase-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.couchbase-client couchbase-client diff --git a/test/cxf/cxf-jaxrs-3.3.5/pom.xml b/test/cxf/cxf-jaxrs-3.3.5/pom.xml index 5a3e38968..2830c2572 100644 --- a/test/cxf/cxf-jaxrs-3.3.5/pom.xml +++ b/test/cxf/cxf-jaxrs-3.3.5/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.cxf cxf - 1.7.1-SNAPSHOT + 1.7.1 cxf-jaxrs-3.3.5 SpecialAgent Test for Apache CXF JAX-RS 3.3.5 diff --git a/test/cxf/cxf-jaxws-3.3.5/pom.xml b/test/cxf/cxf-jaxws-3.3.5/pom.xml index 6a5b621f1..36c9b9b91 100644 --- a/test/cxf/cxf-jaxws-3.3.5/pom.xml +++ b/test/cxf/cxf-jaxws-3.3.5/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.cxf cxf - 1.7.1-SNAPSHOT + 1.7.1 cxf-jaxws-3.3.5 SpecialAgent Test for Apache CXF JAX-WS 3.3.5 diff --git a/test/cxf/pom.xml b/test/cxf/pom.xml index 9b356d849..73c5fa475 100644 --- a/test/cxf/pom.xml +++ b/test/cxf/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.cxf cxf diff --git a/test/dubbo/dubbo-2.6/pom.xml b/test/dubbo/dubbo-2.6/pom.xml index ee03e8ddc..e18797eec 100644 --- a/test/dubbo/dubbo-2.6/pom.xml +++ b/test/dubbo/dubbo-2.6/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.dubbo dubbo - 1.7.1-SNAPSHOT + 1.7.1 dubbo-2.6 SpecialAgent Test for Dubbo 2.6 diff --git a/test/dubbo/dubbo-2.7/pom.xml b/test/dubbo/dubbo-2.7/pom.xml index 3373d1510..1eb9a8375 100644 --- a/test/dubbo/dubbo-2.7/pom.xml +++ b/test/dubbo/dubbo-2.7/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.dubbo dubbo - 1.7.1-SNAPSHOT + 1.7.1 dubbo-2.7 SpecialAgent Test for Dubbo 2.7 diff --git a/test/dubbo/pom.xml b/test/dubbo/pom.xml index d33be3860..6bf4b1fbe 100644 --- a/test/dubbo/pom.xml +++ b/test/dubbo/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.dubbo dubbo diff --git a/test/dynamic/pom.xml b/test/dynamic/pom.xml index 5b4da2066..b8be745c7 100644 --- a/test/dynamic/pom.xml +++ b/test/dynamic/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 dynamic SpecialAgent Test for Dynamic Instrumentation diff --git a/test/elasticsearch-client/elasticsearch-client-6.4.0/pom.xml b/test/elasticsearch-client/elasticsearch-client-6.4.0/pom.xml index 0248ada64..233369380 100644 --- a/test/elasticsearch-client/elasticsearch-client-6.4.0/pom.xml +++ b/test/elasticsearch-client/elasticsearch-client-6.4.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.elasticsearch-client elasticsearch-client - 1.7.1-SNAPSHOT + 1.7.1 elasticsearch-client-6.4.0 SpecialAgent Test for Elasticsearch Client 6.4.0 diff --git a/test/elasticsearch-client/elasticsearch-client-7.3.1/pom.xml b/test/elasticsearch-client/elasticsearch-client-7.3.1/pom.xml index cb5452b9b..d01138f20 100644 --- a/test/elasticsearch-client/elasticsearch-client-7.3.1/pom.xml +++ b/test/elasticsearch-client/elasticsearch-client-7.3.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.elasticsearch-client elasticsearch-client - 1.7.1-SNAPSHOT + 1.7.1 elasticsearch-client-7.3.1 SpecialAgent Test for Elasticsearch Client 7.3.1 diff --git a/test/elasticsearch-client/pom.xml b/test/elasticsearch-client/pom.xml index 23c0f1658..0a33dce4d 100644 --- a/test/elasticsearch-client/pom.xml +++ b/test/elasticsearch-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.elasticsearch-client elasticsearch-client diff --git a/test/feign/feign-10.6.0/pom.xml b/test/feign/feign-10.6.0/pom.xml index c1df0b929..e5c464e53 100644 --- a/test/feign/feign-10.6.0/pom.xml +++ b/test/feign/feign-10.6.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.feign feign - 1.7.1-SNAPSHOT + 1.7.1 feign-10.6.0 SpecialAgent Test for Feign 10.6.0 diff --git a/test/feign/feign-9.0.0/pom.xml b/test/feign/feign-9.0.0/pom.xml index 9bc921113..bebb84ceb 100644 --- a/test/feign/feign-9.0.0/pom.xml +++ b/test/feign/feign-9.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.feign feign - 1.7.1-SNAPSHOT + 1.7.1 feign-9.0.0 SpecialAgent Test for Feign 9.0.0 diff --git a/test/feign/pom.xml b/test/feign/pom.xml index 3ec5d77fb..d51918b6b 100644 --- a/test/feign/pom.xml +++ b/test/feign/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.feign feign diff --git a/test/google-http-client/google-http-client-1.19.0/pom.xml b/test/google-http-client/google-http-client-1.19.0/pom.xml index d35d4d53a..a81feb32e 100644 --- a/test/google-http-client/google-http-client-1.19.0/pom.xml +++ b/test/google-http-client/google-http-client-1.19.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.google-http-client google-http-client - 1.7.1-SNAPSHOT + 1.7.1 google-http-client-1.19.0 SpecialAgent Test for Google Http Client 1.19.0 diff --git a/test/google-http-client/google-http-client-1.33.0/pom.xml b/test/google-http-client/google-http-client-1.33.0/pom.xml index cae435471..1b307899f 100644 --- a/test/google-http-client/google-http-client-1.33.0/pom.xml +++ b/test/google-http-client/google-http-client-1.33.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.google-http-client google-http-client - 1.7.1-SNAPSHOT + 1.7.1 google-http-client-1.33.0 SpecialAgent Test for Google Http Client 1.33.0 diff --git a/test/google-http-client/pom.xml b/test/google-http-client/pom.xml index 9007a6ff6..6c109fb0a 100644 --- a/test/google-http-client/pom.xml +++ b/test/google-http-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.google-http-client google-http-client diff --git a/test/grizzly-http-client/grizzly-http-client-1.15/pom.xml b/test/grizzly-http-client/grizzly-http-client-1.15/pom.xml index e0e08e681..208652750 100644 --- a/test/grizzly-http-client/grizzly-http-client-1.15/pom.xml +++ b/test/grizzly-http-client/grizzly-http-client-1.15/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.grizzly-http-client grizzly-http-client - 1.7.1-SNAPSHOT + 1.7.1 grizzly-http-client-1.15 SpecialAgent Test for Grizzly Async Http Client 1.15 diff --git a/test/grizzly-http-client/grizzly-http-client-1.16/pom.xml b/test/grizzly-http-client/grizzly-http-client-1.16/pom.xml index b3389752b..0673e5998 100644 --- a/test/grizzly-http-client/grizzly-http-client-1.16/pom.xml +++ b/test/grizzly-http-client/grizzly-http-client-1.16/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.grizzly-http-client grizzly-http-client - 1.7.1-SNAPSHOT + 1.7.1 grizzly-http-client-1.16 SpecialAgent Test for Grizzly Async Http Client 1.16 diff --git a/test/grizzly-http-client/pom.xml b/test/grizzly-http-client/pom.xml index cd44ed9e7..f8f752575 100644 --- a/test/grizzly-http-client/pom.xml +++ b/test/grizzly-http-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.grizzly-http-client grizzly-http-client diff --git a/test/grizzly-http-server/grizzly-http-server-2.3.35/pom.xml b/test/grizzly-http-server/grizzly-http-server-2.3.35/pom.xml index 9d8f90206..11bf0105f 100644 --- a/test/grizzly-http-server/grizzly-http-server-2.3.35/pom.xml +++ b/test/grizzly-http-server/grizzly-http-server-2.3.35/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.grizzly-http-server grizzly-http-server - 1.7.1-SNAPSHOT + 1.7.1 grizzly-http-server-2.3.35 SpecialAgent Test for Grizzly Http Server 2.3.35 diff --git a/test/grizzly-http-server/grizzly-http-server-2.4.4/pom.xml b/test/grizzly-http-server/grizzly-http-server-2.4.4/pom.xml index 884e2ee3a..cdcc8b17a 100644 --- a/test/grizzly-http-server/grizzly-http-server-2.4.4/pom.xml +++ b/test/grizzly-http-server/grizzly-http-server-2.4.4/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.grizzly-http-server grizzly-http-server - 1.7.1-SNAPSHOT + 1.7.1 grizzly-http-server-2.4.4 SpecialAgent Test for Grizzly Http Server 2.4.4 diff --git a/test/grizzly-http-server/pom.xml b/test/grizzly-http-server/pom.xml index 53b817611..9965bf478 100644 --- a/test/grizzly-http-server/pom.xml +++ b/test/grizzly-http-server/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.grizzly-http-server grizzly-http-server diff --git a/test/grpc/grpc-1.25.0/pom.xml b/test/grpc/grpc-1.25.0/pom.xml index 541fe3a24..630d17c84 100644 --- a/test/grpc/grpc-1.25.0/pom.xml +++ b/test/grpc/grpc-1.25.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.grpc grpc - 1.7.1-SNAPSHOT + 1.7.1 grpc-1.25.0 SpecialAgent Test for gRPC 1.25.0 diff --git a/test/grpc/grpc-1.6.0/pom.xml b/test/grpc/grpc-1.6.0/pom.xml index 566bbde90..d37e31436 100644 --- a/test/grpc/grpc-1.6.0/pom.xml +++ b/test/grpc/grpc-1.6.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.grpc grpc - 1.7.1-SNAPSHOT + 1.7.1 grpc-1.6.0 SpecialAgent Test for gRPC 1.6.0 diff --git a/test/grpc/pom.xml b/test/grpc/pom.xml index c9930856d..2a14b29d1 100644 --- a/test/grpc/pom.xml +++ b/test/grpc/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.grpc grpc diff --git a/test/hazelcast/hazelcast-3.12.4/pom.xml b/test/hazelcast/hazelcast-3.12.4/pom.xml index 910e26cb8..bc8f5b006 100644 --- a/test/hazelcast/hazelcast-3.12.4/pom.xml +++ b/test/hazelcast/hazelcast-3.12.4/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.hazelcast hazelcast - 1.7.1-SNAPSHOT + 1.7.1 hazelcast-3.12.4 SpecialAgent Test for Hazelcast 3.12.4 diff --git a/test/hazelcast/hazelcast-3.12/pom.xml b/test/hazelcast/hazelcast-3.12/pom.xml index 5e1d231d7..56e519dfe 100644 --- a/test/hazelcast/hazelcast-3.12/pom.xml +++ b/test/hazelcast/hazelcast-3.12/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.hazelcast hazelcast - 1.7.1-SNAPSHOT + 1.7.1 hazelcast-3.12 SpecialAgent Test for Hazelcast 3.12 diff --git a/test/hazelcast/pom.xml b/test/hazelcast/pom.xml index 82222ef51..02107df7c 100644 --- a/test/hazelcast/pom.xml +++ b/test/hazelcast/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.hazelcast hazelcast diff --git a/test/httpurlconnection/pom.xml b/test/httpurlconnection/pom.xml index c9e46a4c2..b0816fb79 100644 --- a/test/httpurlconnection/pom.xml +++ b/test/httpurlconnection/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 httpurlconnection SpecialAgent Test for Java HttpURLConnection diff --git a/test/hystrix/hystrix-1.0.2/pom.xml b/test/hystrix/hystrix-1.0.2/pom.xml index c62e2afe8..c44bb5f7d 100644 --- a/test/hystrix/hystrix-1.0.2/pom.xml +++ b/test/hystrix/hystrix-1.0.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.hystrix hystrix - 1.7.1-SNAPSHOT + 1.7.1 hystrix-1.0.2 SpecialAgent Test for Hystrix 1.0.2 diff --git a/test/hystrix/hystrix-1.5.18/pom.xml b/test/hystrix/hystrix-1.5.18/pom.xml index 98a07485d..568f83ffc 100644 --- a/test/hystrix/hystrix-1.5.18/pom.xml +++ b/test/hystrix/hystrix-1.5.18/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.hystrix hystrix - 1.7.1-SNAPSHOT + 1.7.1 hystrix-1.5.18 SpecialAgent Test for Hystrix 1.5.18 diff --git a/test/hystrix/pom.xml b/test/hystrix/pom.xml index e20bd5df2..67139e8b4 100644 --- a/test/hystrix/pom.xml +++ b/test/hystrix/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.hystrix hystrix diff --git a/test/jaxrs/jaxrs-2.0/pom.xml b/test/jaxrs/jaxrs-2.0/pom.xml index 465486bde..416c4fbe2 100644 --- a/test/jaxrs/jaxrs-2.0/pom.xml +++ b/test/jaxrs/jaxrs-2.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jaxrs jaxrs - 1.7.1-SNAPSHOT + 1.7.1 jaxrs-2.0 SpecialAgent Test for JAX-RS 2.0 Client diff --git a/test/jaxrs/jaxrs-2.1/pom.xml b/test/jaxrs/jaxrs-2.1/pom.xml index 47cb4eb6f..76f96bc73 100644 --- a/test/jaxrs/jaxrs-2.1/pom.xml +++ b/test/jaxrs/jaxrs-2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jaxrs jaxrs - 1.7.1-SNAPSHOT + 1.7.1 jaxrs-2.1 SpecialAgent Test for JAX-RS 2.1 Client diff --git a/test/jaxrs/pom.xml b/test/jaxrs/pom.xml index e01d3f65d..c1de19f0f 100644 --- a/test/jaxrs/pom.xml +++ b/test/jaxrs/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.jaxrs jaxrs diff --git a/test/jdbc/pom.xml b/test/jdbc/pom.xml index 3076c0b1e..d5c2c8bde 100644 --- a/test/jdbc/pom.xml +++ b/test/jdbc/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 jdbc SpecialAgent Test for JDBC API diff --git a/test/jdbi/jdbi-2.0.1/pom.xml b/test/jdbi/jdbi-2.0.1/pom.xml index 523dc716a..968ff3593 100644 --- a/test/jdbi/jdbi-2.0.1/pom.xml +++ b/test/jdbi/jdbi-2.0.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jdbi jdbi - 1.7.1-SNAPSHOT + 1.7.1 jdbi-2.0.1 SpecialAgent Test for JDBI 2.0.1 diff --git a/test/jdbi/jdbi-3.12.2/pom.xml b/test/jdbi/jdbi-3.12.2/pom.xml index dfb0581f5..c1fec56cb 100644 --- a/test/jdbi/jdbi-3.12.2/pom.xml +++ b/test/jdbi/jdbi-3.12.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jdbi jdbi - 1.7.1-SNAPSHOT + 1.7.1 jdbi-3.12.2 SpecialAgent Test for JDBI 3.12.2 diff --git a/test/jdbi/pom.xml b/test/jdbi/pom.xml index 8a68dcfca..c73b70556 100644 --- a/test/jdbi/pom.xml +++ b/test/jdbi/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.jdbi jdbi diff --git a/test/jedis/jedis-2.7.0/pom.xml b/test/jedis/jedis-2.7.0/pom.xml index 4daf5fec1..51d294d98 100644 --- a/test/jedis/jedis-2.7.0/pom.xml +++ b/test/jedis/jedis-2.7.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jedis jedis - 1.7.1-SNAPSHOT + 1.7.1 jedis-2.7.0 SpecialAgent Test for Jedis 2.7.0 diff --git a/test/jedis/jedis-3.1.0/pom.xml b/test/jedis/jedis-3.1.0/pom.xml index 81d9a79ed..28107634d 100644 --- a/test/jedis/jedis-3.1.0/pom.xml +++ b/test/jedis/jedis-3.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jedis jedis - 1.7.1-SNAPSHOT + 1.7.1 jedis-3.1.0 SpecialAgent Test for Jedis 3.1.0 diff --git a/test/jedis/pom.xml b/test/jedis/pom.xml index e3a7ef221..0fa0841da 100644 --- a/test/jedis/pom.xml +++ b/test/jedis/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.jedis jedis diff --git a/test/jms/jms-1/pom.xml b/test/jms/jms-1/pom.xml index 32a651dfb..1e4e3e268 100644 --- a/test/jms/jms-1/pom.xml +++ b/test/jms/jms-1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jms jms - 1.7.1-SNAPSHOT + 1.7.1 jms-1 SpecialAgent Test for JMS API 1 diff --git a/test/jms/jms-2/pom.xml b/test/jms/jms-2/pom.xml index 2fe4ac211..5f97baab8 100644 --- a/test/jms/jms-2/pom.xml +++ b/test/jms/jms-2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.jms jms - 1.7.1-SNAPSHOT + 1.7.1 jms-2 SpecialAgent Test for JMS API 2 diff --git a/test/jms/pom.xml b/test/jms/pom.xml index 972797867..f245c34ce 100644 --- a/test/jms/pom.xml +++ b/test/jms/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.jms jms diff --git a/test/kafka-client/kafka-client-1.1.0/pom.xml b/test/kafka-client/kafka-client-1.1.0/pom.xml index a81ea7d3e..fc188e637 100644 --- a/test/kafka-client/kafka-client-1.1.0/pom.xml +++ b/test/kafka-client/kafka-client-1.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.kafka-client kafka-client - 1.7.1-SNAPSHOT + 1.7.1 kafka-client-1.1.0 SpecialAgent Test for Kafka Client 1.1.0 diff --git a/test/kafka-client/kafka-client-2.3.1/pom.xml b/test/kafka-client/kafka-client-2.3.1/pom.xml index 3bb56d7ec..b3d30f526 100644 --- a/test/kafka-client/kafka-client-2.3.1/pom.xml +++ b/test/kafka-client/kafka-client-2.3.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.kafka-client kafka-client - 1.7.1-SNAPSHOT + 1.7.1 kafka-client-2.3.1 SpecialAgent Test for Kafka Client 2.3.1 diff --git a/test/kafka-client/pom.xml b/test/kafka-client/pom.xml index 6b17a6c93..45888f5f9 100644 --- a/test/kafka-client/pom.xml +++ b/test/kafka-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.kafka-client kafka-client diff --git a/test/kafka-streams/kafka-streams-1.1.0/pom.xml b/test/kafka-streams/kafka-streams-1.1.0/pom.xml index 6d11ada25..e8e34a248 100644 --- a/test/kafka-streams/kafka-streams-1.1.0/pom.xml +++ b/test/kafka-streams/kafka-streams-1.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.kafka-streams kafka-streams - 1.7.1-SNAPSHOT + 1.7.1 kafka-streams-1.1.0 SpecialAgent Test for Kafka Streams 1.1.0 diff --git a/test/kafka-streams/kafka-streams-2.3.1/pom.xml b/test/kafka-streams/kafka-streams-2.3.1/pom.xml index 8bb756d9f..401814058 100644 --- a/test/kafka-streams/kafka-streams-2.3.1/pom.xml +++ b/test/kafka-streams/kafka-streams-2.3.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.kafka-streams kafka-streams - 1.7.1-SNAPSHOT + 1.7.1 kafka-streams-2.3.1 SpecialAgent Test for Kafka Streams 2.3.1 diff --git a/test/kafka-streams/pom.xml b/test/kafka-streams/pom.xml index 184b4192d..671740ceb 100644 --- a/test/kafka-streams/pom.xml +++ b/test/kafka-streams/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.kafka-streams kafka-streams diff --git a/test/lettuce/lettuce-5.0.0/pom.xml b/test/lettuce/lettuce-5.0.0/pom.xml index 7392863c7..90e43579c 100644 --- a/test/lettuce/lettuce-5.0.0/pom.xml +++ b/test/lettuce/lettuce-5.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.lettuce lettuce - 1.7.1-SNAPSHOT + 1.7.1 lettuce-5.0.0 SpecialAgent Test for Lettuce 5.0.0 diff --git a/test/lettuce/lettuce-5.1.8/pom.xml b/test/lettuce/lettuce-5.1.8/pom.xml index e8062eb45..72a65afa0 100644 --- a/test/lettuce/lettuce-5.1.8/pom.xml +++ b/test/lettuce/lettuce-5.1.8/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.lettuce lettuce - 1.7.1-SNAPSHOT + 1.7.1 lettuce-5.1.8 SpecialAgent Test for Lettuce 5.1.8 diff --git a/test/lettuce/lettuce-5.2.1/pom.xml b/test/lettuce/lettuce-5.2.1/pom.xml index bb76de881..418b6eb70 100644 --- a/test/lettuce/lettuce-5.2.1/pom.xml +++ b/test/lettuce/lettuce-5.2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.lettuce lettuce - 1.7.1-SNAPSHOT + 1.7.1 lettuce-5.2.1 SpecialAgent Test for Lettuce 5.2.1 diff --git a/test/lettuce/pom.xml b/test/lettuce/pom.xml index 5b9a58511..7ce2e3813 100644 --- a/test/lettuce/pom.xml +++ b/test/lettuce/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.lettuce lettuce diff --git a/test/mongo-driver-async/mongo-driver-async-3.11.0/pom.xml b/test/mongo-driver-async/mongo-driver-async-3.11.0/pom.xml index 7256a120d..4030a95d9 100644 --- a/test/mongo-driver-async/mongo-driver-async-3.11.0/pom.xml +++ b/test/mongo-driver-async/mongo-driver-async-3.11.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mongo-driver-async mongo-driver-async - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver-async-3.11.0 SpecialAgent Test for MongoDB Async Driver 3.11.0 diff --git a/test/mongo-driver-async/mongo-driver-async-3.9.0/pom.xml b/test/mongo-driver-async/mongo-driver-async-3.9.0/pom.xml index 363f756a4..ec470126b 100644 --- a/test/mongo-driver-async/mongo-driver-async-3.9.0/pom.xml +++ b/test/mongo-driver-async/mongo-driver-async-3.9.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mongo-driver-async mongo-driver-async - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver-async-3.9.0 SpecialAgent Test for MongoDB Async Driver 3.9.0 diff --git a/test/mongo-driver-async/pom.xml b/test/mongo-driver-async/pom.xml index 26d52878e..e706836e7 100644 --- a/test/mongo-driver-async/pom.xml +++ b/test/mongo-driver-async/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.mongo-driver-async mongo-driver-async diff --git a/test/mongo-driver-reactive/mongo-driver-reactive-1.12.0/pom.xml b/test/mongo-driver-reactive/mongo-driver-reactive-1.12.0/pom.xml index 00691f3c9..3e4a93256 100644 --- a/test/mongo-driver-reactive/mongo-driver-reactive-1.12.0/pom.xml +++ b/test/mongo-driver-reactive/mongo-driver-reactive-1.12.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mongo-driver-reactive mongo-driver-reactive - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver-reactive-1.12.0 SpecialAgent Test for MongoDB Reactive Streams 1.12.0 diff --git a/test/mongo-driver-reactive/mongo-driver-reactive-1.8.0/pom.xml b/test/mongo-driver-reactive/mongo-driver-reactive-1.8.0/pom.xml index 886f5ff30..f43e0d404 100644 --- a/test/mongo-driver-reactive/mongo-driver-reactive-1.8.0/pom.xml +++ b/test/mongo-driver-reactive/mongo-driver-reactive-1.8.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mongo-driver-reactive mongo-driver-reactive - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver-reactive-1.8.0 SpecialAgent Test for MongoDB Reactive Streams 1.8.0 diff --git a/test/mongo-driver-reactive/pom.xml b/test/mongo-driver-reactive/pom.xml index 9d8cc8c03..50cdbcdc8 100644 --- a/test/mongo-driver-reactive/pom.xml +++ b/test/mongo-driver-reactive/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.mongo-driver-reactive mongo-driver-reactive diff --git a/test/mongo-driver/mongo-driver-3.11.0/pom.xml b/test/mongo-driver/mongo-driver-3.11.0/pom.xml index a3ece16b0..a83a431ca 100644 --- a/test/mongo-driver/mongo-driver-3.11.0/pom.xml +++ b/test/mongo-driver/mongo-driver-3.11.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mongo-driver mongo-driver - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver-3.11.0 SpecialAgent Test for MongoDB Driver 3.11.0 diff --git a/test/mongo-driver/mongo-driver-3.9.0/pom.xml b/test/mongo-driver/mongo-driver-3.9.0/pom.xml index 77148e3f6..a8dfd1b81 100644 --- a/test/mongo-driver/mongo-driver-3.9.0/pom.xml +++ b/test/mongo-driver/mongo-driver-3.9.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mongo-driver mongo-driver - 1.7.1-SNAPSHOT + 1.7.1 mongo-driver-3.9.0 SpecialAgent Test for MongoDB Driver 3.9.0 diff --git a/test/mongo-driver/pom.xml b/test/mongo-driver/pom.xml index 75907c207..26fc2475e 100644 --- a/test/mongo-driver/pom.xml +++ b/test/mongo-driver/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.mongo-driver mongo-driver diff --git a/test/mule/mule-4-app/pom.xml b/test/mule/mule-4-app/pom.xml index b6eaa36ca..e954aacc1 100644 --- a/test/mule/mule-4-app/pom.xml +++ b/test/mule/mule-4-app/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mule mule - 1.7.1-SNAPSHOT + 1.7.1 mule-4-app mule-application diff --git a/test/mule/mule-4.2.2/pom.xml b/test/mule/mule-4.2.2/pom.xml index 686582e15..8cfba8787 100644 --- a/test/mule/mule-4.2.2/pom.xml +++ b/test/mule/mule-4.2.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.mule mule - 1.7.1-SNAPSHOT + 1.7.1 mule-4.2.2 SpecialAgent Test for Mule 4.2.2 diff --git a/test/mule/pom.xml b/test/mule/pom.xml index 22925d7ed..f71c14960 100644 --- a/test/mule/pom.xml +++ b/test/mule/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.mule mule diff --git a/test/neo4j-driver/neo4j-driver-4.0.0/pom.xml b/test/neo4j-driver/neo4j-driver-4.0.0/pom.xml index 51caa45bb..8f7b039e3 100644 --- a/test/neo4j-driver/neo4j-driver-4.0.0/pom.xml +++ b/test/neo4j-driver/neo4j-driver-4.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.neo4j-driver neo4j-driver - 1.7.1-SNAPSHOT + 1.7.1 neo4j-driver-4.0.0 SpecialAgent Test for Neo4j Driver 4.0.0 diff --git a/test/neo4j-driver/pom.xml b/test/neo4j-driver/pom.xml index 9159a6c01..2f82ddb3b 100644 --- a/test/neo4j-driver/pom.xml +++ b/test/neo4j-driver/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.neo4j-driver neo4j-driver diff --git a/test/netty/netty-4.1.0/pom.xml b/test/netty/netty-4.1.0/pom.xml index 2c2eabdf4..557b76630 100644 --- a/test/netty/netty-4.1.0/pom.xml +++ b/test/netty/netty-4.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.netty netty - 1.7.1-SNAPSHOT + 1.7.1 netty-4.1.0 SpecialAgent Test for Netty 4.1.0 diff --git a/test/netty/netty-4.1.44/pom.xml b/test/netty/netty-4.1.44/pom.xml index 72245a8ed..d2a43cb84 100644 --- a/test/netty/netty-4.1.44/pom.xml +++ b/test/netty/netty-4.1.44/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.netty netty - 1.7.1-SNAPSHOT + 1.7.1 netty-4.1.44 SpecialAgent Test for Netty 4.1.44 diff --git a/test/netty/pom.xml b/test/netty/pom.xml index ac2f1a9a7..cc1184926 100644 --- a/test/netty/pom.xml +++ b/test/netty/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.netty netty diff --git a/test/okhttp/okhttp-3.14.2/pom.xml b/test/okhttp/okhttp-3.14.2/pom.xml index ce69393cc..27d1a82c1 100644 --- a/test/okhttp/okhttp-3.14.2/pom.xml +++ b/test/okhttp/okhttp-3.14.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.okhttp okhttp - 1.7.1-SNAPSHOT + 1.7.1 okhttp-3.14.2 SpecialAgent Test for OkHttp 3.14.2 diff --git a/test/okhttp/okhttp-3.5.0/pom.xml b/test/okhttp/okhttp-3.5.0/pom.xml index 5f2fc37ef..7de0dd647 100644 --- a/test/okhttp/okhttp-3.5.0/pom.xml +++ b/test/okhttp/okhttp-3.5.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.okhttp okhttp - 1.7.1-SNAPSHOT + 1.7.1 okhttp-3.5.0 SpecialAgent Test for OkHttp 3.5.0 diff --git a/test/okhttp/okhttp-4.0.0/pom.xml b/test/okhttp/okhttp-4.0.0/pom.xml index 0d0779b24..3d47f79b7 100644 --- a/test/okhttp/okhttp-4.0.0/pom.xml +++ b/test/okhttp/okhttp-4.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.okhttp okhttp - 1.7.1-SNAPSHOT + 1.7.1 okhttp-4.0.0 SpecialAgent Test for OkHttp 4.0.0 diff --git a/test/okhttp/okhttp-4.2.2/pom.xml b/test/okhttp/okhttp-4.2.2/pom.xml index 0dd01cca2..1d710635d 100644 --- a/test/okhttp/okhttp-4.2.2/pom.xml +++ b/test/okhttp/okhttp-4.2.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.okhttp okhttp - 1.7.1-SNAPSHOT + 1.7.1 okhttp-4.2.2 SpecialAgent Test for OkHttp 4.2.2 diff --git a/test/okhttp/pom.xml b/test/okhttp/pom.xml index 330db3747..ed558e95e 100644 --- a/test/okhttp/pom.xml +++ b/test/okhttp/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.okhttp okhttp diff --git a/test/play-ws/play-ws-2.0.0/pom.xml b/test/play-ws/play-ws-2.0.0/pom.xml index 3b992a486..f7a1c2fde 100644 --- a/test/play-ws/play-ws-2.0.0/pom.xml +++ b/test/play-ws/play-ws-2.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.play-ws play-ws - 1.7.1-SNAPSHOT + 1.7.1 play-ws-2.0.0 SpecialAgent Test for Play WS 2.0.0 diff --git a/test/play-ws/play-ws-2.0.7/pom.xml b/test/play-ws/play-ws-2.0.7/pom.xml index 14605f581..acc6e2a7c 100644 --- a/test/play-ws/play-ws-2.0.7/pom.xml +++ b/test/play-ws/play-ws-2.0.7/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.play-ws play-ws - 1.7.1-SNAPSHOT + 1.7.1 play-ws-2.0.7 SpecialAgent Test for Play WS 2.0.7 diff --git a/test/play-ws/pom.xml b/test/play-ws/pom.xml index 5838eea5d..a1cb37186 100644 --- a/test/play-ws/pom.xml +++ b/test/play-ws/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.play-ws play-ws diff --git a/test/play/play-2.6.0/pom.xml b/test/play/play-2.6.0/pom.xml index a9c8d4145..1ab595ab3 100644 --- a/test/play/play-2.6.0/pom.xml +++ b/test/play/play-2.6.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.play play - 1.7.1-SNAPSHOT + 1.7.1 play-2.6.0 SpecialAgent Test for Play 2.6.0 diff --git a/test/play/play-2.7.3/pom.xml b/test/play/play-2.7.3/pom.xml index 632e9ac50..735c9c2af 100644 --- a/test/play/play-2.7.3/pom.xml +++ b/test/play/play-2.7.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.play play - 1.7.1-SNAPSHOT + 1.7.1 play-2.7.3 SpecialAgent Test for Play 2.7.3 diff --git a/test/play/pom.xml b/test/play/pom.xml index 042101cdf..ad9a19754 100644 --- a/test/play/pom.xml +++ b/test/play/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.play play diff --git a/test/pom.xml b/test/pom.xml index b3d72a797..4d6c612d9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent specialagent - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test test diff --git a/test/pulsar-client/pom.xml b/test/pulsar-client/pom.xml index 182a87b8a..8754b0790 100644 --- a/test/pulsar-client/pom.xml +++ b/test/pulsar-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.pulsar-client pulsar-client diff --git a/test/pulsar-client/pulsar-client-2.2.0/pom.xml b/test/pulsar-client/pulsar-client-2.2.0/pom.xml index 9dbb40f74..11b2f250b 100644 --- a/test/pulsar-client/pulsar-client-2.2.0/pom.xml +++ b/test/pulsar-client/pulsar-client-2.2.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.pulsar-client pulsar-client - 1.7.1-SNAPSHOT + 1.7.1 pulsar-client-2.2.0 SpecialAgent Test for Pulsar Client 2.2.0 diff --git a/test/pulsar-client/pulsar-client-2.4.2/pom.xml b/test/pulsar-client/pulsar-client-2.4.2/pom.xml index c5cc68db6..a152b990e 100644 --- a/test/pulsar-client/pulsar-client-2.4.2/pom.xml +++ b/test/pulsar-client/pulsar-client-2.4.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.pulsar-client pulsar-client - 1.7.1-SNAPSHOT + 1.7.1 pulsar-client-2.4.2 SpecialAgent Test for Pulsar Client 2.4.2 diff --git a/test/pulsar-functions/pom.xml b/test/pulsar-functions/pom.xml index ccdc2e620..52d846b23 100644 --- a/test/pulsar-functions/pom.xml +++ b/test/pulsar-functions/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.pulsar-functions pulsar-functions diff --git a/test/pulsar-functions/pulsar-functions-2.2.0/pom.xml b/test/pulsar-functions/pulsar-functions-2.2.0/pom.xml index bdfdb3e9f..6914cd463 100644 --- a/test/pulsar-functions/pulsar-functions-2.2.0/pom.xml +++ b/test/pulsar-functions/pulsar-functions-2.2.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.pulsar-functions pulsar-functions - 1.7.1-SNAPSHOT + 1.7.1 pulsar-functions-2.2.0 SpecialAgent Test for Pulsar Functions 2.2.0 diff --git a/test/pulsar-functions/pulsar-functions-2.4.2/pom.xml b/test/pulsar-functions/pulsar-functions-2.4.2/pom.xml index ef60b1706..14682f7a2 100644 --- a/test/pulsar-functions/pulsar-functions-2.4.2/pom.xml +++ b/test/pulsar-functions/pulsar-functions-2.4.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.pulsar-functions pulsar-functions - 1.7.1-SNAPSHOT + 1.7.1 pulsar-functions-2.4.2 SpecialAgent Test for Pulsar Functions 2.4.2 diff --git a/test/rabbitmq-client/pom.xml b/test/rabbitmq-client/pom.xml index b568d6e61..a63ad0b84 100644 --- a/test/rabbitmq-client/pom.xml +++ b/test/rabbitmq-client/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.rabbitmq-client rabbitmq-client diff --git a/test/rabbitmq-client/rabbitmq-client-5.0.0/pom.xml b/test/rabbitmq-client/rabbitmq-client-5.0.0/pom.xml index 84be37b52..aa64f18c0 100644 --- a/test/rabbitmq-client/rabbitmq-client-5.0.0/pom.xml +++ b/test/rabbitmq-client/rabbitmq-client-5.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.rabbitmq-client rabbitmq-client - 1.7.1-SNAPSHOT + 1.7.1 rabbitmq-client-5.0.0 SpecialAgent Test for RabbitMQ Client 5.0.0 diff --git a/test/rabbitmq-client/rabbitmq-client-5.7.3/pom.xml b/test/rabbitmq-client/rabbitmq-client-5.7.3/pom.xml index 214b4be2c..db096e763 100644 --- a/test/rabbitmq-client/rabbitmq-client-5.7.3/pom.xml +++ b/test/rabbitmq-client/rabbitmq-client-5.7.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.rabbitmq-client rabbitmq-client - 1.7.1-SNAPSHOT + 1.7.1 rabbitmq-client-5.7.3 SpecialAgent Test for RabbitMQ Client 5.7.3 diff --git a/test/ratpack/pom.xml b/test/ratpack/pom.xml index cae6bf57e..a2ee33342 100644 --- a/test/ratpack/pom.xml +++ b/test/ratpack/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.ratpack ratpack diff --git a/test/ratpack/ratpack-1.4.0/pom.xml b/test/ratpack/ratpack-1.4.0/pom.xml index 180bda06f..03ce82a2f 100644 --- a/test/ratpack/ratpack-1.4.0/pom.xml +++ b/test/ratpack/ratpack-1.4.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.ratpack ratpack - 1.7.1-SNAPSHOT + 1.7.1 ratpack-1.4.0 SpecialAgent Test for Ratpack 1.4.0 diff --git a/test/ratpack/ratpack-1.7.6/pom.xml b/test/ratpack/ratpack-1.7.6/pom.xml index a1f4596ee..4aa72598f 100644 --- a/test/ratpack/ratpack-1.7.6/pom.xml +++ b/test/ratpack/ratpack-1.7.6/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.ratpack ratpack - 1.7.1-SNAPSHOT + 1.7.1 ratpack-1.7.6 SpecialAgent Test for Ratpack 1.7.6 diff --git a/test/reactor/pom.xml b/test/reactor/pom.xml index 532a2c3af..4e6bea1b6 100644 --- a/test/reactor/pom.xml +++ b/test/reactor/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.reactor reactor diff --git a/test/reactor/reactor-3.2.3/pom.xml b/test/reactor/reactor-3.2.3/pom.xml index b1e221fde..e5ede7659 100644 --- a/test/reactor/reactor-3.2.3/pom.xml +++ b/test/reactor/reactor-3.2.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.reactor reactor - 1.7.1-SNAPSHOT + 1.7.1 reactor-3.2.3 SpecialAgent Test for Reactor 3.2.3 diff --git a/test/reactor/reactor-3.3.0/pom.xml b/test/reactor/reactor-3.3.0/pom.xml index ab990571b..e65a9a40d 100644 --- a/test/reactor/reactor-3.3.0/pom.xml +++ b/test/reactor/reactor-3.3.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.reactor reactor - 1.7.1-SNAPSHOT + 1.7.1 reactor-3.3.0 SpecialAgent Test for Reactor 3.3.0 diff --git a/test/redisson/pom.xml b/test/redisson/pom.xml index 9803ee366..172ff50bd 100644 --- a/test/redisson/pom.xml +++ b/test/redisson/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.redisson redisson diff --git a/test/redisson/redisson-3.11.0/pom.xml b/test/redisson/redisson-3.11.0/pom.xml index 7a9fb6713..1371a4add 100644 --- a/test/redisson/redisson-3.11.0/pom.xml +++ b/test/redisson/redisson-3.11.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.redisson redisson - 1.7.1-SNAPSHOT + 1.7.1 redisson-3.11.0 SpecialAgent Test for Redisson 3.11.0 diff --git a/test/redisson/redisson-3.11.5/pom.xml b/test/redisson/redisson-3.11.5/pom.xml index 8c86773b5..64ded68cd 100644 --- a/test/redisson/redisson-3.11.5/pom.xml +++ b/test/redisson/redisson-3.11.5/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.redisson redisson - 1.7.1-SNAPSHOT + 1.7.1 redisson-3.11.5 SpecialAgent Test for Redisson 3.11.5 diff --git a/test/rewrite/pom.xml b/test/rewrite/pom.xml index 6117eb182..1f593ecab 100644 --- a/test/rewrite/pom.xml +++ b/test/rewrite/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 rewrite SpecialAgent Test for Rewritable Tracer diff --git a/test/rxjava/pom.xml b/test/rxjava/pom.xml index 31156148e..57512275b 100644 --- a/test/rxjava/pom.xml +++ b/test/rxjava/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.rxjava rxjava diff --git a/test/rxjava/rxjava-2.1.0/pom.xml b/test/rxjava/rxjava-2.1.0/pom.xml index e13dc52a5..ded4108ee 100644 --- a/test/rxjava/rxjava-2.1.0/pom.xml +++ b/test/rxjava/rxjava-2.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.rxjava rxjava - 1.7.1-SNAPSHOT + 1.7.1 rxjava-2.1.0 SpecialAgent Test for RxJava 2.1.0 diff --git a/test/rxjava/rxjava-2.2.12/pom.xml b/test/rxjava/rxjava-2.2.12/pom.xml index 98397c30d..0f5a80d11 100644 --- a/test/rxjava/rxjava-2.2.12/pom.xml +++ b/test/rxjava/rxjava-2.2.12/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.rxjava rxjava - 1.7.1-SNAPSHOT + 1.7.1 rxjava-2.2.12 SpecialAgent Test for RxJava 2.2.12 diff --git a/test/rxjava/rxjava-3.0.0/pom.xml b/test/rxjava/rxjava-3.0.0/pom.xml index b245b41ee..720323175 100644 --- a/test/rxjava/rxjava-3.0.0/pom.xml +++ b/test/rxjava/rxjava-3.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.rxjava rxjava - 1.7.1-SNAPSHOT + 1.7.1 rxjava-3.0.0 SpecialAgent Test for RxJava 3.0.0 diff --git a/test/servlet-jetty/pom.xml b/test/servlet-jetty/pom.xml index f6df28964..2b2d2c9fe 100644 --- a/test/servlet-jetty/pom.xml +++ b/test/servlet-jetty/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.servlet-jetty servlet-jetty diff --git a/test/servlet-jetty/servlet-jetty-7.6.21/pom.xml b/test/servlet-jetty/servlet-jetty-7.6.21/pom.xml index 8fe80a84f..7c293ce36 100644 --- a/test/servlet-jetty/servlet-jetty-7.6.21/pom.xml +++ b/test/servlet-jetty/servlet-jetty-7.6.21/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-jetty servlet-jetty - 1.7.1-SNAPSHOT + 1.7.1 servlet-jetty-7.6.21 SpecialAgent Test for Jetty 7.6.21 diff --git a/test/servlet-jetty/servlet-jetty-8.2.0/pom.xml b/test/servlet-jetty/servlet-jetty-8.2.0/pom.xml index b0ca70bf1..9e9611679 100644 --- a/test/servlet-jetty/servlet-jetty-8.2.0/pom.xml +++ b/test/servlet-jetty/servlet-jetty-8.2.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-jetty servlet-jetty - 1.7.1-SNAPSHOT + 1.7.1 servlet-jetty-8.2.0 SpecialAgent Test for Jetty 8.2.0 diff --git a/test/servlet-jetty/servlet-jetty-9.2.15/pom.xml b/test/servlet-jetty/servlet-jetty-9.2.15/pom.xml index f2d5c21df..baea50fce 100644 --- a/test/servlet-jetty/servlet-jetty-9.2.15/pom.xml +++ b/test/servlet-jetty/servlet-jetty-9.2.15/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-jetty servlet-jetty - 1.7.1-SNAPSHOT + 1.7.1 servlet-jetty-9.2.15 SpecialAgent Test for Jetty 9.2.15 diff --git a/test/servlet-jetty/servlet-jetty-9.3.28/pom.xml b/test/servlet-jetty/servlet-jetty-9.3.28/pom.xml index c4ecdc9cb..2562bb956 100644 --- a/test/servlet-jetty/servlet-jetty-9.3.28/pom.xml +++ b/test/servlet-jetty/servlet-jetty-9.3.28/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-jetty servlet-jetty - 1.7.1-SNAPSHOT + 1.7.1 servlet-jetty-9.3.28 SpecialAgent Test for Jetty 9.3.28 diff --git a/test/servlet-jetty/servlet-jetty-9.4.24/pom.xml b/test/servlet-jetty/servlet-jetty-9.4.24/pom.xml index c361fee89..86ab9020e 100644 --- a/test/servlet-jetty/servlet-jetty-9.4.24/pom.xml +++ b/test/servlet-jetty/servlet-jetty-9.4.24/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-jetty servlet-jetty - 1.7.1-SNAPSHOT + 1.7.1 servlet-jetty-9.4.24 SpecialAgent Test for Jetty 9.4.24 diff --git a/test/servlet-tomcat/pom.xml b/test/servlet-tomcat/pom.xml index 57caab8f9..c061c7e16 100644 --- a/test/servlet-tomcat/pom.xml +++ b/test/servlet-tomcat/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.servlet-tomcat servlet-tomcat diff --git a/test/servlet-tomcat/servlet-tomcat-7.0.65/pom.xml b/test/servlet-tomcat/servlet-tomcat-7.0.65/pom.xml index b32f126de..ab6506a64 100644 --- a/test/servlet-tomcat/servlet-tomcat-7.0.65/pom.xml +++ b/test/servlet-tomcat/servlet-tomcat-7.0.65/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-tomcat servlet-tomcat - 1.7.1-SNAPSHOT + 1.7.1 servlet-tomcat-7.0.65 SpecialAgent Test for Tomcat 7.0.65 diff --git a/test/servlet-tomcat/servlet-tomcat-8.0.53/pom.xml b/test/servlet-tomcat/servlet-tomcat-8.0.53/pom.xml index 5798fbade..c691aa1d1 100644 --- a/test/servlet-tomcat/servlet-tomcat-8.0.53/pom.xml +++ b/test/servlet-tomcat/servlet-tomcat-8.0.53/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-tomcat servlet-tomcat - 1.7.1-SNAPSHOT + 1.7.1 servlet-tomcat-8.0.53 SpecialAgent Test for Tomcat 8.0.53 diff --git a/test/servlet-tomcat/servlet-tomcat-8.5.47/pom.xml b/test/servlet-tomcat/servlet-tomcat-8.5.47/pom.xml index c53ac30b1..6ad177d17 100644 --- a/test/servlet-tomcat/servlet-tomcat-8.5.47/pom.xml +++ b/test/servlet-tomcat/servlet-tomcat-8.5.47/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-tomcat servlet-tomcat - 1.7.1-SNAPSHOT + 1.7.1 servlet-tomcat-8.5.47 SpecialAgent Test for Tomcat 8.5.47 diff --git a/test/servlet-tomcat/servlet-tomcat-9.0.27/pom.xml b/test/servlet-tomcat/servlet-tomcat-9.0.27/pom.xml index 3fadc848b..f0ed38469 100644 --- a/test/servlet-tomcat/servlet-tomcat-9.0.27/pom.xml +++ b/test/servlet-tomcat/servlet-tomcat-9.0.27/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.servlet-tomcat servlet-tomcat - 1.7.1-SNAPSHOT + 1.7.1 servlet-tomcat-9.0.27 SpecialAgent Test for Tomcat 9.0.27 diff --git a/test/sparkjava/pom.xml b/test/sparkjava/pom.xml index ac50350f7..6bfc7c64b 100644 --- a/test/sparkjava/pom.xml +++ b/test/sparkjava/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.sparkjava sparkjava diff --git a/test/sparkjava/sparkjava-2.2/pom.xml b/test/sparkjava/sparkjava-2.2/pom.xml index 7d0a2b57b..56dd5f4f3 100644 --- a/test/sparkjava/sparkjava-2.2/pom.xml +++ b/test/sparkjava/sparkjava-2.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.sparkjava sparkjava - 1.7.1-SNAPSHOT + 1.7.1 sparkjava-2.2 SpecialAgent Test for SparkJava 2.2 diff --git a/test/sparkjava/sparkjava-2.9.1/pom.xml b/test/sparkjava/sparkjava-2.9.1/pom.xml index ec2010f11..7b42a3cea 100644 --- a/test/sparkjava/sparkjava-2.9.1/pom.xml +++ b/test/sparkjava/sparkjava-2.9.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.sparkjava sparkjava - 1.7.1-SNAPSHOT + 1.7.1 sparkjava-2.9.1 SpecialAgent Test for SparkJava 2.9.1 diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml index 919926e5a..8f4394625 100644 --- a/test/spring-boot/pom.xml +++ b/test/spring-boot/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-boot spring-boot diff --git a/test/spring-boot/spring-boot-2.0.0/pom.xml b/test/spring-boot/spring-boot-2.0.0/pom.xml index 88676d491..aadf80df2 100644 --- a/test/spring-boot/spring-boot-2.0.0/pom.xml +++ b/test/spring-boot/spring-boot-2.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-boot spring-boot - 1.7.1-SNAPSHOT + 1.7.1 spring-boot-1.0.0 SpecialAgent Test for Spring Boot 1.0.0 diff --git a/test/spring-data/pom.xml b/test/spring-data/pom.xml index e5d8216b2..cacea9389 100644 --- a/test/spring-data/pom.xml +++ b/test/spring-data/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-data spring-data diff --git a/test/spring-data/spring-data-1.7.1/pom.xml b/test/spring-data/spring-data-1.7.1/pom.xml index b44b95b4e..d58e9be9e 100644 --- a/test/spring-data/spring-data-1.7.1/pom.xml +++ b/test/spring-data/spring-data-1.7.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-data spring-data - 1.7.1-SNAPSHOT + 1.7.1 spring-data-1.7.1 SpecialAgent Test for Spring Data 1.7.1 diff --git a/test/spring-data/spring-data-2.2.6/pom.xml b/test/spring-data/spring-data-2.2.6/pom.xml index 7b1ee1d2d..a5b760f70 100644 --- a/test/spring-data/spring-data-2.2.6/pom.xml +++ b/test/spring-data/spring-data-2.2.6/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-data spring-data - 1.7.1-SNAPSHOT + 1.7.1 spring-data-2.2.6 SpecialAgent Test for Spring Data 2.2.6 diff --git a/test/spring-jms/pom.xml b/test/spring-jms/pom.xml index e124922cc..7702d109a 100644 --- a/test/spring-jms/pom.xml +++ b/test/spring-jms/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-jms spring-jms diff --git a/test/spring-jms/spring-jms-5.0.0/pom.xml b/test/spring-jms/spring-jms-5.0.0/pom.xml index 4f70df72a..58734b847 100644 --- a/test/spring-jms/spring-jms-5.0.0/pom.xml +++ b/test/spring-jms/spring-jms-5.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-jms spring-jms - 1.7.1-SNAPSHOT + 1.7.1 spring-jms-5.0.0 SpecialAgent Test for Spring JMS 5.0.0 diff --git a/test/spring-jms/spring-jms-5.2.2/pom.xml b/test/spring-jms/spring-jms-5.2.2/pom.xml index 306eab4df..7ad116764 100644 --- a/test/spring-jms/spring-jms-5.2.2/pom.xml +++ b/test/spring-jms/spring-jms-5.2.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-jms spring-jms - 1.7.1-SNAPSHOT + 1.7.1 spring-jms-5.2.2 SpecialAgent Test for Spring JMS 5.2.2 diff --git a/test/spring-kafka/pom.xml b/test/spring-kafka/pom.xml index 923adba02..5cff0bdce 100644 --- a/test/spring-kafka/pom.xml +++ b/test/spring-kafka/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-kafka spring-kafka diff --git a/test/spring-kafka/spring-kafka-2.2.0/pom.xml b/test/spring-kafka/spring-kafka-2.2.0/pom.xml index 1abe6b039..5a1a4adef 100644 --- a/test/spring-kafka/spring-kafka-2.2.0/pom.xml +++ b/test/spring-kafka/spring-kafka-2.2.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-kafka spring-kafka - 1.7.1-SNAPSHOT + 1.7.1 spring-kafka-2.2.0 SpecialAgent Test for Spring Kafka 2.2.0 diff --git a/test/spring-kafka/spring-kafka-2.3.3/pom.xml b/test/spring-kafka/spring-kafka-2.3.3/pom.xml index 63c1a616b..b4bf2844d 100644 --- a/test/spring-kafka/spring-kafka-2.3.3/pom.xml +++ b/test/spring-kafka/spring-kafka-2.3.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-kafka spring-kafka - 1.7.1-SNAPSHOT + 1.7.1 spring-kafka-2.3.3 SpecialAgent Test for Spring Kafka 2.3.3 diff --git a/test/spring-messaging/pom.xml b/test/spring-messaging/pom.xml index 57d228ce0..21b0447e1 100644 --- a/test/spring-messaging/pom.xml +++ b/test/spring-messaging/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-messaging spring-messaging diff --git a/test/spring-messaging/spring-messaging-5.1.0/pom.xml b/test/spring-messaging/spring-messaging-5.1.0/pom.xml index a8d66e1f1..4c92dbfc9 100644 --- a/test/spring-messaging/spring-messaging-5.1.0/pom.xml +++ b/test/spring-messaging/spring-messaging-5.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-messaging spring-messaging - 1.7.1-SNAPSHOT + 1.7.1 spring-messaging-5.1.0 SpecialAgent Test for Spring Messaging 5.1.0 diff --git a/test/spring-messaging/spring-messaging-5.2.2/pom.xml b/test/spring-messaging/spring-messaging-5.2.2/pom.xml index 4b7837bab..7e4e5646d 100644 --- a/test/spring-messaging/spring-messaging-5.2.2/pom.xml +++ b/test/spring-messaging/spring-messaging-5.2.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-messaging spring-messaging - 1.7.1-SNAPSHOT + 1.7.1 spring-messaging-5.2.2 SpecialAgent Test for Spring Messaging 5.2.2 diff --git a/test/spring-rabbitmq/pom.xml b/test/spring-rabbitmq/pom.xml index 8b65ea673..c2e09e09b 100644 --- a/test/spring-rabbitmq/pom.xml +++ b/test/spring-rabbitmq/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-rabbitmq spring-rabbitmq diff --git a/test/spring-rabbitmq/spring-rabbitmq-2.0.0/pom.xml b/test/spring-rabbitmq/spring-rabbitmq-2.0.0/pom.xml index 507fe499c..f9a9289e8 100644 --- a/test/spring-rabbitmq/spring-rabbitmq-2.0.0/pom.xml +++ b/test/spring-rabbitmq/spring-rabbitmq-2.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-rabbitmq spring-rabbitmq - 1.7.1-SNAPSHOT + 1.7.1 spring-rabbitmq-2.0.0 SpecialAgent Test for Spring RabbitMQ 2.0.0 diff --git a/test/spring-rabbitmq/spring-rabbitmq-2.2.1/pom.xml b/test/spring-rabbitmq/spring-rabbitmq-2.2.1/pom.xml index 0e0a095c8..efbc2ec85 100644 --- a/test/spring-rabbitmq/spring-rabbitmq-2.2.1/pom.xml +++ b/test/spring-rabbitmq/spring-rabbitmq-2.2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-rabbitmq spring-rabbitmq - 1.7.1-SNAPSHOT + 1.7.1 spring-rabbitmq-2.2.1 SpecialAgent Test for Spring RabbitMQ 2.2.1 diff --git a/test/spring-scheduling/pom.xml b/test/spring-scheduling/pom.xml index 3bd36ff98..b1f7f0f6a 100644 --- a/test/spring-scheduling/pom.xml +++ b/test/spring-scheduling/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-scheduling spring-scheduling diff --git a/test/spring-scheduling/spring-scheduling-5.0.0/pom.xml b/test/spring-scheduling/spring-scheduling-5.0.0/pom.xml index 352014dfb..e924fd126 100644 --- a/test/spring-scheduling/spring-scheduling-5.0.0/pom.xml +++ b/test/spring-scheduling/spring-scheduling-5.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-scheduling spring-scheduling - 1.7.1-SNAPSHOT + 1.7.1 spring-scheduling-5.0.0 SpecialAgent Test for Spring Scheduling 5.0.0 diff --git a/test/spring-scheduling/spring-scheduling-5.2.1/pom.xml b/test/spring-scheduling/spring-scheduling-5.2.1/pom.xml index 61a0edb75..185040f4d 100644 --- a/test/spring-scheduling/spring-scheduling-5.2.1/pom.xml +++ b/test/spring-scheduling/spring-scheduling-5.2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-scheduling spring-scheduling - 1.7.1-SNAPSHOT + 1.7.1 spring-scheduling-5.2.1 SpecialAgent Test for Spring Scheduling 5.2.1 diff --git a/test/spring-web/pom.xml b/test/spring-web/pom.xml index 47e4fb3a8..a338abdf2 100644 --- a/test/spring-web/pom.xml +++ b/test/spring-web/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-web spring-web diff --git a/test/spring-web/spring-web-3.0.3/pom.xml b/test/spring-web/spring-web-3.0.3/pom.xml index cb2e3ba3e..19305b975 100644 --- a/test/spring-web/spring-web-3.0.3/pom.xml +++ b/test/spring-web/spring-web-3.0.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-3.0.3 SpecialAgent Test for Spring Web 3.0.3 diff --git a/test/spring-web/spring-web-3.2.18/pom.xml b/test/spring-web/spring-web-3.2.18/pom.xml index d234e7026..21c38e2f6 100644 --- a/test/spring-web/spring-web-3.2.18/pom.xml +++ b/test/spring-web/spring-web-3.2.18/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-3.2.18 SpecialAgent Test for Spring Web 3.2.18 diff --git a/test/spring-web/spring-web-4.0.0/pom.xml b/test/spring-web/spring-web-4.0.0/pom.xml index 99459ce76..1991a42bb 100644 --- a/test/spring-web/spring-web-4.0.0/pom.xml +++ b/test/spring-web/spring-web-4.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-4.0.0 SpecialAgent Test for Spring Web 4.0.0 diff --git a/test/spring-web/spring-web-4.0.9/pom.xml b/test/spring-web/spring-web-4.0.9/pom.xml index 1d7b149ed..eefdef643 100644 --- a/test/spring-web/spring-web-4.0.9/pom.xml +++ b/test/spring-web/spring-web-4.0.9/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-4.0.9 SpecialAgent Test for Spring Web 4.0.9 diff --git a/test/spring-web/spring-web-4.1.0/pom.xml b/test/spring-web/spring-web-4.1.0/pom.xml index df7c990ff..9f132dfe6 100644 --- a/test/spring-web/spring-web-4.1.0/pom.xml +++ b/test/spring-web/spring-web-4.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-4.1.0 SpecialAgent Test for Spring Web 4.1.0 diff --git a/test/spring-web/spring-web-4.3.25/pom.xml b/test/spring-web/spring-web-4.3.25/pom.xml index 128632fd7..90112ee9a 100644 --- a/test/spring-web/spring-web-4.3.25/pom.xml +++ b/test/spring-web/spring-web-4.3.25/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-4.3.25 SpecialAgent Test for Spring Web 4.3.25 diff --git a/test/spring-web/spring-web-5.0.0/pom.xml b/test/spring-web/spring-web-5.0.0/pom.xml index 78ae1d26d..ebdc5e58b 100644 --- a/test/spring-web/spring-web-5.0.0/pom.xml +++ b/test/spring-web/spring-web-5.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-5.0.0 SpecialAgent Test for Spring Web 5.0.0 diff --git a/test/spring-web/spring-web-5.2.1/pom.xml b/test/spring-web/spring-web-5.2.1/pom.xml index c9e3ec296..62aedec7b 100644 --- a/test/spring-web/spring-web-5.2.1/pom.xml +++ b/test/spring-web/spring-web-5.2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-web spring-web - 1.7.1-SNAPSHOT + 1.7.1 spring-web-5.2.1 SpecialAgent Test for Spring Web 5.2.1 diff --git a/test/spring-webflux/pom.xml b/test/spring-webflux/pom.xml index fb0b73c6f..2c588096d 100644 --- a/test/spring-webflux/pom.xml +++ b/test/spring-webflux/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-webflux spring-webflux diff --git a/test/spring-webflux/spring-webflux-5.1.0/pom.xml b/test/spring-webflux/spring-webflux-5.1.0/pom.xml index 70dc8fea4..da6dc9ac5 100644 --- a/test/spring-webflux/spring-webflux-5.1.0/pom.xml +++ b/test/spring-webflux/spring-webflux-5.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webflux spring-webflux - 1.7.1-SNAPSHOT + 1.7.1 spring-webflux-5.1.0 SpecialAgent Test for Spring WebFlux 5.1.0 diff --git a/test/spring-webflux/spring-webflux-5.2.1/pom.xml b/test/spring-webflux/spring-webflux-5.2.1/pom.xml index bd1e6c7d1..a381e2f02 100644 --- a/test/spring-webflux/spring-webflux-5.2.1/pom.xml +++ b/test/spring-webflux/spring-webflux-5.2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webflux spring-webflux - 1.7.1-SNAPSHOT + 1.7.1 spring-webflux-5.2.1 SpecialAgent Test for Spring WebFlux 5.2.1 diff --git a/test/spring-webmvc/pom.xml b/test/spring-webmvc/pom.xml index 2af610a3c..6cbedeac5 100644 --- a/test/spring-webmvc/pom.xml +++ b/test/spring-webmvc/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc diff --git a/test/spring-webmvc/spring-webmvc-1.0/pom.xml b/test/spring-webmvc/spring-webmvc-1.0/pom.xml index 7e4ef73f7..9ba009b75 100644 --- a/test/spring-webmvc/spring-webmvc-1.0/pom.xml +++ b/test/spring-webmvc/spring-webmvc-1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-1.0 SpecialAgent Test for Spring Web MVC 1.0 diff --git a/test/spring-webmvc/spring-webmvc-3.0.2/pom.xml b/test/spring-webmvc/spring-webmvc-3.0.2/pom.xml index 9da7516ad..2a5c03a5d 100644 --- a/test/spring-webmvc/spring-webmvc-3.0.2/pom.xml +++ b/test/spring-webmvc/spring-webmvc-3.0.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-3.0.2 SpecialAgent Test for Spring Web MVC 3.0.2 diff --git a/test/spring-webmvc/spring-webmvc-3.2.18/pom.xml b/test/spring-webmvc/spring-webmvc-3.2.18/pom.xml index 01831cbb9..dbb0d01de 100644 --- a/test/spring-webmvc/spring-webmvc-3.2.18/pom.xml +++ b/test/spring-webmvc/spring-webmvc-3.2.18/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-3.2.18 SpecialAgent Test for Spring Web MVC 3.2.18 diff --git a/test/spring-webmvc/spring-webmvc-4.0.0/pom.xml b/test/spring-webmvc/spring-webmvc-4.0.0/pom.xml index 9ad9f6469..33de0d311 100644 --- a/test/spring-webmvc/spring-webmvc-4.0.0/pom.xml +++ b/test/spring-webmvc/spring-webmvc-4.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-4.0.0 SpecialAgent Test for Spring Web MVC 4.0.0 diff --git a/test/spring-webmvc/spring-webmvc-4.3.25/pom.xml b/test/spring-webmvc/spring-webmvc-4.3.25/pom.xml index 3c88d3184..691438eaa 100644 --- a/test/spring-webmvc/spring-webmvc-4.3.25/pom.xml +++ b/test/spring-webmvc/spring-webmvc-4.3.25/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-4.3.25 SpecialAgent Test for Spring Web MVC 4.3.25 diff --git a/test/spring-webmvc/spring-webmvc-5.0.0/pom.xml b/test/spring-webmvc/spring-webmvc-5.0.0/pom.xml index 56f8ece85..6dae00f67 100644 --- a/test/spring-webmvc/spring-webmvc-5.0.0/pom.xml +++ b/test/spring-webmvc/spring-webmvc-5.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-5.0.0 SpecialAgent Test for Spring Web MVC 5.0.0 diff --git a/test/spring-webmvc/spring-webmvc-5.2.1/pom.xml b/test/spring-webmvc/spring-webmvc-5.2.1/pom.xml index 0bb8a2640..d67a9b30d 100644 --- a/test/spring-webmvc/spring-webmvc-5.2.1/pom.xml +++ b/test/spring-webmvc/spring-webmvc-5.2.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-webmvc spring-webmvc - 1.7.1-SNAPSHOT + 1.7.1 spring-webmvc-5.2.1 SpecialAgent Test for Spring Web MVC 5.2.1 diff --git a/test/spring-websocket/pom.xml b/test/spring-websocket/pom.xml index 927aa5249..4100472b4 100644 --- a/test/spring-websocket/pom.xml +++ b/test/spring-websocket/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spring-websocket spring-websocket diff --git a/test/spring-websocket/spring-websocket-5.1.0/pom.xml b/test/spring-websocket/spring-websocket-5.1.0/pom.xml index f777a6f18..bc9d9ea9b 100644 --- a/test/spring-websocket/spring-websocket-5.1.0/pom.xml +++ b/test/spring-websocket/spring-websocket-5.1.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-websocket spring-websocket - 1.7.1-SNAPSHOT + 1.7.1 spring-websocket-5.1.0 SpecialAgent Test for Spring WebSocket 5.1.0 diff --git a/test/spring-websocket/spring-websocket-5.2.2/pom.xml b/test/spring-websocket/spring-websocket-5.2.2/pom.xml index 53cc0fecf..4220e4d82 100644 --- a/test/spring-websocket/spring-websocket-5.2.2/pom.xml +++ b/test/spring-websocket/spring-websocket-5.2.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spring-websocket spring-websocket - 1.7.1-SNAPSHOT + 1.7.1 spring-websocket-5.2.2 SpecialAgent Test for Spring WebSocket 5.2.2 diff --git a/test/spymemcached/pom.xml b/test/spymemcached/pom.xml index 70c842c62..4eadea04a 100644 --- a/test/spymemcached/pom.xml +++ b/test/spymemcached/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.spymemcached spymemcached diff --git a/test/spymemcached/spymemcached-2.11.0/pom.xml b/test/spymemcached/spymemcached-2.11.0/pom.xml index 35bd4913b..111ab460f 100644 --- a/test/spymemcached/spymemcached-2.11.0/pom.xml +++ b/test/spymemcached/spymemcached-2.11.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spymemcached spymemcached - 1.7.1-SNAPSHOT + 1.7.1 spymemcached-2.11.0 SpecialAgent Test for Spymemcached 2.11.0 diff --git a/test/spymemcached/spymemcached-2.12.3/pom.xml b/test/spymemcached/spymemcached-2.12.3/pom.xml index 0287f3e64..ef648417f 100644 --- a/test/spymemcached/spymemcached-2.12.3/pom.xml +++ b/test/spymemcached/spymemcached-2.12.3/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.spymemcached spymemcached - 1.7.1-SNAPSHOT + 1.7.1 spymemcached-2.12.3 SpecialAgent Test for Spymemcached 2.12.3 diff --git a/test/thrift/pom.xml b/test/thrift/pom.xml index 933d817b4..87dd8842c 100644 --- a/test/thrift/pom.xml +++ b/test/thrift/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.thrift thrift diff --git a/test/thrift/thrift-0.10.0/pom.xml b/test/thrift/thrift-0.10.0/pom.xml index 7e84a2f64..89836aaa5 100644 --- a/test/thrift/thrift-0.10.0/pom.xml +++ b/test/thrift/thrift-0.10.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.thrift thrift - 1.7.1-SNAPSHOT + 1.7.1 thrift-0.10.0 SpecialAgent Test for Apache Thrift 0.10.0 diff --git a/test/thrift/thrift-0.12.0/pom.xml b/test/thrift/thrift-0.12.0/pom.xml index 1f0b60b0b..976105602 100644 --- a/test/thrift/thrift-0.12.0/pom.xml +++ b/test/thrift/thrift-0.12.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.thrift thrift - 1.7.1-SNAPSHOT + 1.7.1 thrift-0.12.0 SpecialAgent Test for Apache Thrift 0.12.0 diff --git a/test/twilio/pom.xml b/test/twilio/pom.xml index e693b0091..091ea6cf3 100644 --- a/test/twilio/pom.xml +++ b/test/twilio/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.twilio twilio diff --git a/test/twilio/twilio-0.0.1/pom.xml b/test/twilio/twilio-0.0.1/pom.xml index c9b7c5f11..68d1b8503 100644 --- a/test/twilio/twilio-0.0.1/pom.xml +++ b/test/twilio/twilio-0.0.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.twilio twilio - 1.7.1-SNAPSHOT + 1.7.1 twilio-0.0.1 SpecialAgent Test for Twilio 0.0.1 diff --git a/test/twilio/twilio-7.47.2/pom.xml b/test/twilio/twilio-7.47.2/pom.xml index c898a7114..0f74099c2 100644 --- a/test/twilio/twilio-7.47.2/pom.xml +++ b/test/twilio/twilio-7.47.2/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.twilio twilio - 1.7.1-SNAPSHOT + 1.7.1 twilio-7.47.2 SpecialAgent Test for Twilio 7.47.2 diff --git a/test/zuul/pom.xml b/test/zuul/pom.xml index d1b4c311f..5482e2a57 100644 --- a/test/zuul/pom.xml +++ b/test/zuul/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test test - 1.7.1-SNAPSHOT + 1.7.1 io.opentracing.contrib.specialagent.test.zuul zuul diff --git a/test/zuul/zuul-1.0.0/pom.xml b/test/zuul/zuul-1.0.0/pom.xml index e0aeeaa3c..5e1f78f5b 100644 --- a/test/zuul/zuul-1.0.0/pom.xml +++ b/test/zuul/zuul-1.0.0/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.zuul zuul - 1.7.1-SNAPSHOT + 1.7.1 zuul-1.0.0 SpecialAgent Test for Netflix Zuul 1.0.0 diff --git a/test/zuul/zuul-1.3.1/pom.xml b/test/zuul/zuul-1.3.1/pom.xml index cec8ea090..2d4ef05de 100644 --- a/test/zuul/zuul-1.3.1/pom.xml +++ b/test/zuul/zuul-1.3.1/pom.xml @@ -21,7 +21,7 @@ io.opentracing.contrib.specialagent.test.zuul zuul - 1.7.1-SNAPSHOT + 1.7.1 zuul-1.3.1 SpecialAgent Test for Netflix Zuul 1.3.1