Skip to content

Commit 123abf1

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 1.2.0
1 parent 89f1fb9 commit 123abf1

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

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>1.2.0-SNAPSHOT</version>
24+
<version>1.2.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
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>zipkin-aws-parent</artifactId>
2222
<groupId>io.zipkin.aws</groupId>
23-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

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

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

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

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

brave/propagation-aws/pom.xml

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

collector/kinesis/pom.xml

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

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
<artifactId>zipkin-aws-parent</artifactId>
2222
<groupId>io.zipkin.aws</groupId>
23-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

module/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>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0</version>
2424
</parent>
2525

2626
<artifactId>zipkin-module-aws</artifactId>

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>1.2.0-SNAPSHOT</version>
22+
<version>1.2.0</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -158,7 +158,7 @@
158158
<url>https://github.com/openzipkin/zipkin-aws</url>
159159
<connection>scm:git:https://github.com/openzipkin/zipkin-aws.git</connection>
160160
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-aws.git</developerConnection>
161-
<tag>HEAD</tag>
161+
<tag>1.2.0</tag>
162162
</scm>
163163

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

reporter/reporter-xray-udp/pom.xml

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

reporter/sender-awssdk-sqs/pom.xml

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

reporter/sender-kinesis/pom.xml

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

reporter/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
<artifactId>zipkin-aws-parent</artifactId>
2222
<groupId>io.zipkin.aws</groupId>
23-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

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>1.2.0-SNAPSHOT</version>
21+
<version>1.2.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)