Skip to content

Commit

Permalink
1.5.0 release #1240
Browse files Browse the repository at this point in the history
changed version (1.5.0-SNAPSHOT -> 1.5.0)
  • Loading branch information
koo-taejin committed Nov 23, 2015
1 parent 520eb76 commit d8cf8d3
Show file tree
Hide file tree
Showing 43 changed files with 57 additions and 43 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-bootstrap-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion collector/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-collector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-hbase/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-commons-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-commons</artifactId>
Expand Down
@@ -1,4 +1,4 @@
package com.navercorp.pinpoint.common;
public final class Version {
public static final String VERSION = "1.5.0-SNAPSHOT";
public static final String VERSION = "1.5.0";
}
2 changes: 1 addition & 1 deletion java8-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-java8-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/arcus/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-arcus-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/cubrid-jdbc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-cubrid-jdbc-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/dbcp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-commons-dbcp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-httpclient/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-google-httpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/gson/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-gson-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/httpclient3/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-httpclient3-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/httpclient4/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-httpclient4-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ibatis/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-ibatis-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jackson/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-jackson-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jdk-http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-jdk-http-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetty/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-jetty-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/json-lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-json-lib-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/jtds/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-jtds-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/log4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-log4j-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/logback/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-logback-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/mybatis/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-mybatis-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/mysql-jdbc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-mysql-jdbc-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ning-asynchttpclient/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-ning-asynchttpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/okhttp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-okhttp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/oracle-jdbc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-oracle-jdbc-driver-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/redis/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-redis-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/spring-boot/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-spring-boot-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-spring-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/thrift/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-thrift-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/tomcat/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-tomcat-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/user/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<relativePath>../..</relativePath>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-user-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
</organization>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<name>pinpoint</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion profiler-optional/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-profiler-optional</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion profiler/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-profiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rpc/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-rpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion thrift/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>pinpoint-thrift</artifactId>
Expand Down

0 comments on commit d8cf8d3

Please sign in to comment.