mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 04:46:06 +10:00
[#2781] pinpoint 1.6.1 release
version change (1.6.1-SNAPSHOT -> 1.6.1)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-agent</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<!--
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-bootstrap-core-optional</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-bootstrap-core</artifactId>
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-bootstrap</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-collector</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-commons-hbase</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-commons-server</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-commons</artifactId>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.navercorp.pinpoint.common;
|
||||
public final class Version {
|
||||
public static final String VERSION = "1.6.1-SNAPSHOT";
|
||||
public static final String VERSION = "1.6.1";
|
||||
}
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
pinpoint-hbase:
|
||||
container_name: pinpoint-hbase
|
||||
hostname: hbase
|
||||
image: naver/pinpoint-hbase:1.6.1-SNAPSHOT
|
||||
image: naver/pinpoint-hbase:1.6.1
|
||||
restart: always
|
||||
expose:
|
||||
- "2181"
|
||||
@@ -25,7 +25,7 @@ pinpoint-mysql:
|
||||
pinpoint-collector:
|
||||
container_name: pinpoint-collector
|
||||
hostname: collector
|
||||
image: naver/pinpoint-collector:1.6.1-SNAPSHOT
|
||||
image: naver/pinpoint-collector:1.6.1
|
||||
restart: always
|
||||
expose:
|
||||
- "9994"
|
||||
@@ -52,7 +52,7 @@ pinpoint-collector:
|
||||
pinpoint-web:
|
||||
container_name: pinpoint-web
|
||||
hostname: web
|
||||
image: naver/pinpoint-web:1.6.1-SNAPSHOT
|
||||
image: naver/pinpoint-web:1.6.1
|
||||
restart: always
|
||||
expose:
|
||||
- "8080"
|
||||
@@ -75,7 +75,7 @@ pinpoint-web:
|
||||
|
||||
# only example
|
||||
#pinpoint-agent:
|
||||
# image: naver/pinpoint-agent:1.6.1-SNAPSHOT
|
||||
# image: naver/pinpoint-agent:1.6.1
|
||||
# net: "none"
|
||||
# restart: unless-stopped
|
||||
# volumes:
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-hbase</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-activemq-client-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-arcus-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-cassandra-driver-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-cubrid-jdbc-driver-plugin</artifactId>
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-cxf-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-commons-dbcp-plugin</artifactId>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-commons-dbcp2-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-dubbo-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-google-httpclient-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-gson-plugin</artifactId>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-hikaricp-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-httpclient3-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-httpclient4-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-hystrix-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-ibatis-plugin</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-jackson-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-jboss-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-jdk-http-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-jetty-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-json-lib-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-jtds-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-log4j-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-logback-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-mariadb-jdbc-driver-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-mybatis-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-mysql-jdbc-driver-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-ning-asynchttpclient-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-okhttp-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-oracle-jdbc-driver-plugin</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-plugins</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-postgresql-jdbc-driver-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-redis-plugin</artifactId>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-resin-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-spring-boot-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-spring-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-thrift-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-tomcat-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-user-plugin</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-vertx-plugin</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</organization>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
<name>pinpoint</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler-optional</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint-profiler-optional-parent</artifactId>
|
||||
<relativePath>../profiler-optional-parent</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler-optional-jdk6</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint-profiler-optional-parent</artifactId>
|
||||
<relativePath>../profiler-optional-parent</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler-optional-jdk7</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint-profiler-optional-parent</artifactId>
|
||||
<relativePath>../profiler-optional-parent</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler-optional-jdk8</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<relativePath>../..</relativePath>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler-optional-parent</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler-test</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-profiler</artifactId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
# quickstart properties
|
||||
quickstart.version=1.6.1-SNAPSHOT
|
||||
quickstart.version=1.6.1
|
||||
|
||||
# quickstart-web properties
|
||||
quickstart.web.context.path=/
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-rpc</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-test</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-thrift</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-tools</artifactId>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.navercorp.pinpoint</groupId>
|
||||
<artifactId>pinpoint</artifactId>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<version>1.6.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>pinpoint-web</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user