Skip to content

Commit f8247c4

Browse files
committed
Merge pull request pinpoint-apm#424 from koo-taejin/pinpoint-apm#423
1.0.5 release pinpoint-apm#423
2 parents 89b7c40 + 7c474e9 commit f8247c4

File tree

14 files changed

+16
-13
lines changed

14 files changed

+16
-13
lines changed

‎agent/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.5</version>
88
</parent>
99

1010
<artifactId>pinpoint-agent</artifactId>

‎bootstrap-core/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.navercorp.pinpoint</groupId>
77
<artifactId>pom</artifactId>
8-
<version>1.0.5-SNAPSHOT</version>
8+
<version>1.0.5</version>
99
</parent>
1010

1111
<artifactId>pinpoint-bootstrap-core</artifactId>

‎bootstrap/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.navercorp.pinpoint</groupId>
77
<artifactId>pom</artifactId>
8-
<version>1.0.5-SNAPSHOT</version>
8+
<version>1.0.5</version>
99
</parent>
1010

1111
<artifactId>pinpoint-bootstrap</artifactId>

‎collector/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.5</version>
88
</parent>
99

1010
<artifactId>pinpoint-collector</artifactId>

‎commons/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.5</version>
88
</parent>
99

1010
<artifactId>pinpoint-commons</artifactId>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package com.navercorp.pinpoint.common;
22
public final class Version {
3-
public static final String VERSION = "1.0.5-SNAPSHOT";
3+
public static final String VERSION = "1.0.5";
44
}

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</organization>
88
<groupId>com.navercorp.pinpoint</groupId>
99
<artifactId>pom</artifactId>
10-
<version>1.0.5-SNAPSHOT</version>
10+
<version>1.0.5</version>
1111
<name>pinpoint</name>
1212
<packaging>pom</packaging>
1313

‎profiler-optional/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.navercorp.pinpoint</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.0.5-SNAPSHOT</version>
6+
<version>1.0.5</version>
77
</parent>
88

99
<artifactId>pinpoint-profiler-optional</artifactId>

‎profiler/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.navercorp.pinpoint</groupId>
66
<artifactId>pom</artifactId>
7-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.5</version>
88
</parent>
99

1010
<artifactId>pinpoint-profiler</artifactId>

‎quickstart/conf/quickstart.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# quickstart properties
3-
quickstart.version=1.0.5-SNAPSHOT
3+
quickstart.version=1.0.5
44

55
# quickstart-web properties
66
quickstart.web.context.path=/

0 commit comments

Comments
 (0)