Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jan 10, 2024
1 parent 2eed19f commit 4b2c289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 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
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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>
<!-- armeria.groupId allows you to test feature branches with jitpack -->
Expand Down Expand Up @@ -176,21 +176,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>
<dependencies>
<dependency>
Expand Down

0 comments on commit 4b2c289

Please sign in to comment.