[유치수] [NOBTS] 버전 1.0.2-SNAPSHOT으로 변경.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@3101 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2014-01-15 08:43:57 +00:00
parent 212b949502
commit f4bea26603
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nhn.pinpoint</groupId>
<artifactId>pinpoint-commons</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<name>pinpoint-commons</name>
<packaging>jar</packaging>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.nhn.pinpoint</groupId>
<artifactId>pinpoint-thrift</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- commons 의 경우 agent에서 사용할 경우도 있어 lib가 딸려 들어가면 문제가 될수 있어 optional로 함.-->
@@ -1,4 +1,4 @@
package com.nhn.pinpoint.common;
public final class Version {
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2-SNAPSHOT";
}