Skip to content

Commit a50e658

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 5.18.1
1 parent 67b6013 commit a50e658

File tree

45 files changed

+47
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+47
-47
lines changed

brave-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-bom</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
<name>Brave BOM</name>
2323
<description>Bill Of Materials POM for all Brave artifacts</description>
2424
<packaging>pom</packaging>
@@ -55,7 +55,7 @@
5555
<url>https://github.com/openzipkin/brave</url>
5656
<connection>scm:git:https://github.com/openzipkin/brave.git</connection>
5757
<developerConnection>scm:git:https://github.com/openzipkin/brave.git</developerConnection>
58-
<tag>HEAD</tag>
58+
<tag>5.18.1</tag>
5959
</scm>
6060

6161
<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->

brave-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

brave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323

2424
<artifactId>brave</artifactId>

context/jfr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-context-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

context/log4j12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-context-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

context/log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-context-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.brave</groupId>
2222
<artifactId>brave-parent</artifactId>
23-
<version>5.18.1-SNAPSHOT</version>
23+
<version>5.18.1</version>
2424
</parent>
2525

2626
<artifactId>brave-context-parent</artifactId>

context/rxjava2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-context-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

context/slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-context-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

instrumentation/benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave</groupId>
2020
<artifactId>brave-instrumentation-parent</artifactId>
21-
<version>5.18.1-SNAPSHOT</version>
21+
<version>5.18.1</version>
2222
</parent>
2323

2424
<artifactId>brave-instrumentation-benchmarks</artifactId>

0 commit comments

Comments
 (0)