Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Schönborn committed Mar 16, 2018
1 parent fed6a10 commit 643d387
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.zalando</groupId>
<artifactId>tracer-parent</artifactId>
<version>-SNAPSHOT</version>
<version>0.15.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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-aspectj</artifactId>
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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-core</artifactId>
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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-httpclient</artifactId>
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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-hystrix</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tracer-junit/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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tracer-okhttp/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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-okhttp</artifactId>
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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-servlet</artifactId>
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>-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>tracer-spring-boot-starter</artifactId>
Expand Down

0 comments on commit 643d387

Please sign in to comment.