Skip to content

Commit 97dea50

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 6.3.0
1 parent e18172c commit 97dea50

File tree

44 files changed

+47
-49
lines changed

Some content is hidden

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

44 files changed

+47
-49
lines changed

brave-bom/pom.xml

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

1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-bom</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
<name>Brave BOM</name>
1414
<description>Bill Of Materials POM for all Brave artifacts</description>
1515
<packaging>pom</packaging>
@@ -42,7 +42,7 @@
4242
<url>https://github.com/openzipkin/brave</url>
4343
<connection>scm:git:https://github.com/openzipkin/brave.git</connection>
4444
<developerConnection>scm:git:https://github.com/openzipkin/brave.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>6.3.0</tag>
4646
</scm>
4747

4848
<!-- 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
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

brave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414

1515
<artifactId>brave</artifactId>

context/jfr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-context-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

context/log4j12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-context-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

context/log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-context-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.brave</groupId>
1313
<artifactId>brave-parent</artifactId>
14-
<version>6.3.0-SNAPSHOT</version>
14+
<version>6.3.0</version>
1515
</parent>
1616

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

context/slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-context-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

instrumentation/benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-instrumentation-parent</artifactId>
12-
<version>6.3.0-SNAPSHOT</version>
12+
<version>6.3.0</version>
1313
</parent>
1414

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

instrumentation/dubbo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.zipkin.brave</groupId>
1010
<artifactId>brave-instrumentation-parent</artifactId>
11-
<version>6.3.0-SNAPSHOT</version>
11+
<version>6.3.0</version>
1212
</parent>
1313
<modelVersion>4.0.0</modelVersion>
1414

0 commit comments

Comments
 (0)