Skip to content

Commit

Permalink
[release] prepare for 1.8.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin committed Jan 23, 2019
1 parent 5ce5fd8 commit f35cbbd
Show file tree
Hide file tree
Showing 92 changed files with 203 additions and 203 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion agent-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-agent-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<!--
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-core-optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-bootstrap-core-optional</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-bootstrap-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-bootstrap-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-java9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-collector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-commons-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-commons-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-commons</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.navercorp.pinpoint.common;
public final class Version {
public static final String VERSION = "1.8.2-SNAPSHOT";
public static final String VERSION = "1.8.2-RC1";
}
2 changes: 1 addition & 1 deletion flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pinpoint</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/activemq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-activemq-client-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/akka-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-akka-http-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/arcus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-arcus-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-cassandra-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/common-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-common-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/cubrid-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-cubrid-jdbc-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-cxf-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/dbcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-commons-dbcp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/dbcp2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins/druid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-druid-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-dubbo-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-fastjson-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-google-httpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-grpc-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-gson-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-hbase-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/hikaricp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-hikaricp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/httpclient3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-httpclient3-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/httpclient4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-httpclient4-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/hystrix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-hystrix-plugin</artifactId>
Expand Down
42 changes: 21 additions & 21 deletions plugins/ibatis/pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-ibatis-plugin</artifactId>
<name>pinpoint-ibatis-plugin</name>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-bootstrap-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-ibatis-plugin</artifactId>
<name>pinpoint-ibatis-plugin</name>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-bootstrap-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion plugins/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2-RC1</version>
</parent>

<artifactId>pinpoint-jackson-plugin</artifactId>
Expand Down
Loading

0 comments on commit f35cbbd

Please sign in to comment.