Skip to content

Commit 64abb44

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 3.1.4
1 parent a0bab7f commit 64abb44

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cassandra3/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.dependencies</groupId>
2222
<artifactId>zipkin-dependencies-parent</artifactId>
23-
<version>3.1.5-SNAPSHOT</version>
23+
<version>3.1.4</version>
2424
</parent>
2525

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

elasticsearch/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.dependencies</groupId>
2222
<artifactId>zipkin-dependencies-parent</artifactId>
23-
<version>3.1.5-SNAPSHOT</version>
23+
<version>3.1.4</version>
2424
</parent>
2525

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

main/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.dependencies</groupId>
2222
<artifactId>zipkin-dependencies-parent</artifactId>
23-
<version>3.1.5-SNAPSHOT</version>
23+
<version>3.1.4</version>
2424
</parent>
2525

2626
<artifactId>zipkin-dependencies</artifactId>

mysql/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.dependencies</groupId>
2222
<artifactId>zipkin-dependencies-parent</artifactId>
23-
<version>3.1.5-SNAPSHOT</version>
23+
<version>3.1.4</version>
2424
</parent>
2525

2626
<artifactId>zipkin-dependencies-mysql</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.dependencies</groupId>
2121
<artifactId>zipkin-dependencies-parent</artifactId>
22-
<version>3.1.5-SNAPSHOT</version>
22+
<version>3.1.4</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -137,7 +137,7 @@
137137
<url>https://github.com/openzipkin/zipkin-dependencies</url>
138138
<connection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</connection>
139139
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</developerConnection>
140-
<tag>HEAD</tag>
140+
<tag>3.1.4</tag>
141141
</scm>
142142

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

0 commit comments

Comments
 (0)