Skip to content

Commit d0fc372

Browse files
committed
Merge pull request pinpoint-apm#1669 from koo-taejin/pinpoint-apm#1668
1.5.2 release pinpoint-apm#1668
2 parents ba17775 + 710de23 commit d0fc372

File tree

50 files changed

+53
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+53
-49
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-agent</artifactId>

bootstrap-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.navercorp.pinpoint</groupId>
77
<artifactId>pom</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-bootstrap-core</artifactId>

bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.navercorp.pinpoint</groupId>
77
<artifactId>pom</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-bootstrap</artifactId>

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-collector</artifactId>

commons-hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-commons-hbase</artifactId>

commons-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-commons-server</artifactId>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-commons</artifactId>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package com.navercorp.pinpoint.common;
22
public final class Version {
3-
public static final String VERSION = "1.5.2-SNAPSHOT";
3+
public static final String VERSION = "1.5.2";
44
}

hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-hbase</artifactId>

java8-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-java8-test</artifactId>

plugins/arcus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-arcus-plugin</artifactId>

plugins/cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-cassandra-driver-plugin</artifactId>

plugins/cubrid-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-cubrid-jdbc-driver-plugin</artifactId>

plugins/dbcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-commons-dbcp-plugin</artifactId>

plugins/dubbo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-dubbo-plugin</artifactId>

plugins/google-httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-google-httpclient-plugin</artifactId>

plugins/gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-gson-plugin</artifactId>

plugins/httpclient3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-httpclient3-plugin</artifactId>

plugins/httpclient4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-httpclient4-plugin</artifactId>

plugins/ibatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-ibatis-plugin</artifactId>

plugins/jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.navercorp.pinpoint</groupId>
77
<artifactId>pom</artifactId>
88
<relativePath>../..</relativePath>
9-
<version>1.5.2-SNAPSHOT</version>
9+
<version>1.5.2</version>
1010
</parent>
1111

1212
<artifactId>pinpoint-jackson-plugin</artifactId>

plugins/jdk-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-jdk-http-plugin</artifactId>

plugins/jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-jetty-plugin</artifactId>

plugins/json-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-json-lib-plugin</artifactId>

plugins/jtds/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-jtds-plugin</artifactId>

plugins/log4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-log4j-plugin</artifactId>

plugins/logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-logback-plugin</artifactId>

plugins/mariadb-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-mariadb-jdbc-driver-plugin</artifactId>

plugins/mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-mybatis-plugin</artifactId>

plugins/mysql-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-mysql-jdbc-driver-plugin</artifactId>

plugins/ning-asynchttpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-ning-asynchttpclient-plugin</artifactId>

plugins/okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-okhttp-plugin</artifactId>

plugins/oracle-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-oracle-jdbc-driver-plugin</artifactId>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-plugins</artifactId>

plugins/postgresql-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-postgresql-jdbc-driver-plugin</artifactId>

plugins/redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-redis-plugin</artifactId>

plugins/spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-spring-boot-plugin</artifactId>

plugins/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-spring-plugin</artifactId>

plugins/thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-thrift-plugin</artifactId>

plugins/tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-tomcat-plugin</artifactId>

plugins/user/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
77
<relativePath>../..</relativePath>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.5.2</version>
99
</parent>
1010

1111
<artifactId>pinpoint-user-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</organization>
88
<groupId>com.navercorp.pinpoint</groupId>
99
<artifactId>pom</artifactId>
10-
<version>1.5.2-SNAPSHOT</version>
10+
<version>1.5.2</version>
1111
<name>pinpoint</name>
1212
<packaging>pom</packaging>
1313

profiler-optional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.navercorp.pinpoint</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.5.2-SNAPSHOT</version>
6+
<version>1.5.2</version>
77
</parent>
88

99
<artifactId>pinpoint-profiler-optional</artifactId>

profiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.5.2</version>
88
</parent>
99

1010
<artifactId>pinpoint-profiler</artifactId>

0 commit comments

Comments
 (0)