Skip to content

Commit

Permalink
Rename intrumentation artifact to opentracing-spring-web
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay committed Apr 4, 2017
1 parent 7a4b9d9 commit c5086a8
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion opentracing-spring-web-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>opentracing-spring-web-handler-interceptor</artifactId>
<artifactId>opentracing-spring-web</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
5 changes: 2 additions & 3 deletions opentracing-spring-web-itest/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
<artifactId>opentracing-spring-web-itest-common</artifactId>

<dependencies>
<!-- App -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>opentracing-spring-web-handler-interceptor</artifactId>
<artifactId>opentracing-spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -28,7 +27,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.1.4.RELEASE</version>
<version>${version.org.springframework.web.security}</version>
</dependency>

<!-- test -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.2-SNAPSHOT</version>
</parent>

<artifactId>opentracing-spring-web-handler-interceptor</artifactId>
<artifactId>opentracing-spring-web</artifactId>

<dependencies>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<version.org.eclipse.jetty>9.3.15.v20161220</version.org.eclipse.jetty>
<version.org.springframework.boot>1.4.3.RELEASE</version.org.springframework.boot>
<version.org.springframework.web>4.3.6.RELEASE</version.org.springframework.web>
<version.org.springframework.web.security>4.1.4.RELEASE</version.org.springframework.web.security>

<version.maven-deploy-plugin>2.8.2</version.maven-deploy-plugin>
<version.maven-jar-plugin>3.0.2</version.maven-jar-plugin>
Expand All @@ -57,7 +58,7 @@
</properties>

<modules>
<module>opentracing-spring-web-handler-interceptor</module>
<module>opentracing-spring-web</module>
<module>opentracing-spring-web-autoconfigure</module>
<module>opentracing-spring-web-itest</module>
</modules>
Expand All @@ -66,7 +67,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>opentracing-spring-web-handler-interceptor</artifactId>
<artifactId>opentracing-spring-web</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down

0 comments on commit c5086a8

Please sign in to comment.