Skip to content

Commit 1d2558c

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.3.0
1 parent a46953c commit 1d2558c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

exporter-sender-kafka/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.karaf</groupId>
1111
<artifactId>brave-karaf-parent</artifactId>
12-
<version>0.3.0-SNAPSHOT</version>
12+
<version>0.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

exporter-sender-okhttp/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.karaf</groupId>
1111
<artifactId>brave-karaf-parent</artifactId>
12-
<version>0.3.0-SNAPSHOT</version>
12+
<version>0.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

exporter/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.karaf</groupId>
1111
<artifactId>brave-karaf-parent</artifactId>
12-
<version>0.3.0-SNAPSHOT</version>
12+
<version>0.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.zipkin.brave.karaf</groupId>
1212
<artifactId>brave-karaf-parent</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414
</parent>
1515
<artifactId>brave-features</artifactId>
1616
<packaging>pom</packaging>

itests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.zipkin.brave.karaf</groupId>
1212
<artifactId>brave-karaf-parent</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414
</parent>
1515
<artifactId>brave-itests</artifactId>
1616

pom.xml

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

1111
<groupId>io.zipkin.brave.karaf</groupId>
1212
<artifactId>brave-karaf-parent</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -103,7 +103,7 @@
103103
<url>https://github.com/openzipkin/brave-karaf</url>
104104
<connection>scm:git:https://github.com/openzipkin/brave-karaf.git</connection>
105105
<developerConnection>scm:git:https://github.com/openzipkin/brave-karaf.git</developerConnection>
106-
<tag>HEAD</tag>
106+
<tag>0.3.0</tag>
107107
</scm>
108108

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

0 commit comments

Comments
 (0)