updated version to 1.0.5-SNAPSHOT

This commit is contained in:
HyunGil Jeong
2015-03-03 18:48:29 +09:00
parent 359f94e6c7
commit 691cc9df4b
12 changed files with 12 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-agent</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-bootstrap-core</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-bootstrap</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-collector</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-commons</artifactId>
@@ -1,20 +1,4 @@
/*
* Copyright 2014 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.navercorp.pinpoint.common;
public final class Version {
public static final String VERSION = "1.0.4";
public static final String VERSION = "1.0.5-SNAPSHOT";
}
+1 -1
View File
@@ -7,7 +7,7 @@
</organization>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<name>pinpoint</name>
<packaging>pom</packaging>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-profiler-optional</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-profiler</artifactId>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-rpc</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-thrift</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-web</artifactId>