[유치수] [NOBTS] 0.0.4로 버전 변경.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@2823 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-11-07 02:07:07 +00:00
parent 72c7aefee6
commit 3133aba67a
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>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<name>pinpoint-commons</name>
<packaging>jar</packaging>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.nhn.pinpoint</groupId>
<artifactId>pinpoint-thrift</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</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 = "0.0.4-SNAPSHOT";
public static final String VERSION = "0.0.4";
}