[유치수] [NOBTS] 빌드 스크립트, 테스트서버 설정을 1.0.0-SNAPSHOT에 맞게 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@2848 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-11-08 05:56:10 +00:00
parent 31e23b4c93
commit 588fcf1e6f
@@ -1,4 +1,4 @@
package com.nhn.pinpoint.common;
public final class Version {
public static final String VERSION = "0.0.4";
public static final String VERSION = "1.0.0-SNAPSHOT";
}