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