Skip to content

Commit

Permalink
remove testing value which occur launching error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunlee01 committed Nov 20, 2018
1 parent 550b920 commit 403dbc7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>zipkin-scouter-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<artifactId>zipkin-autoconfigure-scouter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion autoconfigure/storage-scouter-udp-conf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>zipkin-autoconfigure-scouter</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<artifactId>zipkin-autoconfigure-storage-scouter-udp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ zipkin:
login: ${SCOUTER_TAG_MAP_LOGIN:}
desc: ${SCOUTER_TAG_MAP_DESC:}
# 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.
service-maps-to-obj-type: ${SCOUTER_SERVICE_MAPS_OJB_TYPE:svc1=ss1,svc2=ss2}
service-maps-to-obj-type: ${SCOUTER_SERVICE_MAPS_OJB_TYPE:}


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.scouter-project</groupId>
<artifactId>zipkin-scouter-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>Zipkin Scouter (Parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion storage-scouter-udp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.github.scouter-project</groupId>
<artifactId>zipkin-scouter-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<artifactId>zipkin-storage-scouter-udp</artifactId>
Expand Down

0 comments on commit 403dbc7

Please sign in to comment.