From f35cbbd1a867cdd38c7100b7699cc7b7bf0b1770 Mon Sep 17 00:00:00 2001 From: koo-taejin Date: Wed, 23 Jan 2019 13:41:37 +0900 Subject: [PATCH] [release] prepare for 1.8.2-RC1 --- README.md | 6 +- agent-it/pom.xml | 2 +- agent/pom.xml | 2 +- annotations/pom.xml | 2 +- bootstrap-core-optional/pom.xml | 2 +- bootstrap-core/pom.xml | 2 +- bootstrap-java8/pom.xml | 2 +- bootstrap-java9/pom.xml | 2 +- bootstrap/pom.xml | 2 +- collector/pom.xml | 2 +- commons-hbase/pom.xml | 2 +- commons-server/pom.xml | 2 +- commons/pom.xml | 2 +- .../navercorp/pinpoint/common/Version.java | 2 +- flink/pom.xml | 2 +- grpc/pom.xml | 2 +- hbase/pom.xml | 2 +- plugins/activemq-client/pom.xml | 2 +- plugins/akka-http/pom.xml | 2 +- plugins/arcus/pom.xml | 2 +- plugins/bom/pom.xml | 2 +- plugins/cassandra/pom.xml | 2 +- plugins/common-servlet/pom.xml | 2 +- plugins/cubrid-jdbc/pom.xml | 2 +- plugins/cxf/pom.xml | 2 +- plugins/dbcp/pom.xml | 2 +- plugins/dbcp2/pom.xml | 2 +- plugins/druid/pom.xml | 2 +- plugins/dubbo/pom.xml | 2 +- plugins/fastjson/pom.xml | 2 +- plugins/google-httpclient/pom.xml | 2 +- plugins/grpc/pom.xml | 2 +- plugins/gson/pom.xml | 2 +- plugins/hbase/pom.xml | 2 +- plugins/hikaricp/pom.xml | 2 +- plugins/httpclient3/pom.xml | 2 +- plugins/httpclient4/pom.xml | 2 +- plugins/hystrix/pom.xml | 2 +- plugins/ibatis/pom.xml | 42 ++++---- plugins/jackson/pom.xml | 2 +- plugins/jboss/pom.xml | 2 +- plugins/jdk-http/pom.xml | 2 +- plugins/jetty/pom.xml | 2 +- plugins/json-lib/pom.xml | 2 +- plugins/jsp/pom.xml | 2 +- plugins/jtds/pom.xml | 2 +- plugins/kafka/pom.xml | 2 +- plugins/log4j/pom.xml | 2 +- plugins/logback/pom.xml | 2 +- plugins/mariadb-jdbc/pom.xml | 2 +- plugins/mongodb/pom.xml | 2 +- plugins/mybatis/pom.xml | 42 ++++---- plugins/mysql-jdbc/pom.xml | 2 +- plugins/netty/pom.xml | 2 +- plugins/ning-asynchttpclient/pom.xml | 2 +- plugins/okhttp/pom.xml | 2 +- plugins/openwhisk/pom.xml | 2 +- plugins/oracle-jdbc/pom.xml | 2 +- plugins/php/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/postgresql-jdbc/pom.xml | 2 +- plugins/rabbitmq/pom.xml | 2 +- plugins/redis-lettuce/pom.xml | 2 +- plugins/redis/pom.xml | 2 +- plugins/resin/pom.xml | 2 +- plugins/resttemplate/pom.xml | 2 +- plugins/rxjava/pom.xml | 2 +- plugins/spring-boot/pom.xml | 42 ++++---- plugins/spring/pom.xml | 2 +- plugins/thrift/pom.xml | 100 +++++++++--------- plugins/tomcat/pom.xml | 2 +- plugins/undertow-servlet/pom.xml | 2 +- plugins/undertow/pom.xml | 2 +- plugins/user/pom.xml | 2 +- plugins/vertx/pom.xml | 2 +- plugins/weblogic/pom.xml | 2 +- plugins/websphere/pom.xml | 2 +- pom.xml | 2 +- profiler-optional/pom.xml | 2 +- .../profiler-optional-jdk6/pom.xml | 2 +- .../profiler-optional-jdk7/pom.xml | 2 +- .../profiler-optional-jdk8/pom.xml | 2 +- .../profiler-optional-jdk9/pom.xml | 2 +- .../profiler-optional-parent/pom.xml | 2 +- profiler-test/pom.xml | 2 +- profiler/pom.xml | 2 +- quickstart/conf/quickstart.properties | 2 +- rpc/pom.xml | 2 +- test/pom.xml | 2 +- thrift/pom.xml | 2 +- tools/pom.xml | 2 +- web/pom.xml | 2 +- 92 files changed, 203 insertions(+), 203 deletions(-) diff --git a/README.md b/README.md index e2f7cd4843..33b3aa8c22 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Pinpoint has started to support application written in PHP. [Check-out our php-agent repository](https://github.com/naver/pinpoint-c-agent). -## Latest Release (2019/01/02) +## Latest Release (2019/01/23) -We're happy to announce the release of Pinpoint v1.8.1. -Please check the release note at (https://github.com/naver/pinpoint/releases/tag/1.8.1). +We're happy to announce the release of Pinpoint v1.8.2-RC1. +Please check the release note at (https://github.com/naver/pinpoint/releases/tag/1.8.2-RC1). The current stable version is [v1.8.1](https://github.com/naver/pinpoint/releases/tag/1.8.1). diff --git a/agent-it/pom.xml b/agent-it/pom.xml index 1e548e37d8..66371c81b6 100644 --- a/agent-it/pom.xml +++ b/agent-it/pom.xml @@ -20,7 +20,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-agent-it diff --git a/agent/pom.xml b/agent/pom.xml index e5bde8f105..1f53c5f743 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -20,7 +20,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-agent diff --git a/annotations/pom.xml b/annotations/pom.xml index 32443da0e6..cd09414069 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 - - org.apache.thrift - libthrift - provided - - - - - org.slf4j - slf4j-api - - - - org.slf4j - jcl-over-slf4j - test - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - compile - - - + + 4.0.0 + + com.navercorp.pinpoint + pinpoint + ../.. + 1.8.2-RC1 + + + pinpoint-thrift-plugin + pinpoint-thrift-plugin + jar + + + + com.navercorp.pinpoint + pinpoint-bootstrap-core + provided + + + + + org.apache.thrift + libthrift + provided + + + + + org.slf4j + slf4j-api + + + + org.slf4j + jcl-over-slf4j + test + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + compile + + + \ No newline at end of file diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml index 5fdfd0dd68..d77b41f177 100644 --- a/plugins/tomcat/pom.xml +++ b/plugins/tomcat/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-tomcat-plugin diff --git a/plugins/undertow-servlet/pom.xml b/plugins/undertow-servlet/pom.xml index 0fdfef8ac5..4416ef9ad4 100644 --- a/plugins/undertow-servlet/pom.xml +++ b/plugins/undertow-servlet/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-undertow-servlet-plugin diff --git a/plugins/undertow/pom.xml b/plugins/undertow/pom.xml index 31ce0178b7..ce25a2ccb6 100644 --- a/plugins/undertow/pom.xml +++ b/plugins/undertow/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-undertow-plugin diff --git a/plugins/user/pom.xml b/plugins/user/pom.xml index b81a1d93da..d666f649c6 100644 --- a/plugins/user/pom.xml +++ b/plugins/user/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-user-plugin diff --git a/plugins/vertx/pom.xml b/plugins/vertx/pom.xml index 13080cbbd8..f98a70ab54 100644 --- a/plugins/vertx/pom.xml +++ b/plugins/vertx/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-vertx-plugin diff --git a/plugins/weblogic/pom.xml b/plugins/weblogic/pom.xml index 2f0efd61e8..f44a71632c 100644 --- a/plugins/weblogic/pom.xml +++ b/plugins/weblogic/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-weblogic-plugin diff --git a/plugins/websphere/pom.xml b/plugins/websphere/pom.xml index 83199bf8cd..f6e07554ef 100644 --- a/plugins/websphere/pom.xml +++ b/plugins/websphere/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-websphere-plugin diff --git a/pom.xml b/pom.xml index dddeda15e9..35f6978da4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint pom diff --git a/profiler-optional/pom.xml b/profiler-optional/pom.xml index 9c3ab8c660..870280c081 100644 --- a/profiler-optional/pom.xml +++ b/profiler-optional/pom.xml @@ -19,7 +19,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-optional diff --git a/profiler-optional/profiler-optional-jdk6/pom.xml b/profiler-optional/profiler-optional-jdk6/pom.xml index 44070bca03..f3c63c2e4b 100644 --- a/profiler-optional/profiler-optional-jdk6/pom.xml +++ b/profiler-optional/profiler-optional-jdk6/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-profiler-optional-parent ../profiler-optional-parent - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-optional-jdk6 diff --git a/profiler-optional/profiler-optional-jdk7/pom.xml b/profiler-optional/profiler-optional-jdk7/pom.xml index c19d31761a..59b945f9f7 100644 --- a/profiler-optional/profiler-optional-jdk7/pom.xml +++ b/profiler-optional/profiler-optional-jdk7/pom.xml @@ -23,7 +23,7 @@ com.navercorp.pinpoint pinpoint-profiler-optional-parent ../profiler-optional-parent - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-optional-jdk7 diff --git a/profiler-optional/profiler-optional-jdk8/pom.xml b/profiler-optional/profiler-optional-jdk8/pom.xml index 32e5de6ffb..370f5c7539 100644 --- a/profiler-optional/profiler-optional-jdk8/pom.xml +++ b/profiler-optional/profiler-optional-jdk8/pom.xml @@ -23,7 +23,7 @@ com.navercorp.pinpoint pinpoint-profiler-optional-parent ../profiler-optional-parent - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-optional-jdk8 diff --git a/profiler-optional/profiler-optional-jdk9/pom.xml b/profiler-optional/profiler-optional-jdk9/pom.xml index c83d1cd173..00ecc80aff 100644 --- a/profiler-optional/profiler-optional-jdk9/pom.xml +++ b/profiler-optional/profiler-optional-jdk9/pom.xml @@ -23,7 +23,7 @@ com.navercorp.pinpoint pinpoint-profiler-optional-parent ../profiler-optional-parent - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-optional-jdk9 diff --git a/profiler-optional/profiler-optional-parent/pom.xml b/profiler-optional/profiler-optional-parent/pom.xml index 0438cb6bc6..d759e4edee 100644 --- a/profiler-optional/profiler-optional-parent/pom.xml +++ b/profiler-optional/profiler-optional-parent/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint ../.. - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-optional-parent diff --git a/profiler-test/pom.xml b/profiler-test/pom.xml index 736356829b..436155f674 100644 --- a/profiler-test/pom.xml +++ b/profiler-test/pom.xml @@ -20,7 +20,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler-test diff --git a/profiler/pom.xml b/profiler/pom.xml index a53d0e60f5..0f613f50b0 100644 --- a/profiler/pom.xml +++ b/profiler/pom.xml @@ -20,7 +20,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-profiler diff --git a/quickstart/conf/quickstart.properties b/quickstart/conf/quickstart.properties index afa423dedc..f700b3e3fc 100644 --- a/quickstart/conf/quickstart.properties +++ b/quickstart/conf/quickstart.properties @@ -1,6 +1,6 @@ # quickstart properties -quickstart.version=1.8.2-SNAPSHOT +quickstart.version=1.8.2-RC1 # quickstart-web properties quickstart.web.context.path=/ diff --git a/rpc/pom.xml b/rpc/pom.xml index 4859fb5d58..ec1ca5589a 100644 --- a/rpc/pom.xml +++ b/rpc/pom.xml @@ -23,7 +23,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-rpc diff --git a/test/pom.xml b/test/pom.xml index 2a77963b6a..d4f1dc6d26 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-test diff --git a/thrift/pom.xml b/thrift/pom.xml index 225c1d182f..41a47b7666 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-thrift diff --git a/tools/pom.xml b/tools/pom.xml index 776432b11f..983a62969d 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-tools diff --git a/web/pom.xml b/web/pom.xml index 183d430ba5..c32ad8e14a 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -20,7 +20,7 @@ com.navercorp.pinpoint pinpoint - 1.8.2-SNAPSHOT + 1.8.2-RC1 pinpoint-web -- GitLab