Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Schönborn committed Jun 24, 2016
1 parent 3ae8eee commit 34d5f9d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>

<name>Tracer</name>
Expand Down
2 changes: 1 addition & 1 deletion tracer-aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion tracer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion tracer-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion tracer-hystrix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion tracer-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion tracer-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<prerequisites>
Expand Down

0 comments on commit 34d5f9d

Please sign in to comment.