Skip to content

Commit 987a681

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 6.0.2
1 parent 7dcd132 commit 987a681

File tree

41 files changed

+43
-43
lines changed

Some content is hidden

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

41 files changed

+43
-43
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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</version>
2222
<name>Brave BOM</name>
2323
<description>Bill Of Materials POM for all Brave artifacts</description>
2424
<packaging>pom</packaging>
@@ -51,7 +51,7 @@
5151
<url>https://github.com/openzipkin/brave</url>
5252
<connection>scm:git:https://github.com/openzipkin/brave.git</connection>
5353
<developerConnection>scm:git:https://github.com/openzipkin/brave.git</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>6.0.2</tag>
5555
</scm>
5656

5757
<!-- 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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</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>6.0.2-SNAPSHOT</version>
23+
<version>6.0.2</version>
2424
</parent>
2525

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

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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</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>6.0.2-SNAPSHOT</version>
21+
<version>6.0.2</version>
2222
</parent>
2323

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

instrumentation/dubbo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>io.zipkin.brave</groupId>
1919
<artifactId>brave-instrumentation-parent</artifactId>
20-
<version>6.0.2-SNAPSHOT</version>
20+
<version>6.0.2</version>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>
2323

0 commit comments

Comments
 (0)