Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Jan 10, 2024
1 parent f48388f commit af0d950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

# zipkin version should match zipkin.version in /pom.xml
ARG zipkin_version=2.27.0
ARG zipkin_version=3.0.0

# java_version is used during the installation process to build or download the module jar.
#
Expand Down
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!-- matching armeria/grpc/zipkin -->
<zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
<zipkin.version>3.0.0-SNAPSHOT</zipkin.version>
<zipkin.version>3.0.0</zipkin.version>
<zipkin-reporter.version>3.1.1</zipkin-reporter.version>
<spring-boot.version>3.2.1</spring-boot.version>
<jackson.version>2.16.1</jackson.version>
Expand Down Expand Up @@ -170,22 +170,6 @@
</developer>
</developers>


<!-- TODO: delete -->
<repositories>
<repository>
<id>sonatype.snapshots</id>
<name>Sonatype Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
<!-- Be careful here, especially to not import BOMs as it causes version confusion.
Expand Down

0 comments on commit af0d950

Please sign in to comment.