Skip to content

Commit 403dbc7

Browse files
committed
remove testing value which occur launching error.
1 parent 550b920 commit 403dbc7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.github.scouter-project</groupId>
2323
<artifactId>zipkin-scouter-parent</artifactId>
24-
<version>1.1.0</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>zipkin-autoconfigure-scouter</artifactId>

autoconfigure/storage-scouter-udp-conf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.github.scouter-project</groupId>
2323
<artifactId>zipkin-autoconfigure-scouter</artifactId>
24-
<version>1.1.0</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>zipkin-autoconfigure-storage-scouter-udp</artifactId>

autoconfigure/storage-scouter-udp-conf/src/main/resources/zipkin-server-scouter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ zipkin:
1919
login: ${SCOUTER_TAG_MAP_LOGIN:}
2020
desc: ${SCOUTER_TAG_MAP_DESC:}
2121
# map a service to scouter objType (ex: system1:system1,system2:system2 ...). default use the same name of the zipkin local endpoint service name with preceding $z.
22-
service-maps-to-obj-type: ${SCOUTER_SERVICE_MAPS_OJB_TYPE:svc1=ss1,svc2=ss2}
22+
service-maps-to-obj-type: ${SCOUTER_SERVICE_MAPS_OJB_TYPE:}
2323

2424

pom.xml

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

77
<groupId>io.github.scouter-project</groupId>
88
<artifactId>zipkin-scouter-parent</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Zipkin Scouter (Parent)</name>

storage-scouter-udp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.github.scouter-project</groupId>
2323
<artifactId>zipkin-scouter-parent</artifactId>
24-
<version>1.1.0</version>
24+
<version>1.1.1</version>
2525
</parent>
2626

2727
<artifactId>zipkin-storage-scouter-udp</artifactId>

0 commit comments

Comments
 (0)