From d7ed431d630a9a3b36595123d81dcb2fcb3fcbd9 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 21 Jun 2018 17:01:14 -0700 Subject: [PATCH] Release version 0.10.12 --- README.md | 2 +- agent/api/pom.xml | 2 +- agent/benchmarks/pom.xml | 2 +- agent/bytecode-api/pom.xml | 2 +- agent/core/pom.xml | 2 +- agent/dist-maven-plugin/pom.xml | 2 +- agent/dist/pom.xml | 2 +- agent/embedded/pom.xml | 2 +- agent/integration-tests/pom.xml | 2 +- agent/it-harness/pom.xml | 2 +- agent/plugin-api/pom.xml | 2 +- agent/plugins/cassandra-plugin/pom.xml | 2 +- agent/plugins/ejb-plugin/pom.xml | 2 +- agent/plugins/elasticsearch-plugin/pom.xml | 2 +- agent/plugins/executor-plugin/pom.xml | 2 +- agent/plugins/grails-plugin/pom.xml | 2 +- agent/plugins/hibernate-plugin/pom.xml | 2 +- agent/plugins/http-client-plugin/pom.xml | 2 +- agent/plugins/java-http-server-plugin/pom.xml | 2 +- agent/plugins/jaxrs-plugin/pom.xml | 2 +- agent/plugins/jaxws-plugin/pom.xml | 2 +- agent/plugins/jdbc-plugin/pom.xml | 2 +- agent/plugins/jms-plugin/pom.xml | 2 +- agent/plugins/jsf-plugin/pom.xml | 2 +- agent/plugins/jsp-plugin/pom.xml | 2 +- agent/plugins/logger-plugin/pom.xml | 2 +- agent/plugins/netty-plugin/pom.xml | 2 +- agent/plugins/play-plugin/pom.xml | 2 +- agent/plugins/quartz-plugin/pom.xml | 2 +- agent/plugins/redis-plugin/pom.xml | 2 +- agent/plugins/servlet-plugin/pom.xml | 2 +- agent/plugins/spring-plugin/pom.xml | 2 +- agent/plugins/struts-plugin/pom.xml | 2 +- agent/shaded/central-https-linux/pom.xml | 2 +- agent/shaded/central-https-osx/pom.xml | 2 +- agent/shaded/central-https-windows/pom.xml | 2 +- agent/shaded/core/pom.xml | 2 +- agent/shaded/embedded/pom.xml | 2 +- agent/shaded/it-harness/pom.xml | 2 +- agent/ui-sandbox/pom.xml | 2 +- build/checker-jdk6/pom.xml | 2 +- build/error-prone-jdk6/pom.xml | 2 +- build/license-bundle/pom.xml | 2 +- build/multi-lib-tests/pom.xml | 2 +- central/pom.xml | 2 +- common/pom.xml | 2 +- common2/pom.xml | 2 +- pom.xml | 2 +- ui/pom.xml | 2 +- webdriver-tests/pom.xml | 2 +- wire-api/pom.xml | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 833a43053..1ee053360 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Glowroot    [![Build Status](https://img.shields.io/travis/glowroot/gl ## Quick start -1. Download and unzip [glowroot-0.10.11-dist.zip](https://github.com/glowroot/glowroot/releases/download/v0.10.11/glowroot-0.10.11-dist.zip) +1. Download and unzip [glowroot-0.10.12-dist.zip](https://github.com/glowroot/glowroot/releases/download/v0.10.12/glowroot-0.10.12-dist.zip) 2. Add `-javaagent:path/to/glowroot.jar` to your application's JVM args [[where are my application server's JVM args?](https://github.com/glowroot/glowroot/wiki/Where-are-my-application-server's-JVM-args%3F)] 3. Check that the user account that runs the JVM has write access to the glowroot folder 4. Start your application diff --git a/agent/api/pom.xml b/agent/api/pom.xml index 3deb6aec6..b20072867 100644 --- a/agent/api/pom.xml +++ b/agent/api/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/benchmarks/pom.xml b/agent/benchmarks/pom.xml index 7aa917bba..d9e621ee1 100644 --- a/agent/benchmarks/pom.xml +++ b/agent/benchmarks/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/bytecode-api/pom.xml b/agent/bytecode-api/pom.xml index 95624dde8..6a83b0c89 100644 --- a/agent/bytecode-api/pom.xml +++ b/agent/bytecode-api/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/core/pom.xml b/agent/core/pom.xml index f2a7284d5..9927ebefd 100644 --- a/agent/core/pom.xml +++ b/agent/core/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/dist-maven-plugin/pom.xml b/agent/dist-maven-plugin/pom.xml index 5ed606844..f17589143 100644 --- a/agent/dist-maven-plugin/pom.xml +++ b/agent/dist-maven-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/dist/pom.xml b/agent/dist/pom.xml index a3b5f5f1e..5da3d9171 100644 --- a/agent/dist/pom.xml +++ b/agent/dist/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/embedded/pom.xml b/agent/embedded/pom.xml index 920c6e9f0..6575ca94f 100644 --- a/agent/embedded/pom.xml +++ b/agent/embedded/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/integration-tests/pom.xml b/agent/integration-tests/pom.xml index 149f6e533..907daa09b 100644 --- a/agent/integration-tests/pom.xml +++ b/agent/integration-tests/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/it-harness/pom.xml b/agent/it-harness/pom.xml index b61ab629a..d4c529b7a 100644 --- a/agent/it-harness/pom.xml +++ b/agent/it-harness/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/plugin-api/pom.xml b/agent/plugin-api/pom.xml index cecfc30f6..38121e007 100644 --- a/agent/plugin-api/pom.xml +++ b/agent/plugin-api/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/agent/plugins/cassandra-plugin/pom.xml b/agent/plugins/cassandra-plugin/pom.xml index 5f1efbbae..239d8c591 100644 --- a/agent/plugins/cassandra-plugin/pom.xml +++ b/agent/plugins/cassandra-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/ejb-plugin/pom.xml b/agent/plugins/ejb-plugin/pom.xml index 9c44dee09..b86f2a47d 100644 --- a/agent/plugins/ejb-plugin/pom.xml +++ b/agent/plugins/ejb-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/elasticsearch-plugin/pom.xml b/agent/plugins/elasticsearch-plugin/pom.xml index 2531350fc..953005137 100644 --- a/agent/plugins/elasticsearch-plugin/pom.xml +++ b/agent/plugins/elasticsearch-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/executor-plugin/pom.xml b/agent/plugins/executor-plugin/pom.xml index e9c08beac..52a238171 100644 --- a/agent/plugins/executor-plugin/pom.xml +++ b/agent/plugins/executor-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/grails-plugin/pom.xml b/agent/plugins/grails-plugin/pom.xml index fbafacc54..af791864b 100644 --- a/agent/plugins/grails-plugin/pom.xml +++ b/agent/plugins/grails-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/hibernate-plugin/pom.xml b/agent/plugins/hibernate-plugin/pom.xml index f2f89a1b6..68b602c23 100644 --- a/agent/plugins/hibernate-plugin/pom.xml +++ b/agent/plugins/hibernate-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/http-client-plugin/pom.xml b/agent/plugins/http-client-plugin/pom.xml index 7f9a78e1a..ae1adc6b9 100644 --- a/agent/plugins/http-client-plugin/pom.xml +++ b/agent/plugins/http-client-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/java-http-server-plugin/pom.xml b/agent/plugins/java-http-server-plugin/pom.xml index 698e1a6af..495b356f4 100644 --- a/agent/plugins/java-http-server-plugin/pom.xml +++ b/agent/plugins/java-http-server-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/jaxrs-plugin/pom.xml b/agent/plugins/jaxrs-plugin/pom.xml index a34ffd815..f67302199 100644 --- a/agent/plugins/jaxrs-plugin/pom.xml +++ b/agent/plugins/jaxrs-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/jaxws-plugin/pom.xml b/agent/plugins/jaxws-plugin/pom.xml index db0bb7437..a18c0b525 100644 --- a/agent/plugins/jaxws-plugin/pom.xml +++ b/agent/plugins/jaxws-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/jdbc-plugin/pom.xml b/agent/plugins/jdbc-plugin/pom.xml index a77dafcb4..219e03e01 100644 --- a/agent/plugins/jdbc-plugin/pom.xml +++ b/agent/plugins/jdbc-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/jms-plugin/pom.xml b/agent/plugins/jms-plugin/pom.xml index 0ffac42a5..7511c3f84 100644 --- a/agent/plugins/jms-plugin/pom.xml +++ b/agent/plugins/jms-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/jsf-plugin/pom.xml b/agent/plugins/jsf-plugin/pom.xml index c35d7e3a6..39b51756b 100644 --- a/agent/plugins/jsf-plugin/pom.xml +++ b/agent/plugins/jsf-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/jsp-plugin/pom.xml b/agent/plugins/jsp-plugin/pom.xml index d23e81f0a..b59aa0e51 100644 --- a/agent/plugins/jsp-plugin/pom.xml +++ b/agent/plugins/jsp-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/logger-plugin/pom.xml b/agent/plugins/logger-plugin/pom.xml index 39afdc302..d62745075 100644 --- a/agent/plugins/logger-plugin/pom.xml +++ b/agent/plugins/logger-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/netty-plugin/pom.xml b/agent/plugins/netty-plugin/pom.xml index 9b6cc8534..bd7d6478f 100644 --- a/agent/plugins/netty-plugin/pom.xml +++ b/agent/plugins/netty-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/play-plugin/pom.xml b/agent/plugins/play-plugin/pom.xml index f69c573cd..57cb7ab4f 100644 --- a/agent/plugins/play-plugin/pom.xml +++ b/agent/plugins/play-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/quartz-plugin/pom.xml b/agent/plugins/quartz-plugin/pom.xml index 5675da42c..665ca601b 100644 --- a/agent/plugins/quartz-plugin/pom.xml +++ b/agent/plugins/quartz-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/redis-plugin/pom.xml b/agent/plugins/redis-plugin/pom.xml index c90e60a94..765217735 100644 --- a/agent/plugins/redis-plugin/pom.xml +++ b/agent/plugins/redis-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/servlet-plugin/pom.xml b/agent/plugins/servlet-plugin/pom.xml index 061fb22f2..98f18d585 100644 --- a/agent/plugins/servlet-plugin/pom.xml +++ b/agent/plugins/servlet-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/spring-plugin/pom.xml b/agent/plugins/spring-plugin/pom.xml index 95b2abb7e..169bd474c 100644 --- a/agent/plugins/spring-plugin/pom.xml +++ b/agent/plugins/spring-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/plugins/struts-plugin/pom.xml b/agent/plugins/struts-plugin/pom.xml index 55d0374c0..0c8310412 100644 --- a/agent/plugins/struts-plugin/pom.xml +++ b/agent/plugins/struts-plugin/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/shaded/central-https-linux/pom.xml b/agent/shaded/central-https-linux/pom.xml index 96dc29ae9..1242dbf0e 100644 --- a/agent/shaded/central-https-linux/pom.xml +++ b/agent/shaded/central-https-linux/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/shaded/central-https-osx/pom.xml b/agent/shaded/central-https-osx/pom.xml index 1445ee9cd..6a145ba13 100644 --- a/agent/shaded/central-https-osx/pom.xml +++ b/agent/shaded/central-https-osx/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/shaded/central-https-windows/pom.xml b/agent/shaded/central-https-windows/pom.xml index 55f977cfd..be7d68617 100644 --- a/agent/shaded/central-https-windows/pom.xml +++ b/agent/shaded/central-https-windows/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/shaded/core/pom.xml b/agent/shaded/core/pom.xml index d83067f7f..2cd4283aa 100644 --- a/agent/shaded/core/pom.xml +++ b/agent/shaded/core/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/shaded/embedded/pom.xml b/agent/shaded/embedded/pom.xml index bb8cdfcdc..072f8cfea 100644 --- a/agent/shaded/embedded/pom.xml +++ b/agent/shaded/embedded/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/shaded/it-harness/pom.xml b/agent/shaded/it-harness/pom.xml index d64352165..97da60d1f 100644 --- a/agent/shaded/it-harness/pom.xml +++ b/agent/shaded/it-harness/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../../.. diff --git a/agent/ui-sandbox/pom.xml b/agent/ui-sandbox/pom.xml index 6785d79a5..6e9adaf5b 100644 --- a/agent/ui-sandbox/pom.xml +++ b/agent/ui-sandbox/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/build/checker-jdk6/pom.xml b/build/checker-jdk6/pom.xml index 47d3876a9..3f7ddd0e5 100644 --- a/build/checker-jdk6/pom.xml +++ b/build/checker-jdk6/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/build/error-prone-jdk6/pom.xml b/build/error-prone-jdk6/pom.xml index 7a40f0f97..ecc9a768b 100644 --- a/build/error-prone-jdk6/pom.xml +++ b/build/error-prone-jdk6/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/build/license-bundle/pom.xml b/build/license-bundle/pom.xml index 3c9bb5763..ca6c4130c 100644 --- a/build/license-bundle/pom.xml +++ b/build/license-bundle/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/build/multi-lib-tests/pom.xml b/build/multi-lib-tests/pom.xml index 85eef2c94..c94804e2a 100644 --- a/build/multi-lib-tests/pom.xml +++ b/build/multi-lib-tests/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 ../.. diff --git a/central/pom.xml b/central/pom.xml index 1b6478a2c..95f6cdc67 100644 --- a/central/pom.xml +++ b/central/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 glowroot-central diff --git a/common/pom.xml b/common/pom.xml index 62c648f8c..6b70d3acf 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 glowroot-common diff --git a/common2/pom.xml b/common2/pom.xml index 78b7ddb10..b47bbb2f8 100644 --- a/common2/pom.xml +++ b/common2/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 glowroot-common2 diff --git a/pom.xml b/pom.xml index dfc40562c..9690f3cac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 pom Glowroot Parent Project diff --git a/ui/pom.xml b/ui/pom.xml index 7b60a904f..3f7ead1ac 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 glowroot-ui diff --git a/webdriver-tests/pom.xml b/webdriver-tests/pom.xml index dadf9fd6c..633231940 100644 --- a/webdriver-tests/pom.xml +++ b/webdriver-tests/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 .. diff --git a/wire-api/pom.xml b/wire-api/pom.xml index 32a8100a7..684420f95 100644 --- a/wire-api/pom.xml +++ b/wire-api/pom.xml @@ -7,7 +7,7 @@ org.glowroot glowroot-parent - 0.10.12-SNAPSHOT + 0.10.12 glowroot-wire-api