zipkin-reporter-bom-2.16.3.pom 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright 2016-2020 The OpenZipkin Authors
  4. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
  5. in compliance with the License. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software distributed under the License
  8. is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
  9. or implied. See the License for the specific language governing permissions and limitations under
  10. the License.
  11. -->
  12. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  13. <modelVersion>4.0.0</modelVersion>
  14. <groupId>io.zipkin.reporter2</groupId>
  15. <artifactId>zipkin-reporter-bom</artifactId>
  16. <name>Zipkin Reporter BOM</name>
  17. <version>2.16.3</version>
  18. <packaging>pom</packaging>
  19. <description>Bill Of Materials POM for all Zipkin reporter artifacts</description>
  20. <properties>
  21. <main.basedir>${project.basedir}/..</main.basedir>
  22. <!-- use the same value in ../pom.xml -->
  23. <zipkin.version>2.23.2</zipkin.version>
  24. <zipkin-proto3.version>1.0.0</zipkin-proto3.version>
  25. <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
  26. </properties>
  27. <url>https://github.com/openzipkin/zipkin-reporter-java</url>
  28. <inceptionYear>2016</inceptionYear>
  29. <organization>
  30. <name>OpenZipkin</name>
  31. <url>https://zipkin.io/</url>
  32. </organization>
  33. <licenses>
  34. <license>
  35. <name>The Apache Software License, Version 2.0</name>
  36. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  37. <distribution>repo</distribution>
  38. </license>
  39. </licenses>
  40. <scm>
  41. <url>https://github.com/openzipkin/zipkin-reporter-java</url>
  42. <connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
  43. <developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
  44. <tag>2.16.3</tag>
  45. </scm>
  46. <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
  47. <developers>
  48. <developer>
  49. <id>openzipkin</id>
  50. <name>OpenZipkin Gitter</name>
  51. <url>https://gitter.im/openzipkin/zipkin</url>
  52. </developer>
  53. </developers>
  54. <distributionManagement>
  55. <snapshotRepository>
  56. <id>ossrh</id>
  57. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  58. </snapshotRepository>
  59. <repository>
  60. <id>ossrh</id>
  61. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  62. </repository>
  63. </distributionManagement>
  64. <issueManagement>
  65. <system>Github</system>
  66. <url>https://github.com/openzipkin/zipkin-reporter-java/issues</url>
  67. </issueManagement>
  68. <dependencyManagement>
  69. <dependencies>
  70. <dependency>
  71. <groupId>io.zipkin.zipkin2</groupId>
  72. <artifactId>zipkin</artifactId>
  73. <version>${zipkin.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>io.zipkin.proto3</groupId>
  77. <artifactId>zipkin-proto3</artifactId>
  78. <version>${zipkin-proto3.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>${project.groupId}</groupId>
  82. <artifactId>zipkin-reporter</artifactId>
  83. <version>${project.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>${project.groupId}</groupId>
  87. <artifactId>zipkin-sender-okhttp3</artifactId>
  88. <version>${project.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>${project.groupId}</groupId>
  92. <artifactId>zipkin-sender-libthrift</artifactId>
  93. <version>${project.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>${project.groupId}</groupId>
  97. <artifactId>zipkin-sender-urlconnection</artifactId>
  98. <version>${project.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>${project.groupId}</groupId>
  102. <artifactId>zipkin-sender-kafka08</artifactId>
  103. <version>${project.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>${project.groupId}</groupId>
  107. <artifactId>zipkin-sender-kafka</artifactId>
  108. <version>${project.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>${project.groupId}</groupId>
  112. <artifactId>zipkin-sender-amqp-client</artifactId>
  113. <version>${project.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>${project.groupId}</groupId>
  117. <artifactId>zipkin-sender-activemq-client</artifactId>
  118. <version>${project.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>${project.groupId}</groupId>
  122. <artifactId>zipkin-reporter-spring-beans</artifactId>
  123. <version>${project.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>${project.groupId}</groupId>
  127. <artifactId>zipkin-reporter-brave</artifactId>
  128. <version>${project.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>${project.groupId}</groupId>
  132. <artifactId>zipkin-reporter-metrics-micrometer</artifactId>
  133. <version>${project.version}</version>
  134. </dependency>
  135. </dependencies>
  136. </dependencyManagement>
  137. <profiles>
  138. <profile>
  139. <id>release</id>
  140. <build>
  141. <plugins>
  142. <plugin>
  143. <groupId>org.sonatype.plugins</groupId>
  144. <artifactId>nexus-staging-maven-plugin</artifactId>
  145. <version>${nexus-staging-maven-plugin.version}</version>
  146. <extensions>true</extensions>
  147. <configuration>
  148. <serverId>ossrh</serverId>
  149. <nexusUrl>https://oss.sonatype.org/</nexusUrl>
  150. <autoReleaseAfterClose>true</autoReleaseAfterClose>
  151. </configuration>
  152. </plugin>
  153. <plugin>
  154. <artifactId>maven-deploy-plugin</artifactId>
  155. <version>3.0.0-M1</version>
  156. </plugin>
  157. <plugin>
  158. <artifactId>maven-gpg-plugin</artifactId>
  159. <version>1.6</version>
  160. <executions>
  161. <execution>
  162. <id>sign-artifacts</id>
  163. <phase>verify</phase>
  164. <goals>
  165. <goal>sign</goal>
  166. </goals>
  167. <configuration>
  168. <gpgArguments>
  169. <arg>--pinentry-mode</arg>
  170. <arg>loopback</arg>
  171. </gpgArguments>
  172. </configuration>
  173. </execution>
  174. </executions>
  175. </plugin>
  176. </plugins>
  177. </build>
  178. </profile>
  179. </profiles>
  180. </project>