Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 28, 2019
1 parent 5361e5e commit ff7df60
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 2 deletions.
2 changes: 2 additions & 0 deletions agentplugin-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<groupId>io.opentracing.contrib.specialagent</groupId>
<artifactId>agentplugin-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/agentplugin-maven-plugin</url>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 2 additions & 0 deletions opentracing-specialagent-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
</parent>
<groupId>io.opentracing.contrib.specialagent</groupId>
<artifactId>opentracing-specialagent-api</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/opentracing-specialagent-api</url>
<dependencies>
<dependency>
<groupId>net.bytebuddy</groupId>
Expand Down
2 changes: 2 additions & 0 deletions opentracing-specialagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
</parent>
<groupId>io.opentracing.contrib.specialagent</groupId>
<artifactId>opentracing-specialagent</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/opentracing-specialagent</url>
<profiles>
<profile>
<id>assemble</id>
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-aws-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-aws-sdk</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-aws-sdk</url>
<dependencies>
<dependency>
<!-- https://github.com/opentracing-contrib/java-aws-sdk -->
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-camel</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-camel</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-cassandra-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-cassandra-driver</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-cassandra-driver</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-concurrent</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-concurrent</url>
<dependencies>
<dependency>
<!-- https://github.com/opentracing-contrib/java-concurrent -->
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-jdbc</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-jdbc</url>
<dependencies>
<dependency>
<!-- https://github.com/opentracing-contrib/java-jdbc -->
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-jms-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-jms-1</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-jms-1</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-jms-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-jms-2</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-jms-2</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
4 changes: 3 additions & 1 deletion plugins/opentracing-specialagent-mongo-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@
<artifactId>plugins</artifactId>
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-mongo-driver</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-mongo-driver</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.org.mongodb.mongo-java-driver>3.8.1</version.org.mongodb.mongo-java-driver>
</properties>
<artifactId>opentracing-specialagent-mongo-driver</artifactId>
<dependencies>
<dependency>
<!-- https://github.com/opentracing-contrib/java-mongo-driver -->
Expand Down
4 changes: 3 additions & 1 deletion plugins/opentracing-specialagent-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<artifactId>plugins</artifactId>
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-okhttp</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-okhttp</url>
<properties>
<version.okhttp3>3.6.0</version.okhttp3>
</properties>
<artifactId>opentracing-specialagent-okhttp</artifactId>
<dependencies>
<dependency>
<!-- https://github.com/opentracing-contrib/java-okhttp -->
Expand Down
2 changes: 2 additions & 0 deletions plugins/opentracing-specialagent-web-servlet-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<version>0.9.0</version>
</parent>
<artifactId>opentracing-specialagent-web-servlet-filter</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins/opentracing-specialagent-web-servlet-filter</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 2 additions & 0 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<groupId>io.opentracing.contrib.specialagent.plugins</groupId>
<artifactId>plugins</artifactId>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/opentracing-contrib/java-specialagent/tree/master/plugins</url>
<modules>
<module>opentracing-specialagent-okhttp</module>
<module>opentracing-specialagent-jdbc</module>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
<artifactId>specialagent</artifactId>
<version>0.9.0</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Java Agent for OpenTracing, with automatic instrumentation</description>
<url>https://github.com/opentracing-contrib/java-specialagent</url>
<scm>
<url>https://github.com/opentracing-contrib/java-specialagent</url>
<connection>scm:git:https://github.com/opentracing-contrib/java-specialagent.git</connection>
Expand Down

0 comments on commit ff7df60

Please sign in to comment.