mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-22 19:27:13 +10:00
[유치수] [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:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user