Skip to content

Commit

Permalink
[#2990] 1.6.2 release
Browse files Browse the repository at this point in the history
version change (1.6.2-SNAPSHOT -> 1.6.2)
  • Loading branch information
koo-taejin committed Jun 2, 2017
1 parent f349c7a commit c91e119
Show file tree
Hide file tree
Showing 65 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion agent/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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-bootstrap-core</artifactId>
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.6.2-SNAPSHOT</version>
<version>1.6.2</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 @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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 @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT";
public static final String VERSION = "1.6.2";
}
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pinpoint-hbase:
container_name: pinpoint-hbase
hostname: hbase
image: naver/pinpoint-hbase:1.6.2-SNAPSHOT
image: naver/pinpoint-hbase:1.6.2
restart: always
expose:
- "2181"
Expand All @@ -25,7 +25,7 @@ pinpoint-mysql:
pinpoint-collector:
container_name: pinpoint-collector
hostname: collector
image: naver/pinpoint-collector:1.6.2-SNAPSHOT
image: naver/pinpoint-collector:1.6.2
restart: always
expose:
- "9994"
Expand All @@ -52,7 +52,7 @@ pinpoint-collector:
pinpoint-web:
container_name: pinpoint-web
hostname: web
image: naver/pinpoint-web:1.6.2-SNAPSHOT
image: naver/pinpoint-web:1.6.2
restart: always
expose:
- "8080"
Expand All @@ -75,7 +75,7 @@ pinpoint-web:

# only example
#pinpoint-agent:
# image: naver/pinpoint-agent:1.6.2-SNAPSHOT
# image: naver/pinpoint-agent:1.6.2
# net: "none"
# restart: unless-stopped
# volumes:
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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-activemq-client-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-arcus-plugin</artifactId>
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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-cassandra-driver-plugin</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.6.2-SNAPSHOT</version>
<version>1.6.2</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 @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../..</relativePath>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-commons-dbcp2-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-dubbo-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-google-httpclient-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-gson-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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-hystrix-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ibatis/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-ibatis-plugin</artifactId>
Expand Down
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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-jackson-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jboss/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-jboss-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jdk-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-jdk-http-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetty/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-jetty-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/json-lib/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-json-lib-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jtds/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-jtds-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/log4j/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-log4j-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/logback/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-logback-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/mariadb-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-mariadb-jdbc-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/mybatis/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-mybatis-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/mysql-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-mysql-jdbc-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ning-asynchttpclient/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-ning-asynchttpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/okhttp/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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-okhttp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/oracle-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.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>pinpoint-oracle-jdbc-driver-plugin</artifactId>
Expand Down
Loading

0 comments on commit c91e119

Please sign in to comment.