diff --git a/agent/pom.xml b/agent/pom.xml
index de9ab3bdc3ac..482cef3974cf 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-agent
diff --git a/bootstrap-core/pom.xml b/bootstrap-core/pom.xml
index ed78d94650f7..5fd283361bf8 100644
--- a/bootstrap-core/pom.xml
+++ b/bootstrap-core/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-bootstrap-core
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index 9282ef42791c..a25f1df31b99 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-bootstrap
diff --git a/collector/pom.xml b/collector/pom.xml
index bcb030bbf3ad..7e44e751daff 100644
--- a/collector/pom.xml
+++ b/collector/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-collector
diff --git a/commons-hbase/pom.xml b/commons-hbase/pom.xml
index 001c92bb3b33..fca8e1db2a06 100644
--- a/commons-hbase/pom.xml
+++ b/commons-hbase/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-commons-hbase
diff --git a/commons/pom.xml b/commons/pom.xml
index 4483e24d15df..f82fffbac64c 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
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 a9dac723786a..8df6fac08ff8 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.1-SNAPSHOT";
+ public static final String VERSION = "1.1.1";
}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b9be2c5b2116..39dc1fe9cd66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint
pom
diff --git a/profiler-optional/pom.xml b/profiler-optional/pom.xml
index 3cf1867f00b1..153cf5fc7f21 100644
--- a/profiler-optional/pom.xml
+++ b/profiler-optional/pom.xml
@@ -3,7 +3,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-profiler-optional
diff --git a/profiler/pom.xml b/profiler/pom.xml
index 4259e0e074d3..6f4643232733 100644
--- a/profiler/pom.xml
+++ b/profiler/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-profiler
diff --git a/quickstart/conf/quickstart.properties b/quickstart/conf/quickstart.properties
index 4daeb292b6ea..1b8fb1881735 100644
--- a/quickstart/conf/quickstart.properties
+++ b/quickstart/conf/quickstart.properties
@@ -1,6 +1,6 @@
# quickstart properties
-quickstart.version=1.1.1-SNAPSHOT
+quickstart.version=1.1.1
# quickstart-web properties
quickstart.web.context.path=/
diff --git a/rpc/pom.xml b/rpc/pom.xml
index d7116422a5e3..65746a2ed182 100644
--- a/rpc/pom.xml
+++ b/rpc/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-rpc
diff --git a/thrift/pom.xml b/thrift/pom.xml
index fda6231e2bd0..09c593c1ff73 100644
--- a/thrift/pom.xml
+++ b/thrift/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
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 4b9e2883ac1b..f432c318a26e 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
@@ -38,7 +38,9 @@ public enum TCommandTypeVersion {
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),
V_1_1_1_SNAPSHOT("1.1.1-SNAPSHOT", V_1_1_0),
-
+ V_1_1_1("1.1.1", V_1_1_1_SNAPSHOT),
+
+
UNKNOWN("UNKNOWN");
private final String versionName;
diff --git a/web/pom.xml b/web/pom.xml
index 4e278fe2eba7..68e8dd47e16b 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pom
- 1.1.1-SNAPSHOT
+ 1.1.1
pinpoint-web