From 42603d6e86513b570b5889ba842de0e0a187f766 Mon Sep 17 00:00:00 2001 From: "koo.taejin" Date: Wed, 8 Jul 2015 15:52:48 +0900 Subject: [PATCH] 1.1.0 release #692 --- agent/pom.xml | 2 +- bootstrap-core/pom.xml | 2 +- bootstrap/pom.xml | 2 +- collector/pom.xml | 2 +- commons-hbase/pom.xml | 2 +- commons/pom.xml | 2 +- .../src/main/java/com/navercorp/pinpoint/common/Version.java | 2 +- pom.xml | 2 +- profiler-optional/pom.xml | 2 +- profiler/pom.xml | 2 +- quickstart/conf/quickstart.properties | 2 +- rpc/pom.xml | 2 +- thrift/pom.xml | 2 +- .../navercorp/pinpoint/thrift/io/TCommandTypeVersion.java | 5 +++++ web/pom.xml | 2 +- 15 files changed, 19 insertions(+), 14 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index 3ed6116665cf..7209c93f5be5 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-agent diff --git a/bootstrap-core/pom.xml b/bootstrap-core/pom.xml index 623c45060d8f..13aadd87e3e3 100644 --- a/bootstrap-core/pom.xml +++ b/bootstrap-core/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-bootstrap-core diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 61876271f931..98e01275cb2f 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-bootstrap diff --git a/collector/pom.xml b/collector/pom.xml index 3348637911c9..a3e3a47ef1a2 100644 --- a/collector/pom.xml +++ b/collector/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-collector diff --git a/commons-hbase/pom.xml b/commons-hbase/pom.xml index 6ff1c4a84db2..88d21a62a8e0 100644 --- a/commons-hbase/pom.xml +++ b/commons-hbase/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-commons-hbase diff --git a/commons/pom.xml b/commons/pom.xml index 508c39c485fe..ad48ed60ccd2 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-commons diff --git a/commons/src/main/java/com/navercorp/pinpoint/common/Version.java b/commons/src/main/java/com/navercorp/pinpoint/common/Version.java index 2279d0e66b23..b55f82237a92 100644 --- a/commons/src/main/java/com/navercorp/pinpoint/common/Version.java +++ b/commons/src/main/java/com/navercorp/pinpoint/common/Version.java @@ -1,4 +1,4 @@ package com.navercorp.pinpoint.common; public final class Version { - public static final String VERSION = "1.1.0-SNAPSHOT"; + public static final String VERSION = "1.1.0"; } \ No newline at end of file diff --git a/pom.xml b/pom.xml index c0c30d38abf9..3671c93bcdfa 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint pom diff --git a/profiler-optional/pom.xml b/profiler-optional/pom.xml index a33173e99402..ea0c02dca463 100644 --- a/profiler-optional/pom.xml +++ b/profiler-optional/pom.xml @@ -3,7 +3,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-profiler-optional diff --git a/profiler/pom.xml b/profiler/pom.xml index be3b4ddd2d37..9d2a8705ce2d 100644 --- a/profiler/pom.xml +++ b/profiler/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-profiler diff --git a/quickstart/conf/quickstart.properties b/quickstart/conf/quickstart.properties index e5d782a5afa2..320c4e29e096 100644 --- a/quickstart/conf/quickstart.properties +++ b/quickstart/conf/quickstart.properties @@ -1,6 +1,6 @@ # quickstart properties -quickstart.version=1.1.0-SNAPSHOT +quickstart.version=1.1.0 # quickstart-web properties quickstart.web.context.path=/ diff --git a/rpc/pom.xml b/rpc/pom.xml index e4470babc7f1..6349a2d2410a 100644 --- a/rpc/pom.xml +++ b/rpc/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-rpc diff --git a/thrift/pom.xml b/thrift/pom.xml index 214a40f67833..98ce38cdb487 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-thrift diff --git a/thrift/src/main/java/com/navercorp/pinpoint/thrift/io/TCommandTypeVersion.java b/thrift/src/main/java/com/navercorp/pinpoint/thrift/io/TCommandTypeVersion.java index 676800999cd2..bd56088001ab 100644 --- a/thrift/src/main/java/com/navercorp/pinpoint/thrift/io/TCommandTypeVersion.java +++ b/thrift/src/main/java/com/navercorp/pinpoint/thrift/io/TCommandTypeVersion.java @@ -33,6 +33,11 @@ public enum TCommandTypeVersion { V_1_0_3("1.0.3", V_1_0_3_SNAPSHOT), V_1_0_4_SNAPSHOT("1.0.4-SNAPSHOT", V_1_0_3), V_1_0_4("1.0.4", V_1_0_4_SNAPSHOT), + V_1_0_5_SNAPSHOT("1.0.5-SNAPSHOT", V_1_0_4), + V_1_0_5("1.0.5", V_1_0_5_SNAPSHOT), + V_1_1_0_SNAPSHOT("1.1.0-SNAPSHOT", V_1_0_5), + V_1_1_0("1.1.0", V_1_1_0_SNAPSHOT), + UNKNOWN("UNKNOWN"); diff --git a/web/pom.xml b/web/pom.xml index b137fdd812f5..630cc4b180d0 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -4,7 +4,7 @@ com.navercorp.pinpoint pom - 1.1.0-SNAPSHOT + 1.1.0 pinpoint-web