Skip to content

Commit 5eeb8df

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.15.0
1 parent e1286d4 commit 5eeb8df

File tree

17 files changed

+19
-21
lines changed

17 files changed

+19
-21
lines changed

autoconfigure/collector-kinesis/pom.xml

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

autoconfigure/collector-sqs/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.aws</groupId>
2222
<artifactId>zipkin-autoconfigure</artifactId>
23-
<version>0.14.1-SNAPSHOT</version>
23+
<version>0.15.0</version>
2424
</parent>
2525

2626
<artifactId>zipkin-autoconfigure-collector-sqs</artifactId>

autoconfigure/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.aws</groupId>
2222
<artifactId>zipkin-aws-parent</artifactId>
23-
<version>0.14.1-SNAPSHOT</version>
23+
<version>0.15.0</version>
2424
</parent>
2525

2626
<artifactId>zipkin-autoconfigure</artifactId>

autoconfigure/storage-elasticsearch-aws/pom.xml

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

autoconfigure/storage-xray/pom.xml

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

aws-junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.zipkin.aws</groupId>
2323
<artifactId>zipkin-aws-parent</artifactId>
24-
<version>0.14.1-SNAPSHOT</version>
24+
<version>0.15.0</version>
2525
</parent>
2626

2727
<artifactId>zipkin-aws-junit</artifactId>

brave-instrumentation/aws-java-sdk-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.aws</groupId>
2121
<artifactId>brave-instrumentation-parent</artifactId>
22-
<version>0.14.1-SNAPSHOT</version>
22+
<version>0.15.0</version>
2323
</parent>
2424

2525
<artifactId>brave-instrumentation-aws-java-sdk-core</artifactId>

brave-instrumentation/aws-java-sdk-v2-core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<artifactId>brave-instrumentation-parent</artifactId>
2422
<groupId>io.zipkin.aws</groupId>
25-
<version>0.14.1-SNAPSHOT</version>
23+
<version>0.15.0</version>
2624
</parent>
2725

2826
<artifactId>brave-instrumentation-aws-java-sdk-v2-core</artifactId>

brave-instrumentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.aws</groupId>
2121
<artifactId>zipkin-aws-parent</artifactId>
22-
<version>0.14.1-SNAPSHOT</version>
22+
<version>0.15.0</version>
2323
</parent>
2424

2525
<artifactId>brave-instrumentation-parent</artifactId>

brave-propagation-aws/pom.xml

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

collector-kinesis/pom.xml

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

collector-sqs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>zipkin-aws-parent</artifactId>
2121
<groupId>io.zipkin.aws</groupId>
22-
<version>0.14.1-SNAPSHOT</version>
22+
<version>0.15.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

pom.xml

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

2020
<groupId>io.zipkin.aws</groupId>
2121
<artifactId>zipkin-aws-parent</artifactId>
22-
<version>0.14.1-SNAPSHOT</version>
22+
<version>0.15.0</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -90,7 +90,7 @@
9090
<url>https://github.com/openzipkin/zipkin-aws</url>
9191
<connection>scm:git:https://github.com/openzipkin/zipkin-aws.git</connection>
9292
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-aws.git</developerConnection>
93-
<tag>HEAD</tag>
93+
<tag>0.15.0</tag>
9494
</scm>
9595

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

reporter-xray-udp/pom.xml

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

sender-kinesis/pom.xml

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

sender-sqs/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.aws</groupId>
2222
<artifactId>zipkin-aws-parent</artifactId>
23-
<version>0.14.1-SNAPSHOT</version>
23+
<version>0.15.0</version>
2424
</parent>
2525

2626
<artifactId>zipkin-sender-sqs</artifactId>

storage-xray-udp/pom.xml

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

0 commit comments

Comments
 (0)