Skip to content

Commit dabc79a

Browse files
committed
Merge pull request pinpoint-apm#1341 from koo-taejin/pinpoint-apm#1340
1.5.1 release pinpoint-apm#1340
2 parents e3530d8 + cfb4451 commit dabc79a

File tree

45 files changed

+50
-46
lines changed

Some content is hidden

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

45 files changed

+50
-46
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.1-SNAPSHOT</version>
7+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
7+
<version>1.5.1</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.1-SNAPSHOT</version>
7+
<version>1.5.1</version>
88
</parent>
99

1010
<artifactId>pinpoint-commons-hbase</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.1-SNAPSHOT</version>
7+
<version>1.5.1</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.1-SNAPSHOT";
3+
public static final String VERSION = "1.5.1";
44
}

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.1-SNAPSHOT</version>
7+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</version>
99
</parent>
1010

1111
<artifactId>pinpoint-arcus-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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</version>
99
</parent>
1010

1111
<artifactId>pinpoint-commons-dbcp-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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
9+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</version>
99
</parent>
1010

1111
<artifactId>pinpoint-logback-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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
7+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
8+
<version>1.5.1</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.1-SNAPSHOT</version>
10+
<version>1.5.1</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.1-SNAPSHOT</version>
6+
<version>1.5.1</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.1-SNAPSHOT</version>
7+
<version>1.5.1</version>
88
</parent>
99

1010
<artifactId>pinpoint-profiler</artifactId>

quickstart/conf/quickstart.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# quickstart properties
3-
quickstart.version=1.5.1-SNAPSHOT
3+
quickstart.version=1.5.1
44

55
# quickstart-web properties
66
quickstart.web.context.path=/

rpc/pom.xml

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

1313
<artifactId>pinpoint-rpc</artifactId>

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.1-SNAPSHOT</version>
7+
<version>1.5.1</version>
88
</parent>
99

1010
<artifactId>pinpoint-test</artifactId>

thrift/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.1-SNAPSHOT</version>
7+
<version>1.5.1</version>
88
</parent>
99

1010
<artifactId>pinpoint-thrift</artifactId>

0 commit comments

Comments
 (0)