Skip to content

Commit b47b084

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 3.2.1
1 parent 3b04072 commit b47b084

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

cassandra3/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.dependencies</groupId>
1313
<artifactId>zipkin-dependencies-parent</artifactId>
14-
<version>3.2.1-SNAPSHOT</version>
14+
<version>3.2.1</version>
1515
</parent>
1616

1717
<artifactId>zipkin-dependencies-cassandra3</artifactId>

elasticsearch/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.dependencies</groupId>
1313
<artifactId>zipkin-dependencies-parent</artifactId>
14-
<version>3.2.1-SNAPSHOT</version>
14+
<version>3.2.1</version>
1515
</parent>
1616

1717
<artifactId>zipkin-dependencies-elasticsearch</artifactId>

main/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.dependencies</groupId>
1313
<artifactId>zipkin-dependencies-parent</artifactId>
14-
<version>3.2.1-SNAPSHOT</version>
14+
<version>3.2.1</version>
1515
</parent>
1616

1717
<artifactId>zipkin-dependencies</artifactId>

mysql/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.dependencies</groupId>
1313
<artifactId>zipkin-dependencies-parent</artifactId>
14-
<version>3.2.1-SNAPSHOT</version>
14+
<version>3.2.1</version>
1515
</parent>
1616

1717
<artifactId>zipkin-dependencies-mysql</artifactId>

opensearch/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.dependencies</groupId>
1313
<artifactId>zipkin-dependencies-parent</artifactId>
14-
<version>3.2.1-SNAPSHOT</version>
14+
<version>3.2.1</version>
1515
</parent>
1616

1717
<artifactId>zipkin-dependencies-opensearch</artifactId>

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.dependencies</groupId>
1212
<artifactId>zipkin-dependencies-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version>
13+
<version>3.2.1</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -159,7 +159,7 @@
159159
<url>https://github.com/openzipkin/zipkin-dependencies</url>
160160
<connection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</connection>
161161
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</developerConnection>
162-
<tag>HEAD</tag>
162+
<tag>3.2.1</tag>
163163
</scm>
164164

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

0 commit comments

Comments
 (0)